Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Response
List of active profiles
DDoS protection profile ID
Examples:
0
Protected IP address or CIDR.
Examples:
"203.0.113.1"
"203.0.113.0/24"
Template data
Examples:
[
{
"base_field": 10,
"default": null,
"description": "ARK server ports. Valid port values are in range 1000-65535",
"field_type": null,
"field_value": [45046, 45047],
"id": 11,
"name": "ARK Ports",
"required": true,
"validation_schema": {
"items": {
"maximum": 65535,
"minimum": 1000,
"type": "integer"
},
"minItems": 1,
"type": "array"
},
"value": null
}
]
Examples:
{ "active": true, "bgp": true }
DDoS profile template description
Examples:
"ARK server ports. Valid port values are in range 1000-65535"
List of protocols
Examples:
[
{
"port": "80",
"protocols": ["TCP", "HTTP"]
},
{ "port": "53", "protocols": ["UDP"] }
]
Maximum length:
50
Examples:
"ED"
Examples:
{
"error_description": "",
"status": "Updated"
}