API Guide

Table Of Contents
"Description": "French"
},
{
"@odata.type": "#DeviceService.DeviceSettingsMetadata",
"Id": 19005,
"Property": "lcdLanguage",
"Key": "de",
"Value": "German",
"Description": "German"
},
{
"@odata.type": "#DeviceService.DeviceSettingsMetadata",
"Id": 19006,
"Property": "lcdLanguage",
"Key": "es",
"Value": "Spanish",
"Description": "Spanish"
},
{
"@odata.type": "#DeviceService.DeviceSettingsMetadata",
"Id": 19007,
"Property": "lcdLanguage",
"Key": "ja",
"Value": "Japanese",
"Description": "Japanese"
},
{
"@odata.type": "#DeviceService.DeviceSettingsMetadata",
"Id": 19008,
"Property": "lcdLanguage",
"Key": "zh",
"Value": "Chinese",
"Description": "Chinese"
}
]
}
/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
response body
{
"@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": "xx.xx.xx.xx"
284 Devices