From 1940a237a6529de83acce709e9261816d73c56a6 Mon Sep 17 00:00:00 2001 From: Adi Bamberger Edri <72088126+BEAdi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:54:05 +0300 Subject: [PATCH] [Prisma Cloud Compute] Commands Arguments Description Update (#30220) * update descriptions * dockerimage --- .../PaloAltoNetworks_PrismaCloudCompute.py | 16 -------------- .../PaloAltoNetworks_PrismaCloudCompute.yml | 22 +++++++++---------- .../PrismaCloudCompute/ReleaseNotes/1_4_18.md | 8 +++++++ Packs/PrismaCloudCompute/pack_metadata.json | 2 +- 4 files changed, 20 insertions(+), 28 deletions(-) create mode 100644 Packs/PrismaCloudCompute/ReleaseNotes/1_4_18.md diff --git a/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.py b/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.py index bb4a1b93b767..5bb371129737 100644 --- a/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.py +++ b/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.py @@ -2564,22 +2564,6 @@ def main(): return_results(results=get_console_version(client=client)) elif requested_command == 'prisma-cloud-compute-custom-feeds-ip-list': return_results(results=get_custom_feeds_ip_list(client=client)) - elif requested_command == 'prisma-cloud-compute-profile-host-list': - return_results(results=get_profile_host_list(client=client, args=demisto.args())) - elif requested_command == 'prisma-cloud-compute-profile-container-list': - return_results(results=get_container_profile_list(client=client, args=demisto.args())) - elif requested_command == 'prisma-cloud-compute-profile-container-hosts-list': - return_results(results=get_container_hosts_list(client=client, args=demisto.args())) - elif requested_command == 'prisma-cloud-compute-profile-container-forensic-list': - return_results(results=get_profile_container_forensic_list(client=client, args=demisto.args())) - elif requested_command == 'prisma-cloud-compute-host-forensic-list': - return_results(results=get_profile_host_forensic_list(client=client, args=demisto.args())) - elif requested_command == 'prisma-cloud-compute-custom-feeds-ip-add': - return_results(results=add_custom_ip_feeds(client=client, args=demisto.args())) - elif requested_command == 'prisma-cloud-compute-console-version-info': - return_results(results=get_console_version(client=client)) - elif requested_command == 'prisma-cloud-compute-custom-feeds-ip-list': - return_results(results=get_custom_feeds_ip_list(client=client)) elif requested_command == 'prisma-cloud-compute-custom-feeds-malware-list': return_results(results=get_custom_malware_feeds(client=client, args=demisto.args())) elif requested_command == 'prisma-cloud-compute-custom-feeds-malware-add': diff --git a/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.yml b/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.yml index 455a27943053..1423b7cdf47f 100644 --- a/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.yml +++ b/Packs/PrismaCloudCompute/Integrations/PaloAltoNetworks_PrismaCloudCompute/PaloAltoNetworks_PrismaCloudCompute.yml @@ -74,7 +74,7 @@ description: Use the Prisma Cloud Compute integration to fetch incidents from yo display: Palo Alto Networks - Prisma Cloud Compute name: PaloAltoNetworks_PrismaCloudCompute script: - dockerimage: demisto/python3:3.10.13.75921 + dockerimage: demisto/python3:3.10.13.78960 isfetch: true runonce: false script: "-" @@ -524,7 +524,7 @@ script: description: Get the hosts where a specific container is running. arguments: - name: id - description: Container profile ID. Can be retrieved from the prisma-cloud-compute-profile-container-list command. + description: Container profile ID. Can be retrieved from the "prisma-cloud-compute-profile-container-list" command. required: true defaultValue: "" - name: limit @@ -544,14 +544,14 @@ script: description: Get runtime forensics data for a specific container on a specific. host. arguments: - name: id - description: The container ID. Can be retrieved from the prisma-cloud-compute-profile-container-list command. + description: The container ID. Can be retrieved from the "prisma-cloud-compute-profile-container-list" command. required: true defaultValue: "" - name: collections description: The collections scoping the query. defaultValue: "" - name: hostname - description: The hostname for which data should be fetched. + description: The hostname for which data should be fetched. Can be retrieved from the "prisma-cloud-compute-hosts-list" command. required: true defaultValue: "" - name: incident_id @@ -647,7 +647,7 @@ script: description: Get forensics on a specific host. arguments: - name: id - description: The host ID. Can be retrieved from the prisma-cloud-compute-profile-host-list command. + description: The host ID. Can be retrieved from the "prisma-cloud-compute-hosts-list" command. required: true defaultValue: "" - name: collections @@ -836,7 +836,7 @@ script: description: The cluster name by which to scope the query. defaultValue: "" - name: hostname - description: Name of a specific defender to retrieve. Can be retrieved from !prisma-cloud-compute-profile-host-list. + description: Name of a specific defender to retrieve. defaultValue: "" - name: type description: Indicates the defender types to return (e.g., docker, dockerWindows, cri, etc.). @@ -980,7 +980,7 @@ script: isArray: true defaultValue: "" - name: collections - description: A comma-separated list of collections to filter the results by. Can be retrieved from !prisma-cloud-compute-collections-list. + description: A comma-separated list of collections to filter the results by. Can be retrieved from the "prisma-cloud-compute-collections-list" command. isArray: true defaultValue: "" - name: limit @@ -1008,7 +1008,7 @@ script: isArray: true defaultValue: "" - name: hostname - description: A comma-separated list of hostnames to filter the results by. Can be retrieved from !prisma-cloud-compute-profile-host-list. + description: A comma-separated list of hostnames to filter the results by. Can be retrieved from the "prisma-cloud-compute-profile-host-list" command. isArray: true defaultValue: "" - name: id @@ -1245,7 +1245,7 @@ script: isArray: true defaultValue: "" - name: hostname - description: A comma-separated list of hostnames to filter the results by. Can be retrieved from !prisma-cloud-compute-profile-host-list. + description: A comma-separated list of hostnames to filter the results by. Can be retrieved from the "prisma-cloud-compute-profile-host-list" command. isArray: true defaultValue: "" - name: provider @@ -1913,7 +1913,7 @@ script: description: The defender listening port. type: Number - arguments: - - description: The Defender hostname. + - description: The Defender hostname. Can be retrieved from the "prisma-cloud-compute-defenders-list" command. name: hostname - description: The number of log lines to fetch. name: lines @@ -1934,7 +1934,7 @@ script: description: The time of the log. type: Date - arguments: - - description: The Defender hostname. + - description: The Defender hostname. Can be retrieved from the "prisma-cloud-compute-defenders-list" command. name: hostname - description: The number of log lines to fetch. name: lines diff --git a/Packs/PrismaCloudCompute/ReleaseNotes/1_4_18.md b/Packs/PrismaCloudCompute/ReleaseNotes/1_4_18.md new file mode 100644 index 000000000000..747c10da22d5 --- /dev/null +++ b/Packs/PrismaCloudCompute/ReleaseNotes/1_4_18.md @@ -0,0 +1,8 @@ + +#### Integrations + +##### Palo Alto Networks - Prisma Cloud Compute + +- Updated the ***prisma-cloud-compute-profile-container-forensic-list***, ***prisma-cloud-compute-logs-defender*** and ***prisma-cloud-compute-logs-defender-download*** commands arguments descriptions in order to clarify where **hostname** argument values should be taken from. +- Updated the ***prisma-cloud-compute-host-forensic-list*** command argument description in order to clarify where **id** argument values should be taken from. +- Updated the Docker image to: *demisto/python3:3.10.13.78960*. \ No newline at end of file diff --git a/Packs/PrismaCloudCompute/pack_metadata.json b/Packs/PrismaCloudCompute/pack_metadata.json index d674aa237b76..cf086b6c553f 100644 --- a/Packs/PrismaCloudCompute/pack_metadata.json +++ b/Packs/PrismaCloudCompute/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Prisma Cloud Compute by Palo Alto Networks", "description": "Use the Prisma Cloud Compute integration to fetch incidents from your Prisma Cloud Compute environment.", "support": "xsoar", - "currentVersion": "1.4.17", + "currentVersion": "1.4.18", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",