GET
/
cloud
/
v1
/
ddos
/
accessibility
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/ddos/accessibility/{region_id} \
  --header 'APIKey: <api-key>'
{
  "http_code": 123,
  "is_accessible": true,
  "message": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

region_id
integer
required

Region ID

Response

200 - application/json

DDoS Protection service access status

The response is of type object.