Calls the RemoveDrdsDbFailedRecord operation to delete a failed database creation record.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:RemoveDrdsDbFailedRecord |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds************ |
| DbName |
string |
Yes |
The database name. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
D98BC610-5A91-453A-BC44-5873EF****** |
| Result |
boolean |
The result of the request. |
true |
| Success |
boolean |
Indicates whether the call was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "D98BC610-5A91-453A-BC44-5873EF******",
"Result": true,
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidDbName.Empty | DbName can not be empty | |
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.