adapter-automation_gateway

On this page:

getInventoryDevices

Summary

Get a list of inventory devices

Description

This method will 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 The number of items to skip before starting to collect the result set: 123
limit number no The number of items to return: 123
filter string no Response filter function with JSON name/value pair argument, i.e., contains({"name":"ios"}) Valid filter functions - contains, equals, startswith: string
order string no Ascending/Descending sort indication: Must be one of [ascending, descending]

Return

DetailsExampleSchema
Name Type Description
result object A JSON Object containing status, code and the result