UptimeUptime Wiki

Host_pool

Parameters

Path Parameters
id*integer

Entity id

Formatint64
Range0 <= value

Try the endpoint

GET
/api/v1/host-pools/{id}

Code example

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

Response example

{  "id": 0,  "name": "string",  "serves": [    "string"  ],  "host_count": 0}

Response body

200The entity
application/json

A player-created host pool. Small top-level list on WorldSnapshot (msgpack-only, like lags); per-host membership rides HostView.pool_id. serves are ServiceClass tags ("vm"/"fn"/"obj"/"db"/"cdn"/"k8s").

On this page