Summary
Get an inventory device
Description
Get an inventory device
Route
POST /automationgateway/getInventoryDevice
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
integrationType | enum | yes | Allowed values are: [ netmiko, netconf, http_requests, grpc ] - Integration type of the device |
deviceName | string | yes | Name of device |
output | string | no | Return a list of this device name if device exists.: Must be one of [list] |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | A JSON Object containing status, code and the result |