UptimeUptime Wiki

Region

Parameters

Path Parameters
id*integer

Entity id

Formatint64
Range0 <= value

Try the endpoint

GET
/api/v1/regions/{id}

Code example

curl -X GET "https://example.com/api/v1/regions/0"

Response example

{  "id": 0,  "name": "string",  "area": "string",  "az_count": 0,  "status": "Healthy",  "backbone_load_gbps": 0.1,  "backbone_capacity_gbps": 0.1,  "backbone_saturated": true}

Response body

200The entity
application/json

On this page