Skip to content

Commit

Permalink
Change minor version and change number of resources per page to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Feb 15, 2024
1 parent 6b30dcb commit 46dc16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ciscoise.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "Splunk",
"type": "network security",
"main_module": "ciscoise_connector.py",
"app_version": "3.0.4",
"app_version": "3.1.0",
"utctime_updated": "2022-03-11T04:16:56.000000Z",
"package_name": "phantom_ciscoise",
"product_vendor": "Cisco Systems",
Expand Down
2 changes: 1 addition & 1 deletion ciscoise_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
CISCOISE_ERROR_INVALID_PARAM = "Please provide a non-zero positive integer in {param}"
CISCOISE_MAP_IP_ABSENT_ERROR = "Please provide either mac address or ip address"
CISCOISE_ERS_CRED_MISSING = "ERS credentials in asset configuration are required for this action"
DEFAULT_MAX_RESULTS = 25
DEFAULT_MAX_RESULTS = 100

# Json reply schema
IS_MAC_QUARAN_RESP_SCHEMA = {
Expand Down

0 comments on commit 46dc16b

Please sign in to comment.