レポートの取得

get

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

Replicatプロセスからレポートを取得します。

リクエスト

パス・パラメータ
  • 最小長: 1
    最大長: 8
    パターン: ^[A-Z_$][A-Z0-9_$]*$

    Replicatの名前。Replicat名は大文字で、先頭が英字、その後に英数字が最大で7文字続きます。

  • 最小長: 5
    最大長: 13
    パターン: ^[A-Z_$][A-Z0-9_$]{0,7}[0-9]?[.](rpt|dsc)$

    レポートの名前。Replicat名の後にオプションのリビジョン番号と.rptが続きます

  • Oracle GoldenGateサービスのAPIバージョン。

    指定できる値: [ "v2" ]
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

レポートが正常に取得されました。

本文()
ルート・スキーマ: Oracle GoldenGate Process Report
型: object
タイトル: Oracle GoldenGate Process Report
プロセス・レポート
ソースの表示
ネストされたスキーマ: lines
型: array
最小アイテム数: 0
最大アイテム数: 2147483647
ソースの表示
レスポンスの例(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 19.1.0.0.0 BuildAndTest",
            "   Linux, x64, 64bit (optimized), Oracle 12c on Mar 15 2019 03:45:13",
            " ",
            "Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.",
            "",
            "                    Starting at 2019-03-15 14:42:35",
            "***********************************************************************",
            "",
            "Operating System Version:",
            "Linux",
            "Version #1 SMP PREEMPT Thu Mar 14 18:47:49 UTC 2019, Release 5.0.2-arch1-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: 1638",
            "",
            "Description: ",
            "",
            "***********************************************************************",
            "**            Running with the following parameters                  **",
            "***********************************************************************",
            "",
            "2019-03-15 14:42:35  INFO    OGG-03059  Operating system character set identified as US-ASCII.",
            "",
            "2019-03-15 14:42:35  INFO    OGG-02695  ANSI SQL parameter syntax is used for parameter parsing.",
            "Replicat    REP2",
            "UseridAlias oggadmin",
            "Map         oggadmin.*,",
            "Target    oggadmin.*;",
            "",
            "2019-03-15 14:42:36  INFO    OGG-06451  Triggers will be suppressed by default.",
            "",
            "2019-03-15 14:42:36  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\" ",
            "",
            "2019-03-15 14:42:36  INFO    OGG-06604  Database ORCL CPU info: CPU Count 40, CPU Core Count 20, CPU Socket Count 2.",
            "",
            "***********************************************************************",
            "**                     Run Time Messages                             **",
            "***********************************************************************",
            "",
            "",
            "2019-03-15 14:42:36  INFO    OGG-02243  Opened trail file /u02/ogg/Local/var/lib/data/X2000000000 at 2019-03-15 14:42:36.211539.",
            "",
            "2019-03-15 14:42:36  INFO    OGG-03506  The source database character set, as determined from the trail file, is UTF-8.",
            "",
            "2019-03-15 14:42:36  INFO    OGG-02756  The definition for table OGGADMIN.GG_HEARTBEAT_SEED is obtained from the trail file.",
            "",
            "2019-03-15 14:43:21  INFO    OGG-01021  Command received from REST API: STATS HOURLY."
        ]
    }
}
先頭に戻る