GeneratePANWIoTDeviceTableQueryForServiceNow
Generates a single query or query list with which to query in ServiceNow.
python · IoT 3rd Party Integrations by Palo Alto Networks (Deprecated)
Details
| ID | GeneratePANWIoTDeviceTableQueryForServiceNow |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.10.12.63474 |
| Tags | PANW IoT 3rd Party Integration servicenow v2 |
README
Generates a single query or a query list to query in ServiceNow.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | servicenow, PANW IoT 3rd Party Integration |
| Cortex XSOAR Version | 6.0.0 |
Dependencies
This script doesn’t have any dependencies.
Inputs
| Argument Name | Description |
|---|---|
| devices | device inventory list. |
Outputs
| Path | Description | Type |
|---|---|---|
| PanwIot3rdParty.Query | list of query. | Array |
args: - description: A comma-separated list of devices. isArray: true name: devices required: true comment: Generates a single query or query list with which to query in ServiceNow. commonfields: id: GeneratePANWIoTDeviceTableQueryForServiceNow version: -1 dockerimage: demisto/python3:3.10.12.63474 enabled: true name: GeneratePANWIoTDeviceTableQueryForServiceNow outputs: - contextPath: PanwIot3rdParty.Query description: list of query runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - PANW IoT 3rd Party Integration - servicenow v2 timeout: 600ns type: python fromversion: 6.0.0 tests: - No tests (auto formatted)