All Products
Search
Document Center

Elastic Compute Service:ModifyManagedInstance

Last Updated:Mar 26, 2024

Modifies the information about a managed instance.

Operation description

The region ID. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).

You can call the DescribeRegions operation to query the most recent region list.

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 ID of the managed instance.

cn-hangzhou
InstanceIdstringYes

The new name of the managed instance. The name must be 1 to 128 characters in length. It must start with a letter and cannot start with a special character or a digit. It can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:) and cannot start with http:// or https://.

mi-hz01nmcf****
InstanceNamestringYes

The request ID.

testInstanceName

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

Details of the managed instance.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
Instanceobject

The name of the managed instance.

InstanceNamestring

The ID of the managed instance.

testInstanceName

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "Instance": {
    "InstanceName": "testInstanceName",
    "InstanceId": "mi-hz01nmcf****"
  }
}

Error codes

HTTP status codeError codeError messageDescription
400RegionId.ApiNotSupportedThe api is not supported in this region.The API operation cannot be called in the specified region. Check whether the specified RegionId parameter is valid.
400InstanceName.ExceedLimitThe specified instance name exceed limit.The length of the managed instance name exceeds the upper limit.
400InstanceName.InvalidPatternThe specified instance name pattern invalid.The managed instance name is invalid.
403Operation.ForbiddenThe operation is not permitted.The operation is not supported.
404InvalidRegionId.NotFoundThe RegionId provided does not exist in our records.The RegionId provided does not exist
404InvalidInstance.NotFoundThe specified instances id does not exist.The specified managed instance ID does not exist.
500InternalError.DispatchAn error occurred when you dispatched the request.An error occurred while the request is being sent. Try again later.

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

Change history

Change timeSummary of changesOperation
2022-02-25The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 404 change
    delete Error Codes: 400
    delete Error Codes: 500
    Added Error Codes: 403