Host_pool
Parameters
Path Parameters
id*integer
Entity id
Format
int64Range
0 <= valueCode 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 entityapplication/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").