既存の最終メッセージID番号の取得
get
/services/{version}/monitoring/lastMessageId
リクエスト
パス・パラメータ
- version: string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Process Performance details
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Process Performance details
- $schema(optional):
指定できる値:
[ "monitoring:lastMessageId" ]
- lastId(optional): integer
最小値:
0
最大値:9.223372036854776E18
最終メッセージ番号
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"monitoring:lastMessageId",
"lastId":12345
},
"messages":[
],
"links":[
]
}