IsDemistoRestAPIInstanceAvailable
Checks if the provided Core/Demisto REST API instance is available for the XSOAR Simple Dev to Prod workflow.
python · XSOAR - Simple Dev to Prod
Details
| ID | IsDemistoRestAPIInstanceAvailable |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | Condition infra |
README
Checks if the provided Cortex XSOAR REST API instance is available for the XSOAR Simple Dev to Prod workflow.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Condition, infra |
Inputs
| Argument Name | Description |
|---|---|
| instanceName | The name of the Core/Demisto REST API instance to check. |
Outputs
| Path | Description | Type |
|---|---|---|
| yes | The instance is available. | Unknown |
| no | The instance is not available. | Unknown |
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)