#Create rebalance flexgroup volume with API

1 messages · Page 1 of 1 (latest)

slow lion
#

Hi,
I want to create a Flexgroup with rebalance function starting from ONTAP 9.12.1
I saw the POST method "/storage/volumes" with the following request body,
Is there any example for this request body?
Any boolean value that needs to be set to True to enable this function?

uncut sequoia
#

That snippet appears to be from the on-box API docs /vstorage/volumes --> Example Value. If you look at the Model, there's a LOT more info about what can be specified:

weak elk
slow lion
#

Change the rebalancing.state to "starting" might work

uncut sequoia
#

setting the state to starting triggers the rebalance. It's unrelated to the create originally in the question.