既存のDistribution Server表統計の取得
get
/services/{version}/mpoints/{item}/distsrvrTableStats
必要なロール: ユーザー
既存のDistribution Server表統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1
最大長:32
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Distribution Server Table statistics
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Distribution Server Table statistics
- $schema:
指定できる値:
[ "mpoints:distsrvrTableStats" ]
- statistics(必須): array statistics
最小アイテム数:
0
最大アイテム数:2147483647
ネストされたスキーマ: stats
型:
ソースの表示
object
- $schema:
指定できる値:
[ "ogg:distPathTableStats" ]
- deletes: integer
最小値:
0
最大値:9223372036854776000
- inserts: integer
最小値:
0
最大値:9223372036854776000
- lcrReceived(必須): integer
最小値:
0
最大値:9223372036854776000
- lcrSent(必須): integer
最小値:
0
最大値:9223372036854776000
- other: integer
最小値:
0
最大値:9223372036854776000
- tableName(必須): tableName
- truncates: integer
最小値:
0
最大値:9223372036854776000
- unsupported: integer
最小値:
0
最大値:9223372036854776000
- updates: integer
最小値:
0
最大値:9223372036854776000
- upserts: integer
最小値:
0
最大値:9223372036854776000
ネストされたスキーマ: tableName
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- tableName-x-anyOf[1]
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:distsrvrTableStats",
"statistics":[
{
"totalInserts":"10",
"tableName":"U1.ACCOUNT",
"totalOthers":"2",
"name":"PROD.PATH.1",
"totalDeletes":"30",
"lcrsReceived":"96",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"20",
"lcrsSent":"10"
},
{
"totalInserts":"10",
"tableName":"U1.CUSTOMER",
"totalOthers":"2",
"name":"PROD.PATH.1",
"totalDeletes":"30",
"lcrsReceived":"96",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"20",
"lcrsSent":"10"
},
{
"totalInserts":"5",
"tableName":"U1.ACCOUNT",
"totalOthers":"1",
"name":"PROD.PATH.2",
"totalDeletes":"0",
"lcrsReceived":"43",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"2",
"lcrsSent":"15"
},
{
"totalInserts":"5",
"tableName":"U1.CUSTOMER",
"totalOthers":"1",
"name":"PROD.PATH.2",
"totalDeletes":"0",
"lcrsReceived":"43",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"2",
"lcrsSent":"15"
}
]
},
"messages":[
],
"links":[
]
}