既存の最終ステータス変更ID番号の取得

get

/services/{version}/monitoring/lastStatusChangeId

リクエスト

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

    指定できる値: [ "v2" ]

レスポンス

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

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Process Performance details
型: object
タイトル: Oracle GoldenGate Process Performance details
ソースの表示
  • 指定できる値: [ "monitoring:lastStatusChangeId" ]
  • 最小値: 0
    最大値: 9.223372036854776E18
    最終ステータス変更番号
レスポンスの例(application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:lastStatusChangeId",
        "lastId":123
    },
    "messages":[
    ],
    "links":[
    ]
}