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
Path Parameters
The domain ID
Required range:
x > 0
Response
Successful Response
Represents a WAAP domain, serving as a singular unit within the WAAP service.
Each domain functions autonomously, possessing its own set of rules and configurations to manage web application firewall settings and behaviors.
The domain ID
Required range:
x > 0
The domain name
Maximum length:
255
The ID of the custom page set
The different statuses a domain can have
Available options:
active
, bypass
, monitor
, locked
The date and time the domain was created in ISO 8601 format
Domain level quotas
Examples:
{
"firewall-rules": { "allowed": 5, "current": 2 }
}
{
"custom-rules": { "allowed": 10, "current": 1 }
}