Modifying RAID Group Configuration
PATCH /raidgroup/{raidgroup_id}
Introduction
Modifies the specified RAID Group settings.
When the assigned CMs are being changed, the system enters the Write Through mode which reduces the overall operational I/O performance of the entire device.
Therefore, the assigned CM should be changed when business I/O is low.
Changing the assigned CM may take up to several tens of minutes.
Tenant users cannot execute this command.
Request Examples
Example of changing the RAID Group Name to RAIDG_2 for a RAID Group with RAID Group ID 2.
$ curl -i -H "Content-Type:application/json" -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X PATCH "https://192.168.1.1:5665/api/v1/raidgroup/2" -d '{"new_name": "RAIDG_2"}'
Response Examples
{
"job_id": 8192001,
"job_href": "/api/v1/job/8192001"
}
Parameters
PATH PARAMETERS
| raidgroup_id
(required) |
integer RAID Group ID. |
REQUEST BODY
| new_name | string RAID Group name after changing. Input criteria:
|
| assigned_cm | string Assigned CM of the RAID Group. To use CE#0-CM#0, specify "00"; or to use CE#a-CM#1, specify "a1". Input criteria:
|
| is_assigned_cm_reoptimized | boolean Optimization of the assigned CM of the RAID Group Releases the assigned CM of the RAID Group and optimizes the assigned CM according to the currently installed CMs. Input criteria:
|
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. |

