cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/ddos/region_coverage/{region_id} \ --header 'Authorization: <api-key>'
{ "is_covered": true }
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
Coverage status of Advanced DDoS protection in the region
The response is of type object.
object
Was this page helpful?