既存の分散サービスのチャンク統計の取得
get
/services/{version}/mpoints/{item}/distsrvrChunkStats
必要なロール: ユーザー
既存の分散サービスのチャンク統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1最大長:32 - version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Distribution Server Chunk statistics
型:
objectタイトル:
ソースの表示
Oracle GoldenGate Distribution Server Chunk statistics- $schema:
指定できる値:
[ "mpoints:distsrvrChunkStats" ] - statistics(必須): array statistics
最小アイテム数:
0最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object- dataStreaming: boolean
これがデータ・ストリームであることを示します
- name: string
最小長:
1最大長:240パス名 - stats: object stats
ネストされたスキーマ: stats
型:
ソースの表示
object- $schema:
指定できる値:
[ "ogg:distPathChunkStats" ] - chunkId(必須): integer
最小値:
1最大値:4294967295 - ddl: integer
最小値:
0最大値:9223372036854776000 - deletes: integer
最小値:
0最大値:9223372036854776000 - inserts: integer
最小値:
0最大値:9223372036854776000 - lcrReceived(必須): integer
最小値:
0最大値:9223372036854776000 - lcrSent(必須): integer
最小値:
0最大値:9223372036854776000 - other: integer
最小値:
0最大値:9223372036854776000 - procedure: integer
最小値:
0最大値:9223372036854776000 - updates: integer
最小値:
0最大値:9223372036854776000 - upserts: integer
最小値:
0最大値:9223372036854776000
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:distsrvrChunkStats",
"statistics":[
{
"totalInserts":10,
"totalOthers":2,
"name":"PROD.PATH.1",
"totalDeletes":30,
"lcrsReceived":96,
"totalDDLs":0,
"totalProcedures":0,
"chunkId":1,
"totalUpdates":20,
"lcrsSent":10
},
{
"totalInserts":10,
"totalOthers":2,
"name":"PROD.PATH.1",
"totalDeletes":30,
"lcrsReceived":96,
"totalDDLs":0,
"totalProcedures":0,
"chunkId":2,
"totalUpdates":20,
"lcrsSent":10
},
{
"totalInserts":5,
"totalOthers":1,
"name":"PROD.PATH.2",
"totalDeletes":0,
"lcrsReceived":43,
"totalDDLs":0,
"totalProcedures":0,
"chunkId":1,
"totalUpdates":2,
"lcrsSent":15
},
{
"totalInserts":5,
"totalOthers":1,
"name":"PROD.PATH.2",
"totalDeletes":0,
"lcrsReceived":43,
"totalDDLs":0,
"totalProcedures":0,
"chunkId":2,
"totalUpdates":2,
"lcrsSent":15
}
]
},
"messages":[
],
"links":[
]
}