GET
/
cloud
/
v1
/
ddos
/
profile-templates
/
{region_id}
List DDoS protection profile templates
curl --request GET \
  --url https://api.gcore.com/cloud/v1/ddos/profile-templates/{region_id} \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "description": "description",
      "fields": [
        {
          "default": null,
          "description": "ARK server ports. Valid port values are in range 1000-65535",
          "field_type": null,
          "id": 11,
          "name": "ARK Ports",
          "required": true,
          "validation_schema": "<any>"
        }
      ],
      "id": 123,
      "name": "ICMP port"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

region_id
integer
required

Unique identifier of the cloud region where DDoS protection operations will be performed

Examples:

1

Response

200 - application/json

OK

The response is of type object.