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