Bots From Extension: nexthink
Nexthink- Collect inventory information from Nexthink
This extension provides 3 bots.
Bot @nexthink:get-device-name
Bot Position In Pipeline: Sink
Executes an NQL query and returns the device name.
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| column_name* | Text | Column Name which contains IP Addresses | |
| device_name* | Text | Comma separated one or more device name | |
| concurrent_discovery | Text | 10 | Number of concurrent jobs to run |
Bot @nexthink:query-by-id
Bot Position In Pipeline: Sink
Executes an NQL query and returns data from queryId.
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| column_name* | Text | Column Name which contains IP Addresses | |
| query_id* | Text | Query Id | |
| city | Text | Enter city to filter data by location. Ex: Bhubaneswar | |
| concurrent_discovery | Text | 10 | Number of concurrent jobs to run |
Bot @nexthink:query-by-id-export
Bot Position In Pipeline: Sink
Exports an NQL query and returns data from queryId.
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| column_name* | Text | Column Name which contains IP Addresses | |
| query_id* | Text | Query Id | |
| city | Text | Enter city to filter data by location. Ex: Bhubaneswar | |
| concurrent_discovery | Text | 10 | Number of concurrent jobs to run |