All Products
Search
Document Center

Elastic Compute Service:ModifyDedicatedBlockStorageClusterAttribute

Last Updated:Apr 25, 2024

Modifies the information of a dedicated block storage cluster.

Operation description

You can call this operation to modify the information of a dedicated block storage cluster. The information includes the name and description of the cluster.

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 block storage cluster. You can call the DescribeRegions operation to query the most recent region list.

cn-heyuan
DbscIdstringYes

The ID of the dedicated block storage cluster.

dbsc-cn-od43bf****
DbscNamestringYes

The new name of the dedicated block storage cluster.

my-test-dbsc
DescriptionstringNo

The new description of dedicated block storage cluster.

test
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests.

The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How do I ensure idempotence .

123e4567-e89b-12d3-a456-42665544****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

11B55F58-D3A4-4A9B-9596-342420D0****

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe parameter %s is invalid.The specified parameter value is invalid.
400MissingParameterThe input parameter %s that is mandatory for processing this request is not supplied.The parameter must be specified.
403ForbiddenUser is not authorized to operate.You are not authorized to manage the resource. Check the account permissions or contact the Alibaba Cloud account.
403Forbidden.ActionUser is not authorized to operate this action.You are not authorized to perform this operation. Check the account permissions or contact the Alibaba Cloud account.
403NoPermission.SLRThe RAM user does not have the permission to create service linked role: AliyunServiceLinkedRoleForEBS.You are not authorized to create service-linked roles.
404InvalidApi.NotFoundSpecified api is not found, please check your url and method.-
404InvalidRegionId.NotFoundThe specified RegionId does not exist.-
404InvalidResourceId.NotFoundThe specified ResourceIds are not found in our records.-
404InvalidResourceType.NotFoundThe ResourceType provided does not exist in our records.-
404MissingParameter.ResourceTypeThe parameter - ResourceType should not be null-
404NoSuchResourceThe specified resource does not exist.The specified resource does not exist.
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.An internal error has occurred.
504RequestTimeoutThe request is timeout, please try again later.The request has timed out. Try again later.

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