Querying the Restoration Time Range

Function

This API is used to query the restoration time range of an instance. Before calling this API:

URI

Request

None

Response

{
    "restore_time": [
        {
            "start_time": 1652084311000,
            "end_time": 1652092839000
        },
        {
            "start_time": 1652092847000,
            "end_time": 1652094792000
        }
    ]
}

Status Code

Error Code

For details, see Error Codes.