Call the interface DescribeBackMenu to check whether the DRDS instance supports restorate the backup.

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 DescribeBackMenu

The operation that you want to perform. The value is DescribeBackMenu.

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

The ID of the DRDS instance.

Response parameters

Parameter Type Example Description
List Array

The backup information list.

list
MenuName String phy

The backup method. Valid values:

  • Logic : logical backup
  • phy: physical backup
Support Boolean true

Indicates whether backup recovery is supported.

RequestId String 60C21BE4-EDFE-454C-95ED-3A5C74******

The ID of the request.

Success Boolean true

The result of request.

Examples

Sample requests

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

Sample success responses

XML format

<List>
    <MenuName>phy</MenuName>
    <Support>true</Support>
</List>
<List>
    <MenuName>logic</MenuName>
    <Support>true</Support>
</List>
<RequestId>60C21BE4-EDFE-454C-95ED-3A5C74******</RequestId>
<Success>true</Success>

JSON format

{
    "List":[
        {
         "MenuName":"phy",
         "Support":true   
        },
        {
         "MenuName":"logic",
         "Support":true   
        }
    ],
    "RequestId":"60C21BE4-EDFE-454C-95ED-3A5C74******",
    "Success":true
}

Error codes

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