Modifies the name and description of a snapshot-consistent group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:ModifySnapshotGroup |
update |
*SnapshotGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the snapshot-consistent group. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| SnapshotGroupId |
string |
Yes |
The ID of the snapshot-consistent group. You can call the DescribeSnapshotGroups operation to query the IDs of available snapshot-consistent groups. |
ssg-j6ciyh3k52qp7ovm**** |
| Name |
string |
No |
The new name of the snapshot-consistent group. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with a |
testName02 |
| Description |
string |
No |
The new description of the snapshot-consistent group. The description must be 2 to 256 characters in length and cannot start with |
This is new description |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A00B5E55-76B7-42C8-8A80-AF10E980DCC7 |
Examples
Success response
JSON format
{
"RequestId": "A00B5E55-76B7-42C8-8A80-AF10E980DCC7"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.Name | The specified Name is invalid. | The specified Name parameter is invalid. |
| 400 | InvalidParameter.Description | The specified Description is invalid. | |
| 404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | Region information error |
| 404 | InvalidSnapshotGroup.NotFound | The SnapshotGroupId provided does not exist in our records. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.