既存のDistribution Serverチャンク統計の取得
get
/services/{version}/mpoints/{item}/distsrvrChunkStats
必要なロール: ユーザー
既存のDistribution Serverチャンク統計の取得リクエスト
パス・パラメータ
- 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
ネストされたスキーマ: 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
- unsupported: 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":[
]
}