GET
/
waap
/
v1
/
domains
/
{domain_id}
/
rule-sets
curl --request GET \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/rule-sets \
  --header 'APIKey: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "is_active": true,
    "tags": [
      {
        "id": 123,
        "name": "<string>",
        "description": "<string>"
      }
    ],
    "resource_slug": "<string>",
    "rules": []
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

Response

200
application/json

Successful Response

The response is of type RuleSet · object[].