Requesting a Pool resources rebalance

Format

MethodPOST
URL

/tasks/create

Request contentsPoolRebalance Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

PoolModify Object

Schema

typeStringTask type identifier. In this case, "pool_action"
pool_idStringPool's unique identifier
actionStringAction to be applied to this Pool. In this case, "rebalance"

JSON example

{
    "type": "pool_action",
    "pool_id": "testpool",
    "action": "rebalance"
}