CreatePrismaCloudComputeLink
This script creates a link back to the Prisma Cloud Compute instance.
Details
| ID | CreatePrismaCloudComputeLink |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
This script creates a link back to the Prisma Cloud Compute instance.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| type | The type of WAAS alert. |
| imageName | The image name to investigate alerts for. |
| baseUrl | The base url of the Prisma Cloud Compute Instance (https://<prisma-ip>:<prisma-port>) |
Outputs
There are no outputs for this script.
Script Examples
Example command
!CreatePrismaCloudComputeLink imageName=dvwa type=sqli baseUrl=`https://prismcloudcomputeurl`
Context Example
{
"link": "https://prismcloudcomputeurl/#!/monitor/events/firewall/app/container?filters=imageName%3Ddvwa%26type%3Dsqli"
}
Human Readable Output
Results
link https://prismcloudcomputeurl/#!/monitor/events/firewall/app/container?filters=imageName%3Ddvwa%26type%3Dsqli
args: - name: type required: true description: The type of WaaS alert. - name: imageName required: true description: The image name to investigate alerts for. - description: The base URL of the Prisma Cloud Compute Instance (https://<prisma-ip>:<prisma-port>). name: baseUrl commonfields: id: CreatePrismaCloudComputeLink version: -1 dockerimage: demisto/python3:3.12.13.10116658 enabled: true name: CreatePrismaCloudComputeLink runas: DBotWeakRole script: '' comment: This script creates a link back to the Prisma Cloud Compute instance. scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.0.0 tests: - PaloAltoNetworks_PrismaCloudCompute-Test