You can call this operation to delete the RemoveDrdsDbFailedRecord that failed to be created.

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 RemoveDrdsDbFailedRecord

Required parameter. Value: RemoveDrdsDbFailedRecord.

DbName String Yes test

The name of the DRDS database.

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

The ID of the ApsaraDB RDS for PostgreSQL instance.

Response parameters

Parameter Type Example Description
RequestId String D98BC610-5A91-453A-BC44-5873EF******

The ID of the request.

Result Boolean True

Indicates whether the database creation failure records were deleted from the DRDS instance.

Success Boolean True

Indicates whether the request was successful.

Examples

Sample requests

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

Sample success responses

XML format

<RequestId>D98BC610-5A91-453A-BC44-5873EF******</RequestId>
<Success>true</Success>
<Result>true</Result>

JSON format

{
    "RequestId": "D98BC610-5A91-453A-BC44-5873EF******",
    "Success": true,
    "Result": true
}

Error codes

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