Summary
Get a list of inventory devices
Description
Get a list of inventory devices.
Route
POST /automationgateway/getInventoryDevices
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| integrationType | enum | yes | Allowed values are: [ netmiko, netconf, http_requests ] - Integration type of the device |
| offset | number | no | - |
| limit | number | no | - |
| filter | string | no | - |
| order | string | no | - |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | A JSON Object containing status, code and the result |