Modifies the information of a dedicated host group, including the name, description, and properties.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:ModifyDedicatedHostClusterAttribute |
update |
*ddhcluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the host group. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| DedicatedHostClusterId |
string |
Yes |
The ID of the host group. |
dc-bp12wlf6am0vz9v2**** |
| DedicatedHostClusterName |
string |
No |
The name of the host group. It must be 2 to 128 characters in length and start with a letter. It can contain letters, digits, periods (.), underscores (_), and hyphens (-), and cannot contain |
newClusterName |
| Description |
string |
No |
The description of the host group. It must be 2 to 256 characters in length, and cannot start with |
newClusterDescription |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
11B55F58-D3A4-4A9B-9596-342420D02FF8 |
Examples
Success response
JSON format
{
"RequestId": "11B55F58-D3A4-4A9B-9596-342420D02FF8"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidDedicatedHostName.Malformed | The specified parameter DedicatedHostClusterName is not valid. | |
| 400 | InvalidDescription.Malformed | The specified parameter Description is not valid. | The resource description is invalid. The description must be 2 to 256 characters in length and cannot start with http:// or https://. |
| 403 | InvalidUser.Unauthorized | The user is not authorized | You are not authorized to perform this operation. |
| 404 | InvalidDedicatedHostId.NotFound | The specified DedicatedHostClusterId does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.