API Guide
Example
response body
{
"@odata.context": "$metadata#Collection(DeviceService.GlobalExclude)",
"@odata.count": 4,
"value": [
{
"@odata.id": "/api/DeviceService/GlobalExcludes(1)",
"Id": 1,
"Identifier": "9PKM9Z1",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 1,
"NetworkAddress": "xx.xx.xx.xx"
}
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(2)",
"Id": 2,
"Identifier": null,
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 2,
"NetworkAddress": "xx.xx.xx.xx"
}
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(3)",
"Id": 3,
"Identifier": "R930PR0",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 3,
"NetworkAddress": "xx.xx.xx.xx"
}
]
},
{
"@odata.id": "/api/DeviceService/GlobalExcludes(4)",
"Id": 4,
"Identifier": "IPRange2",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 4,
"NetworkAddress": "xx.xx.xx.xx-xx.xx.xx.xx"
}
]
}
]
}
POST method for GlobalExcludes
This method globally excludes ranges.
Description
Globally excludes ranges.
Privilege APPLIANCE_SETUP
HTTP response
codes
201
Devices 251