RaidActivate
Trigger this action to activate a RAID volume.
Use the HTTP POST method with the resource
/mgmt/actionqueue/default, specifying
a request payload with the following
format:{
"RaidActivate": {
"VolumeName": "name"
}
}- VolumeName
- String
Example
To activate the raid0 volume, post the following payload to
https://yourhost:5554/mgmt/actionqueue/default:
{
"RaidActivate": {
"VolumeName": "raid0"
}
}