All Products
Search
Document Center

Elastic Compute Service:ModifyDedicatedHostClusterAttribute

Last Updated:Apr 11, 2024

Modifies the attributes of a dedicated host cluster, such as its name and description.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the dedicated host cluster. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
DedicatedHostClusterIdstringYes

The ID of the dedicated host cluster.

dc-bp12wlf6am0vz9v2****
DedicatedHostClusterNamestringNo

The new name of the dedicated host cluster. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter. The name cannot contain http:// or https://.

newClusterName
DescriptionstringNo

The description of the dedicated host cluster. It must be 2 to 256 characters in length. It cannot start with http:// or https://.

newClusterDescription

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

11B55F58-D3A4-4A9B-9596-342420D02FF8

Examples

Sample success responses

JSONformat

{
  "RequestId": "11B55F58-D3A4-4A9B-9596-342420D02FF8"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidDedicatedHostName.MalformedThe specified parameter DedicatedHostClusterName is not valid.-
400InvalidDescription.MalformedThe 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://.
403InvalidUser.UnauthorizedThe user is not authorizedYou are not authorized to perform this operation.
404InvalidDedicatedHostId.NotFoundThe specified DedicatedHostClusterId does not exist.-

For a list of error codes, visit the Service error codes.