Skip to main content

Get Oracle Backup Pieces

This operation fetches oracle backupPieces for a Given Time Duration. (If only fromTime or ToTime is provided then defaults duration to 2 weeks)

Path Parameters
  • instanceId integer required

    InstanceId of the Instance whose backupPieces are required

Query Parameters
  • fromTime int32

    fromTime (in epoch time) for the browse operation. (optional input and defaults to 2 weeks from fromTime if toTime is not provided)

  • toTime int32

    toTime (in epoch time) for the browse operation (optional input and defaults to 2 weeks before toTime if fromTime is not provided)

Responses

OK


Schema
  • backupPieces object[]
  • backupPieceName string

    backupPieces found associated with the instance for the given time duration.

  • backupJobId integer

    Job Id of the associated backup piece.

  • dateOfBackup integer

    date when the backup piece was created

Loading...