Skip to main content

Extend the expiry time of live browse recovery points

Extends (or sets) the expiry time for one or more live browse recovery points. Recovery points are mount sessions created for live browse / live recovery of VMs. This API extends the mount duration so the recovery point does not auto-expire.

Request Body required
  • rpObjectList object[]

    List of recovery point objects to extend

  • id int32

    Unique recovery point ID

  • searchKey string

    Search key for lookups

  • srcInstanceId int32

    Source VSA instance ID

  • srcBkpSetId int32

    Source backup set ID

  • srcSubclientId int32

    Source subclient ID

  • srcClientId int32

    Source client ID

  • mountHostId int32

    ID of the host machine where the recovery point is mounted

  • mountHostName string

    Name of the mount host

  • bkpJobId int64

    Backup job ID that created the snapshot

  • rpJobId int64

    Recovery point job ID (mount job)

  • appData string

    Application-specific data (JSON or XML string)

  • srcPath string

    Source path of the recovery point data

  • mountPath string

    Path where the recovery point is mounted

  • phase string

    Possible values: [PREMOUNT, MOUNT, POSTMOUNT, BROWSEREADY, DELETING, ERROR]

    Current phase of the recovery point lifecycle

  • bkpType int32

    Possible values: [1, 2, 3]

    Backup type: 1=SNAP, 2=VSA, 3=BLOCKLEVEL

  • recoveryTime int32

    Point-in-time to recover to (Unix timestamp)

  • expireTime int32

    When this recovery point expires (Unix timestamp). Set this to extend.

  • appType int32

    Application type ID

  • userName string

    User who created the recovery point

  • createTime int32

    When the recovery point was created (Unix timestamp)

Responses

OK — recovery points extended successfully


Schema
  • response object
  • errorMessage string
  • errorCode int32
Loading...