PrismaCloudComputeComplianceTable
Iterate over EnrichedComplianceIssue information in the context data and add the important keys to a table under PrismaCloudCompute.ComplianceTable or a provided grid id.
Details
| ID | PrismaCloudComputeComplianceTable |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/pandas:1.0.0.10120494 |
| Tags | context field-display Prisma Cloud Compute |
README
Iterate over EnrichedComplianceIssue information in the context data and add the important keys to a table under PrismaCloudCompute.ComplianceTable or a provided grid id.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | basescript |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| resourceType | Type of resource to add to the table. |
| contextPath | The context path to the enriched compliance issues list. |
Outputs
| Path | Description | Type |
|---|---|---|
| PrismaCloudCompute.ComplianceTable.Host.Hostname | ID of the host. | String |
| PrismaCloudCompute.ComplianceTable.Host.ComplianceIssues | Compliance issue records related to the host. Updated in every iteration. | Array |
| PrismaCloudCompute.ComplianceTable.Host.ComplianceDistribution | Compliance distribution of the host. | Dictionary |
| PrismaCloudCompute.ComplianceTable.Host.CloudMetadata | Cloud metadata of the host. | Dictionary |
| PrismaCloudCompute.ComplianceTable.Container.ContainerID | ID of the container. | String |
| PrismaCloudCompute.ComplianceTable.Container.ComplianceIssues | Compliance issue records related to the container. Updated in every iteration. | Array |
| PrismaCloudCompute.ComplianceTable.Container.ComplianceDistribution | Compliance distribution of the container. | Dictionary |
| PrismaCloudCompute.ComplianceTable.Container.Hostname | Hostname of the container. | String |
| PrismaCloudCompute.ComplianceTable.Container.ImageName | Image name of the container. | String |
| PrismaCloudCompute.ComplianceTable.Container.CloudMetadata | Cloud metadata of the container. | Dictionary |
| PrismaCloudCompute.ComplianceTable.Image.ImageID | ID of the image. | String |
| PrismaCloudCompute.ComplianceTable.Image.ComplianceIssues | Compliance issue records related to the image. Updated in every iteration. | Array |
| PrismaCloudCompute.ComplianceTable.Image.ComplianceDistribution | Compliance distribution of the image. | Dictionary |
| PrismaCloudCompute.ComplianceTable.Image.Hosts | Hosts of the image. | Array |
| PrismaCloudCompute.ComplianceTable.Container.ImageInstances | Image instances of the image. | Array |
| PrismaCloudCompute.ComplianceTable.Container.CloudMetadata | Cloud metadata of the image. | Dictionary |
args: - description: Type of resource to add to the table. name: resourceType required: true auto: PREDEFINED predefined: - "Host" - "Container" - "Image" - description: The context path to the enriched compliance issues list. name: contextPath required: false type: str - description: The grid ID to write the outputs to. name: gridID required: false type: str comment: Iterate over EnrichedComplianceIssue information in the context data and add the important keys to a table under PrismaCloudCompute.ComplianceTable or a provided grid id. commonfields: id: PrismaCloudComputeComplianceTable version: -1 name: PrismaCloudComputeComplianceTable outputs: - contextPath: PrismaCloudCompute.ComplianceTable.Host.Hostname description: ID of the host. type: String - contextPath: PrismaCloudCompute.ComplianceTable.Host.ComplianceIssues description: Compliance issue records related to the host. Updated in every iteration. type: Array - contextPath: PrismaCloudCompute.ComplianceTable.Host.ComplianceDistribution description: Compliance distribution of the host. type: Dictionary - contextPath: PrismaCloudCompute.ComplianceTable.Host.CloudMetadata description: Cloud metadata of the host. type: Dictionary - contextPath: PrismaCloudCompute.ComplianceTable.Container.ContainerID description: ID of the container. type: String - contextPath: PrismaCloudCompute.ComplianceTable.Container.ComplianceIssues description: Compliance issue records related to the container. Updated in every iteration. type: Array - contextPath: PrismaCloudCompute.ComplianceTable.Container.ComplianceDistribution description: Compliance distribution of the container. type: Dictionary - contextPath: PrismaCloudCompute.ComplianceTable.Container.Hostname description: Hostname of the container. type: String - contextPath: PrismaCloudCompute.ComplianceTable.Container.ImageName description: Image name of the container. type: String - contextPath: PrismaCloudCompute.ComplianceTable.Container.CloudMetadata description: Cloud metadata of the container. type: Dictionary - contextPath: PrismaCloudCompute.ComplianceTable.Image.ImageID description: ID of the image. type: String - contextPath: PrismaCloudCompute.ComplianceTable.Image.ComplianceIssues description: Compliance issue records related to the image. Updated in every iteration. type: Array - contextPath: PrismaCloudCompute.ComplianceTable.Image.ComplianceDistribution description: Compliance distribution of the image. type: Dictionary - contextPath: PrismaCloudCompute.ComplianceTable.Image.Hosts description: Hosts of the image. type: Array - contextPath: PrismaCloudCompute.ComplianceTable.Container.ImageInstances description: Instances of the image. type: Array - contextPath: PrismaCloudCompute.ComplianceTable.Container.CloudMetadata description: Cloud metadata of the image. type: Dictionary script: '-' tags: - context - field-display - Prisma Cloud Compute timeout: '0' type: python subtype: python3 dockerimage: demisto/pandas:1.0.0.10120494 fromversion: 6.10.0 tests: - No tests (auto formatted)