API Guide

Table Of Contents
/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
HTTP response
codes
204
Example request
body
{"Ids": [1,2,3,4,5,6]}
/api/DeviceService/Actions/
DeviceService.ValidateExcludes
This URI validates global exclusion.
POST method for DeviceService.ValidateExcludes
This method validates ranges in global exclusion.
Description
Validates ranges in global exclusion.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"Id": 0,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 0,
"NetworkAddress": "xx.xx.xx.xx"
},
{
"Id": 0,
"NetworkAddress": "xx.xx.xx.xx-xx.xx.xx.xx"
},
{
"Id": 0,
"NetworkAddress": "xx.xx.xx.xx"
}
]
}
Devices 287