Modify the host list associated with a Direct Storage
Format
Method | POST |
---|---|
URL | /tasks/create |
Request content | DirectStorageModify Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
DirectStorageModify Object
Schema
type | String | Task type identifier. In this case, "dstorage_modify" |
---|---|---|
dstorage_id | String | Unique identifier of the Direct Storage |
host_list | String | New comma-separated host list of this Direct Storage |
JSON example
{ "type": "dstorage_modify", "dstorage_id": "local", "host_list": "flexdev01,flexdev02" }
Â
Â