/
Getting basic information from every Pool
Getting basic information from every Pool
Format
Method | GET |
---|---|
URL | /pools |
Request contents | Empty |
Successful answer | BasicPoolInfo Object Array |
Non-successful answer | ErrorMessage Object |
Unexpected error | HTTP 500 |
BasicPoolInfo Object
Schema
pool_id | String | Pool's unique identifier |
---|---|---|
state | String | Pool's current state. Either "unknown", "active", "inactive", "stopped", "warning" or "error" |
JSON example
{ "pool_id": "demo_public", "state": "active" }
, multiple selections available,
Related content
Getting basic information from every Pool
Getting basic information from every Pool
More like this
Getting full information from a certain Pool
Getting full information from a certain Pool
More like this
Getting full information from a certain Pool
Getting full information from a certain Pool
More like this
Getting full information from a certain Pool
Getting full information from a certain Pool
More like this
Getting basic information from every Host
Getting basic information from every Host
More like this
Getting basic information from every Guest
Getting basic information from every Guest
More like this