API Guide

Table Of Contents
/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 213