GetCiscoISEActiveInstance
Determines which configured Cisco ISE instance is in active/primary state and returns the name of the instance.
python · IoT 3rd Party Integrations by Palo Alto Networks (Deprecated)
Details
| ID | GetCiscoISEActiveInstance |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.10.12.63474 |
| Tags | PANW IoT 3rd Party Integration Cisco ISE |
README
Determines which configured Cisco ISE instance is in active/primary state and returns the name of the instance.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | PANW IoT 3rd Party Integration, Cisco ISE |
| Cortex XSOAR Version | 6.0.0 |
Used In
This script is used in the following playbooks and scripts.
- Bulk Export to Cisco ISE - PANW IoT 3rd Party Integration
- Un-quarantine Device in Cisco ISE - PANW IoT 3rd Party Integration
- Quarantine Device in Cisco ISE - PANW IoT 3rd Party Integration
- Incremental Export to Cisco ISE - PANW IoT 3rd Party Integration
Dependencies
This script uses the following commands and scripts.
- cisco-ise-get-nodes
This Scripts uses the following commands:
‘cisco-ise-get-nodes’ - Gets data for all Cisco ISE nodes in the current deployment
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| PaloAltoIoTIntegrationBase.ActiveNodeInstance | Returns instance name of the active Cisco ISE node. | unknown |
| PaloAltoIoTIntegrationBase.NodeErrorStatus | Returns the nodes error status if no active Cisco ISE nodes are found. | unknown |
comment: Determines which configured Cisco ISE instance is in active/primary state and returns the name of the instance. commonfields: id: GetCiscoISEActiveInstance version: -1 dockerimage: demisto/python3:3.10.12.63474 enabled: true name: GetCiscoISEActiveInstance outputs: - contextPath: PaloAltoIoTIntegrationBase.ActiveNodeInstance description: Returns the instance name of the active Cisco ISE node. - contextPath: PaloAltoIoTIntegrationBase.NodeErrorStatus description: Returns the node's error status if no active Cisco ISE nodes are found. runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - PANW IoT 3rd Party Integration - Cisco ISE type: python fromversion: 6.0.0 tests: - No tests (auto formatted)