SendAllPANWIoTDevicesToCiscoISE
Gets all available devices from the IoT cloud and updates or creates them on Cisco ISE using the custom attributes.
python · IoT 3rd Party Integrations by Palo Alto Networks (Deprecated)
Details
| ID | SendAllPANWIoTDevicesToCiscoISE |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.10.12.63474 |
| Tags | PANW IoT 3rd Party Integration Cisco ISE |
README
Retrieves all devices from PANW IoT Cloud and exports them as endpoints with custom attributes to Cisco ISE.
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
Dependencies
This script uses the following commands and scripts.
- panw-iot-3rd-party-get-asset-list
- panw-iot-3rd-party-report-status-to-panw
- cisco-ise-get-endpoint-id
- cisco-ise-get-endpoint-id-by-name
- cisco-ise-create-endpoint
- cisco-ise-update-endpoint-custom-attribute
- GetCiscoISEActiveInstance
Inputs
| Argument Name | Description |
|---|---|
| active_ise_instance | Name of the Active Cisco ISE instance. |
| panw_iot_3rd_party_instance | Name of the configured PANW Iot 3rd Party instance. |
Outputs
There are no outputs for this script.
args: - description: Name of the active Cisco ISE integration instance. name: active_ise_instance required: true - default: true defaultValue: PANW IoT 3rd Party Integration Instance description: Name of the configured PANW IoT 3rd Party integration instance. name: panw_iot_3rd_party_instance required: true comment: Gets all available devices from the IoT cloud and updates or creates them on Cisco ISE using the custom attributes. commonfields: id: SendAllPANWIoTDevicesToCiscoISE version: -1 dockerimage: demisto/python3:3.10.12.63474 enabled: true name: SendAllPANWIoTDevicesToCiscoISE runas: DBotWeakRole runonce: true script: '' scripttarget: 0 subtype: python3 tags: - PANW IoT 3rd Party Integration - Cisco ISE timeout: 362.88ms type: python fromversion: 6.0.0 tests: - No tests (auto formatted)