API Guide

Table Of Contents
"Description": "LCD access is view only"
},
{
"Id": 18000,
"Property": "lcdAccess",
"Key": "VIEW_AND_MODIFY",
"Value": "View and Modify",
"Description": "LCD access is view and modify"
},
{
"Id": 19000,
"Property": "redundancyPolicy",
"Key": "PSU_REDUNDANCY",
"Value": "PSU Redundancy",
"Description": "Redundancy policy type is PSU redundancy"
}
]
}
/api/DeviceService/GlobalExcludes
This URI represents the globally excluded ranges.
GET method for GlobalExcludes
This method returns the globally excluded ranges.
Description
Returns the globally excluded ranges.
Privilege VIEW
HTTP response
codes
200
Example
Output:
{
"@odata.context": "$metadata#Collection(DeviceService.GlobalExclude)",
"@odata.count": 4,
"value": [
{
"@odata.id": "/api/DeviceService/GlobalExcludes(1)",
"Id": 1,
"Identifier": "9PKM9Z1",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 1,
"NetworkAddress": "10.35.0.111"
}
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(2)",
"Id": 2,
"Identifier": null,
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 2,
"NetworkAddress": "10.35.0.92"
}
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(3)",
"Id": 3,
210
Devices