GET
/
cloud
/
v1
/
ddos
/
region_coverage
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/ddos/region_coverage/{region_id} \
  --header 'APIKey: <api-key>'
{
  "is_covered": true
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

region_id
integer
required

Region ID

Response

200
application/json

Coverage status of Advanced DDoS protection in the region

The response is of type object.