cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/ddos/profile-templates/{region_id} \ --header 'Authorization: <api-key>'
{ "fields": [ { "id": 123, "name": "<string>", "default": "<string>", "description": "description", "field_type": "int", "required": "false", "validation_schema": "<unknown>" } ], "id": 123, "name": "<string>", "description": "description" }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Region ID
List of profile templates
Show child attributes
123
100
"ICMP port"
"description"
Was this page helpful?