GET
/
cloud
/
v1
/
ddos
/
profile-templates
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/ddos/profile-templates/{region_id} \
  --header 'APIKey: <api-key>'
{
  "description": "description",
  "fields": [
    {
      "default": "<string>",
      "description": "description",
      "field_type": "int",
      "id": 123,
      "name": "<string>",
      "required": "false",
      "validation_schema": "<any>"
    }
  ],
  "id": 123,
  "name": "ICMP port"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

region_id
integer
required

Region ID

Response

200
application/json

List of profile templates

The response is of type object.