GET
/
cloud
/
v1
/
ddos
/
region_coverage
/
{region_id}
Get DDoS protection region coverage information
curl --request GET \
  --url https://api.gcore.com/cloud/v1/ddos/region_coverage/{region_id} \
  --header 'Authorization: <api-key>'
{
  "is_covered": true
}

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.