Glad
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.
GET /api/lists HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
[
{
"name": "text",
"listID": 1,
"clientID": "text",
"description": "text",
"maxItems": 1,
"items": 1,
"wardenWhitelist": 1,
"wardenBlacklist": 1
}
]Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.
GET /api/lists/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
[
{
"ip": "text",
"prefix": 1,
"listId": 1,
"updated": "text",
"expires": "text"
}
]Expiry date in RFC3339Z format.
2020-04-31T19:04:55ZIP v4 address
1.2.3.4Any network prefix that is > 8 and <= 32
32A successful response.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.
POST /api/lists/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 63
[
{
"expires": "2020-04-31T19:04:55Z",
"ip": "1.2.3.4",
"prefix": 32
}
]{}Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.
GET /api/warden/armors HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
[
{
"ip": "text",
"prefix": 1,
"description": "text",
"tenant-id": 1,
"enabled": true,
"ports": [
"text"
],
"prevention-mode": true,
"tcp-established": true,
"protocol": "text",
"udp-gl-pps": "text",
"tcp-gl-pps": "text",
"dpi-profile": "text",
"reject-src-port-1024": true
}
]A successful response.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.
PUT /api/warden/armors HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 246
[
{
"ip": "text",
"prefix": 1,
"description": "text",
"tenant-id": 1,
"enabled": true,
"ports": [
"text"
],
"prevention-mode": true,
"tcp-established": true,
"protocol": "text",
"udp-gl-pps": "text",
"tcp-gl-pps": "text",
"dpi-profile": "text",
"reject-src-port-1024": true
}
]{}A successful response.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.
DELETE /api/warden/armors HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 246
[
{
"ip": "text",
"prefix": 1,
"description": "text",
"tenant-id": 1,
"enabled": true,
"ports": [
"text"
],
"prevention-mode": true,
"tcp-established": true,
"protocol": "text",
"udp-gl-pps": "text",
"tcp-gl-pps": "text",
"dpi-profile": "text",
"reject-src-port-1024": true
}
]{}Last updated
Was this helpful?