v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
DDoS Protection

Get DDoS protection access status

Check DDoS protection service accessibility and operational status for a specific region.

get/cloud/v1/ddos/accessibility/{region_id}

Path parameters

region_idinteger required

Unique identifier of the cloud region where DDoS protection operations will be performed

Example:1

Unique identifier of the cloud region where DDoS protection operations will be performed

Response

OK

http_codeinteger required

HTTP status code of the response from the Advanced DDoS protection service.

is_accessibleboolean required

Is the current region covered by the Advanced DDoS protection features.

messagestring required

Message from the Advanced DDoS protection service.

Example response

{
  "http_code": 200,
  "is_accessible": true,
  "message": "Advanced DDoS protection is accessible."
}