Bots From Extension: cisco-prime
Cisco Prime
This extension provides 2 bots.
Bot @cisco-prime:get-report
Bot Position In Pipeline: Source
Download reports from Cisco Prime
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 |
|---|---|---|---|
| reportTitle* | Text | Specify the Cisco Prime report title name | |
| pageIndex | Text | 0 | Specify the pageIndex value |
| continue_on_failure | Text | no | Continue on API failure. |
| retry_count | Text | 0 | Number of times to retry on failure. |
| retry_interval | Text | 10 | Seconds to wait before retrying on failure. |
Bot @cisco-prime:query-api
Bot Position In Pipeline: Source
List data from specified Cisco Prime API
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 |
|---|---|---|---|
| path* | Text | Specify the Cisco Prime API path | |
| pagination | Text | no | Enable pagination. Possible values are 'yes' or 'no' |
| max_result | Text | 100 | Specify the max results that needs to be return in result of API. |
| offset | Text | 0 | Specify the offset value, By default it will be 0 |
| continue_on_failure | Text | no | Continue on API failure. |
| retry_count | Text | 0 | Number of times to retry on failure. |
| retry_interval | Text | 10 | Seconds to wait before retrying on failure. |
| concurrent_discovery | Text | 10 | Number of concurrent jobs to run |
This bot also accepts wildcard parameters. Any additional name = 'value' parameters are passed to the bot.