Summary
Get list of groups
Description
Get a list of groups.
Route
POST /automationgateway/getInventoryGroups
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
integrationType | string | yes | Name of integration_type: Must be one of [nornir] |
inventoryName | string | yes | Name of integration type: string |
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":"atlanta"}) 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 |