Modifying the Name of a DDM Instance
Scenarios
This section describes how to use an API to modify the name of a DDM instance.
Procedure
- Modify the name of a DDM instance.
- API Information
URI format: PUT /v1/{project_id}/instances/{instance_id}/modify_name
For details, see Modifying the Name of a DDM Instance.
- Example request
PUT: https://{endpoint}/v1/743b4c0428d945316666666666666666/instances/modify_name
{"name": "ddm-testaa"}
Obtain the endpoint from Regions and Endpoints.
- Example response
{ "name":"ddm-testaa" }
- Example response
- API Information
Last Article: Querying DDM Instances
Next Article: Deleting a DDM instance
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.