API Guide

Table Of Contents
]
}
/api/GroupService/Groups(group id)/
AllLeafDeviceSummaries?$filter=Type eq 4000
This URL returns the device data by specifying the device type.
Get method for AllLeafDeviceSummaries?$filter=Type eq 4000
Description Returns the device data specified by device type.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(DeviceService.DeviceMinModel)",
"@odata.count": 5,
"value": [
{
"@odata.type": "#DeviceService.DeviceMinModel",
"@odata.id": "/api/GroupService/Groups(500)/
AllLeafDeviceSummaries(15253)",
"Id": 15253,
"DeviceName": "MX5108n Ethernet Switch",
"Model": "MX5108n Ethernet Switch",
"Identifier": "8Y280T2",
"DeviceServiceTag": "8Y280T2",
"Type": 4000,
"Status": 1000,
"PowerState": 17,
"ConnectionState": true,
"ManagedState": 7000,
"DeviceCapabilities": [
18,
1,
3,
8,
2,
9,
7,
5
],
"DeviceManagement": [
{
"DeviceId": 15253,
"ManagementId": 5294,
"NetworkAddress": "XXX.XX.XXX.XX",
"MacAddress": "20:04:0F:13:3C:E2",
"InstrumentationName": "MX5108n Ethernet Switch",
"ManagementProfile": [
{
"ManagementProfileId": 5294,
"ManagementId": 0,
"AgentName": null,
"Version": null,
"ManagementURL": "http://XXX.XX.XXX.XX"
}
]
Groups
317