You can call this operation to modify the instance description.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ModifyDrdsInstanceDescription

Required parameter. Value: ModifyDrdsInstanceDescription.

Description String Yes test

The description of the DRDS instance.

DrdsInstanceId String Yes drds************

The ID of the DRDS instance.

Response parameters

Parameter Type Example Description 
RequestId String C44CA24 C- C7C4-4C0F-8AC9-1343F2 *******

The ID of the request.

Success Boolean true

Indicates whether the request was successful.

Examples

Sample requests

http(s)://drds.aliyuncs.com/? Action=ModifyDrdsInstanceDescription
&Description=test
&DrdsInstanceId=drds************
&<Common request parameters>

Sample success responses

XML format

<RequestId>C44CA24C-C7C4-4C0F-8AC9-1343F2******</RequestId>
<Success>true</Success>

JSON format

{
        "RequestId": "C44CA24C-C7C4-4C0F-8AC9-1343F2******",
        "Success": true
    }

Error codes

For a list of error codes, visit the API Error Center.