Requesting a Pool resources rebalance
Format
Method | POST |
---|---|
URL | /tasks/create |
Request contents | PoolRebalance Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
PoolModify Object
Schema
type | String | Task type identifier. In this case, "pool_action" |
---|---|---|
pool_id | String | Pool's unique identifier |
action | String | Action to be applied to this Pool. In this case, "rebalance" |
JSON example
{ "type": "pool_action", "pool_id": "testpool", "action": "rebalance" }