Retrieve Report

get

/services/{version}/replicats/{replicat}/info/reports/{report}

Retrieve a report from the replicat process.

Request

Path Parameters
  • Minimum Length: 1
    Maximum Length: 8
    Pattern: ^[A-Z_$][A-Z0-9_$]*$

    The name of the replicat. Replicat names are upper case, begin with an alphabetic character followed by up to seven alpha-numeric characters.

  • Minimum Length: 5
    Maximum Length: 13
    Pattern: ^[A-Z_$][A-Z0-9_$]{0,7}[0-9]?[.]rpt$

    The name of the report, which is the replicat name, followed by an optional revision number and '.rpt'

  • Oracle GoldenGate Service API version.

    Allowed Values: [ "v2" ]

Response

Supported Media Types

200 Response

Report retrieved successfully.

Body ()
Root Schema : Oracle GoldenGate Process Report
Type: object
Title: Oracle GoldenGate Process Report
Process Report
Show Source
Nested Schema : lines
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports/REP2.rpt",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/replicats/REP2/info/reports/REP2.rpt",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog/replicatReport",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:report",
        "lines":[
            "",
            "***********************************************************************",
            "                 Oracle GoldenGate Delivery for Oracle",
            "                    Version 12.3.0.1.2 BuildAndTest",
            "               Linux, Oracle 12c on Dec 13 2017 14:30:27",
            " ",
            "Copyright (C) 1995, 2017, Oracle and/or its affiliates. All rights reserved.",
            "",
            "",
            "                    Starting at 2017-12-14 12:43:58",
            "***********************************************************************",
            "",
            "Operating System Version:",
            "Linux",
            "Version #1 SMP PREEMPT Tue Dec 5 19:10:06 UTC 2017, Release 4.14.4-1-ARCH",
            "Node: ogg",
            "Machine: x86_64",
            "                         soft limit   hard limit",
            "Address Space Size   :    unlimited    unlimited",
            "Heap Size            :    unlimited    unlimited",
            "File Size            :    unlimited    unlimited",
            "CPU Time             :    unlimited    unlimited",
            "",
            "Process id: 1699",
            "",
            "Description: ",
            "",
            "***********************************************************************",
            "**            Running with the following parameters                  **",
            "***********************************************************************",
            "",
            "2017-12-14 12:43:58  INFO    OGG-03059  Operating system character set identified as US-ASCII.",
            "",
            "2017-12-14 12:43:58  INFO    OGG-02695  ANSI SQL parameter syntax is used for parameter parsing.",
            "Replicat    REP2",
            "UseridAlias oggadmin",
            "Map         oggadmin.*,",
            "Target    oggadmin.*;",
            "",
            "2017-12-14 12:43:59  INFO    OGG-06451  Triggers will be suppressed by default.",
            "",
            "2017-12-14 12:43:59  INFO    OGG-01815  Virtual Memory Facilities for: COM",
            "    anon alloc: mmap(MAP_ANON)  anon free: munmap",
            "    file alloc: mmap(MAP_SHARED)  file free: munmap",
            "    target directories:",
            "    /u02/ogg/Local/var/temp.",
            "",
            "Database Version:",
            "Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production",
            "PL/SQL Release 12.2.0.1.0 - Production",
            "CORE\t12.2.0.1.0\tProduction",
            "TNS for Linux: Version 12.2.0.1.0 - Production",
            "NLSRTL Version 12.2.0.1.0 - Production",
            "",
            "Database Language and Character Set:",
            "NLS_LANGUAGE     = \"AMERICAN\" ",
            "NLS_TERRITORY    = \"AMERICA\" ",
            "NLS_CHARACTERSET = \"AL32UTF8\" ",
            "",
            "2017-12-14 12:43:59  INFO    OGG-06604  Database ORCL CPU info: CPU Count 40, CPU Core Count 20, CPU Socket Count 2.",
            "",
            "***********************************************************************",
            "**                     Run Time Messages                             **",
            "***********************************************************************",
            "",
            "",
            "2017-12-14 12:43:59  INFO    OGG-02243  Opened trail file /u02/ogg/Local/var/lib/data/X2000000000 at 2017-12-14 12:43:59.183357.",
            "",
            "2017-12-14 12:43:59  INFO    OGG-03522  Setting session time zone to source database time zone 'GMT'.",
            "",
            "2017-12-14 12:43:59  INFO    OGG-03506  The source database character set, as determined from the trail file, is UTF-8.",
            "",
            "2017-12-14 12:43:59  INFO    OGG-02756  The definition for table OGGADMIN.GG_HEARTBEAT_SEED is obtained from the trail file.",
            "",
            "2017-12-14 12:44:44  INFO    OGG-01021  Command received from REST API: STATS HOURLY."
        ]
    }
}