From 46dc16b9c67a6eb7e5195cb998bac4d3042f5ecd Mon Sep 17 00:00:00 2001 From: Ishan Shah Date: Thu, 15 Feb 2024 16:36:35 +0530 Subject: [PATCH] Change minor version and change number of resources per page to 100 --- ciscoise.json | 2 +- ciscoise_consts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ciscoise.json b/ciscoise.json index a59b12a..1038aa2 100644 --- a/ciscoise.json +++ b/ciscoise.json @@ -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", diff --git a/ciscoise_consts.py b/ciscoise_consts.py index 9a17487..2e18a95 100644 --- a/ciscoise_consts.py +++ b/ciscoise_consts.py @@ -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 = {