Get PITR Allowed Range

Get PITR Allowed Range

Endpoint to get latest restorable time by backup for Point in time restore operation
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/backups/{id}/pitr/range
COPY
Path Parameters
string
id
Required

ID of the Backup


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PitrAllowedRange of type(s) application/vnd.vmware.dms-v1+json
{
    "from": "string",
    "to": "string"
}
string As date-time As date-time
from
Optional

from

string As date-time As date-time
to
Optional

to


400

Bad Request

Operation doesn't return any data structure