既存のプロセス・ステータス変更の取得

get

/services/{version}/monitoring/{item}/statusChanges

リクエスト

パス・パラメータ
問合せパラメータ
先頭に戻る

レスポンス

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

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Process Status Changes
型: object
タイトル: Oracle GoldenGate Process Status Changes
ソースの表示
ネストされたスキーマ: statusChange
型: array
最小アイテム数: 0
最大アイテム数: 2147483647
ソースの表示
ネストされたスキーマ: items
型: object
ソースの表示
  • 最小長: 20
    最大長: 32
    パターン: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
    ステータスが変更された日時
  • 最小値: 0
    最大値: 4.294967295E9
    ステータスID番号
  • 最小長: 1
    最大長: 16
    プロセス名
  • 指定できる値: [ "Registered", "Starting", "Running", "Stopping", "StoppingForced", "Stopped", "StoppedForced", "Abend", "Killed", "NotResponsive" ]
    プロセス・ステータス
レスポンスの例(application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:statusChanges",
        "identifier":1,
        "process":"MGR",
        "date":"2015-06-05T13:22:18.034Z",
        "type":"Manager",
        "status":"Running"
    },
    "messages":[
    ],
    "links":[
    ]
}
先頭に戻る