API Guide

Table Of Contents
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 0,
"NetworkAddress": "10.37.0.101-10.37.0.255"
}
]
}
/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
Input:
{
"Id": 4,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 0,
"NetworkAddress": "10.37.0.101-10.37.0.255"
}
]
}
/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
Input:
{"Ids": [1,2,3,4,5,6]}
212 Devices