Modifying the Name of a DDM Instance
Function
This API is used to modify the name of a DDM instance.
URI
PUT /v1/{project_id}/instances/{instance_id}/modify-name
URI to be discarded: PUT /v1/{project_id}/instances/{instance_id}/modify_name
| Parameter | Mandatory | Description |
|---|---|---|
| project_id | Yes | Project ID of a tenant in a region |
| instance_id | Yes | DDM instance ID |
Request
Request parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| name | Yes | String | Name of a DDM instance, which:
|
Response
Response parameters
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| name | String | Yes | Modified name of the DDM instance |
Example
- Example request
{"name":"ddm-test"}
- Example response
{"name":"ddm-test"}
Status Code
For details, see Status Codes.
Last Article: Querying Details of a DDM Instance
Next Article: Modifying the Security Group of a DDM Instance
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.