Queries whether an instance supports backup and recovery by calling the DescribeBackMenu operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:DescribeBackMenu |
get |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds*********** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
The result of the request. |
true |
| RequestId |
string |
The request ID. |
60C21BE4-EDFE-454C-95ED-3A5C74****** |
| List |
object |
||
| list |
array<object> |
The list of backup information. |
|
|
object |
|||
| Support |
boolean |
Indicates whether backup recovery is supported. |
true |
| MenuName |
string |
The backup method. Valid values:
|
phy |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "60C21BE4-EDFE-454C-95ED-3A5C74******",
"List": {
"list": [
{
"Support": true,
"MenuName": "phy"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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.