Changing a DB Instance Name
Function
This API is used to change a DB instance name.
- Before calling this API, learn how to authenticate it.
- Before calling this API, learn about request header parameters.
URI
- Parameter description
Table 1 Parameter description Name
Mandatory
Description
project_id
Yes
Project ID of a tenant in a region.
To obtain the value, see Obtaining a Project ID.
instance_id
Yes
Specifies the DB instance ID.
Request
| Name | Mandatory | Type | Description |
|---|---|---|---|
| name | Yes | String | Specifies the DB instance name. DB instances of the same type can have same names under the same tenant. Valid value:
|
Example Request
Change the name of a DB instance.
{
"name": "Test_2345674"
} - Abnormal response
For details, see Abnormal Request Results.
Status Code
- Normal
- Abnormal
For details, see Status Codes.
Error Code
For details, see Error Codes.