コマンドのリストの取得

get

/services/{version}/monitoring/commands

リクエスト

パス・パラメータ
  • Oracle GoldenGateサービスのAPIバージョン。

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

レスポンス

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

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Collection
型: object
タイトル: Oracle GoldenGate Collection
ソースの表示
ネストされたスキーマ: items
型: array
最小アイテム数: 0
最大アイテム数: 32767
ソースの表示
ネストされたスキーマ: items
型: object
使用可能な追加プロパティ: true
ソースの表示
ネストされたスキーマ: status
アイテムのステータス
いずれかに一致
ソースの表示
  • 指定できる値: [ "starting", "running", "stopped", "killed", "abended" ]
  • デフォルト値: stopped
    指定できる値: [ "paused", "running", "stopping", "stopped", "killed", "uninitialized" ]
レスポンスの例(application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"ogg:collection",
        "items":[
            {
                "name":"purgeDatastore",
                "links":[
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9000/services/v2/commands/execute",
                        "mediaType":"application/schema+json"
                    }
                ]
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
先頭に戻る