Skip to main content

List all RMAN Backup Pieces

Select

SaaS
Customer Managed

List all RMAN backup-pieces based on time or SCN. In case both time and SCN is provided, SCN will take the higher priority.

Path Parameters
  • instanceId int32 required

    Id of the instance

Query Parameters
  • toTime int32

    toTime (GMT) for the browse operation (required input in case browsing with time)

  • fromTime int32

    fromTime (GMT) for the browse operation. (optional input in case browsing with time)

  • endSCN int32

    endSCN for the browse operation. (required input in case browsing with SCN)

Responses

Success


Schema
  • jobs object[]
  • jobid int64

    Job ID

  • rmanCompletionTime int32

    RMAN recovery PIT (GMT) in Unix Format

  • jobCompletionTime int32

    Job Completion Time (GMT) in Unix Format

  • endSCN int64

    RMAN reported SCN for the job

  • pieces object[]

    List of RMAN Pieces

  • name string

    RMAN Piece name

  • type string

    Possible values: [DATA, LOG]

    RMAN Piece type

Loading...