Domains
Get Domain
Retrieve detailed information about a specific domain
get/waap/v1/domains/{domain_id}
Path parameters
domain_idinteger required
The domain ID
The domain ID
Response
Successful Response
Example response
{
"quotas": {
"firewall-rules": {
"allowed": 5,
"current": 2
}
}
}Changes
Changed in 1 of the 29 revisions of this API.1
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○