UptimeUptime Wiki

Az

Parameters

Path Parameters
id*integer

Entity id

Formatint64
Range0 <= value

Try the endpoint

GET
/api/v1/azs/{id}

Code example

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

Response example

{  "id": 0,  "region_id": 0,  "name": "string",  "status": "Healthy",  "rack_count": 0,  "host_count": 0,  "draped_cable_count": 0}

Response body

200The entity
application/json

On this page