RaidInitialize
Trigger this action to initialize a RAID volume.
Use the HTTP POST method with the resource
/mgmt/actionqueue/default, specifying
a request payload with the following
format:{
"RaidInitialize": {
"VolumeName": "name"
}
}- VolumeName
- String
This action deletes any files and data on the RAID array.
Example
To initialize the raid0 volume, post the following payload to
https://yourhost:5554/mgmt/actionqueue/default:
{
"RaidInitialize": {
"VolumeName": "raid0"
}
}