getOrgInventory_Notes
GET https://{{host}}/api/v1/orgs/:org_id/inventory?mac={{mac_address}}
Response Parameters
Parameter|Type|Description serial|string|device serial model|string|device model type|string|device type, ap mac|string|MAC address name|string|device name if assigned id|string|device id siteid|string|site id if assigned, null if not assigned deviceprofileid|string|deviceprofile id if assigned, null if not assigned connected|boolean|whether the AP is connected createdtime|long|inventory created time, in epoch modifiedtime|long|inventory last modified time, in epoch
Query Options
- Filtered Inventory by
- model
- serial
- magic
- site_id
Example:
https://{{host}}/api/v1/orgs/:org_id/inventory?model=AP41
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mac | string |