TroubleshootInstanceField
Populates the InstanceName field with active instances.
- Type
- python
- Pack
- Troubleshoot
Source
from CommonServerPython import *
commands = demisto.getAllSupportedCommands()
options = list(commands.keys())
demisto.results({"hidden": False, "options": options})
README
Populates the InstanceName field with active instances.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | field-display |
| Cortex XSOAR Version | 5.0.0 |
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.