RemoveDir
Trigger this action to remove subdirectories from the local: directory.
Use the HTTP POST method with the resource
/mgmt/actionqueue/default
, specifying
a request payload with the following
format:{
"RemoveDir": {
"Dir": "local:///subdirectory"
}
}
- Dir
- String
Example
To remove the , post the following payload to
https://yourhost:5554/mgmt/actionqueue/default
:
{
"RaidRebuild": {
"VolumeName": "raid0"
}
}