TroubleshootInstanceField

Populates the InstanceName field with active instances.

python · Troubleshoot

Details

IDTroubleshootInstanceField
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagsfield-display

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.

from CommonServerPython import *

commands = demisto.getAllSupportedCommands()

options = list(commands.keys())
demisto.results({"hidden": False, "options": options})