既存のハートビート・タイミングの取得
get
/services/{version}/mpoints/{item}/heartbeat
必要なロール: ユーザー
既存のハートビート・タイミングの取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1最大長:32 - version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Heartbeat Timings
型:
objectタイトル:
ソースの表示
Oracle GoldenGate Heartbeat Timings- $schema:
指定できる値:
[ "mpoints:heartbeat" ] - heartbeats(必須): array heartbeats
最小アイテム数:
0最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object- heartbeatAge(必須): integer
最小値:
0最大値:9223372036854776000ハートビート有効期間(ミリ秒) - heartbeatLag(必須): integer
最小値:
0最大値:9223372036854776000ハートビート・ラグ(ミリ秒) - heartbeatName(必須): heartbeatName
Extract、Replicatまたはパス名
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"http://localhost:9103/services/v2/mpoints/DISTSRVR/heartbeat",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"http://localhost:9103/services/v2/mpoints/DISTSRVR/heartbeat",
"mediaType":"application/json"
},
{
"rel":"describedby",
"href":"http://localhost:9103/services/v2/metadata-catalog/heartbeat",
"mediaType":"application/schema+json"
}
],
"messages":[
],
"response":{
"heartbeats":[
{
"heartbeatName":"pathE1toR2",
"heartbeatLag":"3175",
"heartbeatAge":"25023"
},
{
"heartbeatName":"pathE1toR1",
"heartbeatLag":"3190",
"heartbeatAge":"25023"
}
],
"$schema":"mpoints:heartbeat"
}
}