Deleting RAID Group
DELETE /raidgroup/{raidgroup_id}
Introduction
Deletes the specified RAID Group.
Caution
The following RAID Groups cannot be deleted:
RAID Group in which the Volume is registered
RAID Group belongs to a TPP or an FTRP
RAID Group registered as an REC Disk Buffer.
Tenant users cannot execute this command.
Request Examples
Example of deleting a RAID Group with RAID Group ID 2.
$ curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X DELETE "https://192.168.1.1:5665/api/v1/raidgroup/2"
Response Examples
{
"job_id": 8192001,
"job_href": "/api/v1/job/8192001"
}
Parameters
PATH PARAMETERS
| raidgroup_id
(required) |
integer RAID Group ID. |
Responses
If the job registration is successful, the HTTP status code will be 202 (Accepted) and the response body will respond.
RESPONSE BODY
| job_id | integer Job ID. |
| job_href | string Resource link of the job. |

