Developers Guide

Table Of Contents
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(3)",
"Id": 3,
"Identifier": "R930PR0",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 3,
"NetworkAddress": "xx.xx.xx.xx"
}
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(4)",
"Id": 4,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 4,
"NetworkAddress": "xx.xx.xx.xx-xx.xx.xx.xx"
}
]
}
]
}
POST method for GlobalExcludes
This method globally excludes ranges.
Description
Globally excludes ranges.
Privilege APPLIANCE_SETUP
HTTP response
codes
201
Example request
body
{"DeviceIds": [2464,2614,2514]}
Example
response body
True
/api/DeviceService/Actions/
DeviceService.AddNetworkRange
This URI adds ranges to the globally excluded range.
POST method for DeviceService.AddNetworkRange
This method adds ranges to global exclusion.
Description
Adds network ranges to global exclusion.
Privilege APPLIANCE_SETUP
Devices 365