Skip to main content

Fetch RMAN Logs for a Job

Select

SaaS
Customer Managed

This operation fetches RMAN logs for an Oracle Job

Path Parameters
  • JobId string required

    JobId for which RMAN logs need to be fetched

Responses

OK

Response Headers

    Schema
    • errorString string
    • errorCode integer
    • hasMoreRestoredItemEntries boolean
    GET /job/:jobid/rmanlogs    

    Authorization

    type: apiKeyname: Authtokenin: header

    Request

    Click Edit to configure Base URL
    https://CommandCenterHostName/commandcenter/api
    Security Scheme
    token
    JobId — path required
    curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:JobId/RMANLogs' \
    -H 'Accept: application/json' \
    -H 'Authtoken: <API_KEY_VALUE>'