diff --git a/Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.yml b/Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.yml index 37003bdd80db..273238aa6887 100644 --- a/Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.yml +++ b/Packs/QRadar/Integrations/QRadar_v3/QRadar_v3.yml @@ -1037,6 +1037,7 @@ script: - name: fields description: 'Comma-separated list of fields to retrieve in the response. Fields that are not explicitly named are excluded. E.g., "name,timeout_type". Specify subfields in brackets and multiple fields in the same object separated by commas. For a full list of available fields, see: https://ibmsecuritydocs.github.io/qradar_api_14.0/14.0--reference_data-sets-name-POST.html.' isArray: true + polling: true - name: qradar-reference-set-value-delete description: Removes a value from a reference set. arguments: @@ -1152,6 +1153,7 @@ script: - name: fields description: 'Comma-separated list of fields to retrieve in the response. Fields that are not explicitly named are excluded. E.g., "name,timeout_type". Specify subfields in brackets and multiple fields in the same object separated by commas. For a full list of available fields, see: https://ibmsecuritydocs.github.io/qradar_api_14.0/14.0--reference_data-maps-bulk_load-namespace-name-domain_id-POST.html.' isArray: true + polling: true - name: qradar-geolocations-for-ip description: Retrieves the MaxMind GeoIP data for the specified IP address. outputs: @@ -2529,7 +2531,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/python3:3.10.12.68300 + dockerimage: demisto/python3:3.10.12.68714 isremotesyncin: true longRunning: true isFetchSamples: true diff --git a/Packs/QRadar/ReleaseNotes/2_4_32.md b/Packs/QRadar/ReleaseNotes/2_4_32.md new file mode 100644 index 000000000000..151c79900a5d --- /dev/null +++ b/Packs/QRadar/ReleaseNotes/2_4_32.md @@ -0,0 +1,8 @@ + +#### Integrations + +##### IBM QRadar v3 +- Updated the Docker image to: *demisto/python3:3.10.12.68714*. +- Fixed an issue where the following commands were not marked as polling commands: + - ***qradar-reference-set-value-upsert*** + - ***qradar-indicators-upload*** diff --git a/Packs/QRadar/pack_metadata.json b/Packs/QRadar/pack_metadata.json index d1f2b8998587..1489db15291b 100644 --- a/Packs/QRadar/pack_metadata.json +++ b/Packs/QRadar/pack_metadata.json @@ -2,7 +2,7 @@ "name": "IBM QRadar", "description": "Fetch offenses as incidents and search QRadar", "support": "xsoar", - "currentVersion": "2.4.31", + "currentVersion": "2.4.32", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",