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" }
Â