TroubleshootIsDockerImageExists

Gets a Docker image and checks if it exists on the machine running Cortex XSOAR.

python · Troubleshoot

Details

IDTroubleshootIsDockerImageExists
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagstroubleshoot

README

Troubleshooting

Multi-tenant environments should be configured with the Cortex Rest API instance when using this
automation. Make sure the Use tenant parameter (in the Cortex Rest API integration) is checked
to ensure that API calls are made to the current tenant instead of the master tenant.

args:
- default: true
  description: The Docker image to check.
  name: docker_image
  required: true
comment: Gets a Docker image and checks if it exists on the machine running Cortex XSOAR.
commonfields:
  id: TroubleshootIsDockerImageExists
  version: -1
name: TroubleshootIsDockerImageExists
outputs:
- contextPath: TroubleshootIsDockerImageExists.docker_image
  description: The Docker image name.
  type: String
- contextPath: TroubleshootIsDockerImageExists.exists
  description: Whether the Docker image exists.
  type: Boolean
script: '-'
tags:
- troubleshoot
timeout: '0'
type: python
subtype: python3
dependson:
  must:
  - core-api-get
dockerimage: demisto/python3:3.12.13.10116658
fromversion: 5.0.0
tests:
- No tests (auto formatted)