Get Backup Schedule Log


This request returns the specified backup schedule log.
escape characters \n and html character <br> are used for seperating the lines in the content log.

Resource

GET /backupschedules/logs/<OID>

Parameters

None

Payload

None

Context

Authorization

Master

Errors

Example

Request
GET https://xelion.nl/api/v1/master/backupschedules/logs/1757883
Response
{
    "timeStamp": "2018-01-04 18:29:59",
    "timeStampEnd": "",
    "backupFile": "xps6_2018-01-04_18-30-00.dmp",
    "status": "SUCCESS",
    "log": {
        "content": "The Oracle base has been set to /home/oracle/app\n<br>start backup on Tue Aug 8 01:04:54 CEST 2017 to /usr/xelion/XCC/initdb/xps6t_pbx25_2017-08-08_01-04-54.dmp\n<br>\n<br>Export: Release 12.1.0.2.0 - Production on Tue Aug 8 01:04:54 2017\n<br>\n<br>Copyright (c) 1982, 2015, Oracle and/or its affiliates.  All rights reserved.\n<br>\n<br>\n<br>Connected to: Oracle Database 12c Standard Edition Release 12.1.0.2.0 - 64bit Production\n<br>Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set\n<br>. exporting pre-schema procedural objects and actions\n<br>. exporting foreign function library names for user XCC025 \n<br>. exporting PUBLIC type synonyms\n<br>. exporting private type synonyms\n<br>. exporting object type definitions for user XCC025 \n<br>About to export XCC025's objects ...\n<br>. exporting database links\n<br>. exporting sequence numbers\n<br>. exporting cluster definitions\n<br>. about to export XCC025's tables via Conventional Path ...\n<br>. exporting synonyms\n<br>. exporting views\n<br>. exporting stored procedures\n<br>. exporting operators\n<br>. exporting referential integrity constraints\n<br>. exporting triggers\n<br>. exporting indextypes\n<br>. exporting bitmap, functional and extensible indexes\n<br>. exporting posttables actions\n<br>. exporting materialized views\n<br>. exporting snapshot logs\n<br>. exporting job queues\n<br>. exporting refresh groups and children\n<br>. exporting dimensions\n<br>. exporting post-schema procedural objects and actions\n<br>. exporting statistics\n<br>Export terminated successfully without warnings.\n<br>Finished backup at Tue Aug 8 01:04:55 CEST 2017:\n<br>16K\t/usr/xelion/XCC/initdb/xps6t_pbx25_2017-08-08_01-04-54.dmp",
        "oid": "1738060",
        "objectType": "Comment"
    },
    "oid": "1738059",
    "objectType": "XCCBackupLog"
}