InfraDevices
Group devices for filtering
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Query Parameters
name?|
Name of the device
description?|
Description of the device
rack?array<string>|
Rack names
manufacturer?array<string>|
Manufacturer slugs
model?array<string>|
Device model names
position?|
Position in the rack
group_by*Group By
Value in
- "rack"
- "manufacturer"
- "model"
Response Body
application/json
curl -X GET "https://example.com/v3/infra/devices/group-by?group_by=rack"{ "key": "rack", "values": [ { "value": "string", "label": "string", "count": 0 } ]}How is this guide?
Last updated on