args: - description: The name of the Core/Demisto REST API instance to check. name: instanceName required: true comment: Checks if the provided Core/Demisto REST API instance is available for the XSOAR Simple Dev to Prod workflow. commonfields: id: IsDemistoRestAPIInstanceAvailable id_x2: IsCoreRestAPIInstanceAvailable version: -1 dockerimage: demisto/python3:3.12.8.3296088 enabled: true name: IsDemistoRestAPIInstanceAvailable name_x2: IsCoreRestAPIInstanceAvailable outputs: - contextPath: "yes" description: The instance is available. - contextPath: "no" description: The instance is not available. runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Condition - infra type: python fromversion: 6.0.0 tests: - No tests (auto formatted)