API Guide

Table Of Contents
}
/api/GroupService/Groups(group id)/
AllLeafDeviceSummaries?$filter=Type eq
4000&$top=25&$skip=0&$orderby=Identifier asc
This URL returns the device data by specifying the orderascending or descending.
GET method for AllLeafDeviceSummaries?$filter=Type eq
4000&$top=25&$skip=0&$orderby=Identifier asc
Description Returns the device data by specifying the orderascending or descending.
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(15390)",
"Id": 15390,
"DeviceName": "MXG610s FC Switch 2SFP",
"Model": "MXG610s FC Switch 2SFP",
"Identifier": "0FM3R3A01CN7969096FC008",
"DeviceServiceTag": null,
"Type": 4000,
"Status": 3000,
"PowerState": 17,
"ConnectionState": true,
"ManagedState": 7000,
"DeviceCapabilities": [
7,
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,
324
Groups