/
Requesting a Pool resources rebalance
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
repeat | String | Reserved |
---|---|---|
retries | String | Number of times this task will be retried, in case of an error |
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
{ "repeat": "0", "retries": "0", "type": "pool_action", "pool_id": "testpool", "action": "rebalance" }
, multiple selections available,