API Guide
"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]}
/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
Input:
{
"Id": 0,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 0,
"NetworkAddress": "10.37.0.*"
},
{
"Id": 0,
"NetworkAddress": "10.37.0.0-10.35.0.100"
},
{
"Id": 0,
"NetworkAddress": "10.367.0.1"
}
Devices 207