Updated on 2024-08-02 GMT+08:00

Modifying the Name of a DDM Instance

Scenarios

This section describes how to modify the name of a DDM instance using an API. For details, see Modifying the Name of a DDM Instance.

Procedure

  1. 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"
        }