cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/ddos/profile-templates/{region_id} \ --header 'Authorization: <api-key>'
{ "description": "description", "fields": [ { "default": "<string>", "description": "description", "field_type": "int", "id": 123, "name": "<string>", "required": true, "validation_schema": "<any>" } ], "id": 123, "name": "ICMP port" }
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
The response is of type object.
object
Was this page helpful?