API Guide
3,
5,
9,
8,
2,
1
],
"DeviceManagement": [
{
"DeviceId": 15390,
"ManagementId": 5296,
"NetworkAddress": "XXX.XX.XXX.XX",
"MacAddress": "88:94:71:DB:E8:98",
"InstrumentationName": "MXG610s FC Switch 2SFP",
"ManagementProfile": [
{
"ManagementProfileId": 5296,
"ManagementId": 0,
"AgentName": null,
"Version": null,
"ManagementURL": "http://XXX.XX.XXX.XX"
}
]
}
],
"IpAddress": "XXX.XX.XXX.XX"
}
]
}
/api/GroupService/Groups(group id)/
AllLeafDeviceSummaries?$filter=Type eq 4000&
$top=25&$skip=0
This URL returns the specified list of device data beginning with the first device in the list and can also skip the specified number of
devices.
GET method for AllLeafDeviceSummaries?$filter=Type eq
4000&$top=25&$skip=0
Description
Returns the specified list of device data beginning with the first device in the list and can also skip the specified
number of devices.
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",
Groups 281