Developers Guide

Table Of Contents
HTTP response
codes
204
Example request
body
{
"Id": 0,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 0,
"NetworkAddress": "xx.xx.xx.xx-xx.xx.xx.xx"
}
]
}
/api/DeviceService/Actions/
DeviceService.EditNetworkRange
This URI edits the global exclusion ranges.
POST method for DeviceService.EditNetworkRange
This method edits ranges in global exclusion.
Description
Edits ranges in global exclusion.
Privilege APPLIANCE_SETUP
HTTP response
codes
204
Example request
body
{
"Id": 4,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 0,
"NetworkAddress": "xx.xx.xx.xx-xx.xx.xx.xx"
}
]
}
/api/DeviceService/Actions/
DeviceService.RemoveFromExclusion
This URI removes ranges from Global Exclusion.
POST method for DeviceService.RemoveFromExclusion
This method removes ranges in global exclusion.
Description
Removes ranges in global exclusion.
Privilege APPLIANCE_SETUP
366 Devices