Getting basic information from every Pool

Format

MethodGET
URL

/pools

Request contentsEmpty
Successful answerBasicPoolInfo Object Array
Non-successful answerErrorMessage Object
Unexpected errorHTTP 500

 

BasicPoolInfo Object

Schema

pool_idStringPool's unique identifier
stateStringPool's current state. Either "unknown", "active", "inactive", "stopped", "warning" or "error"

JSON example

 

{
    "pool_id": "demo_public",
    "state": "active"
}