既存のBounded Recovery Extantオブジェクトのサイズ統計の取得
get
/services/{version}/mpoints/{item}/brExtantObjectSizes
必要なロール: ユーザー
既存のBounded Recovery Extantオブジェクトのサイズ統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1最大長:32 - version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Bounded Recovery extant(current) object sizes statistics
型:
objectタイトル:
ソースの表示
Oracle GoldenGate Bounded Recovery extant(current) object sizes statistics- $schema:
指定できる値:
[ "mpoints:brExtantObjectSizes" ] - buckets: array buckets
最小アイテム数:
0最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object- exactSize: integer
最小値:
0最大値:4294967295バケットのサイズ - lowerBound: integer
最小値:
0最大値:4294967295バケットの下限サイズ - totalObjects: integer
最小値:
0最大値:4294967295バケット内の永続オブジェクト数 - upperBound: integer
最小値:
0最大値:4294967295バケットの上限サイズ
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"buckets":[
{
"exactSize":"0",
"lowerBound":"1048576",
"upperBound":"2097151",
"totalObjects":"25"
},
{
"exactSize":"0",
"lowerBound":"2097152",
"upperBound":"4194303",
"totalObjects":"63"
},
{
"exactSize":"0",
"lowerBound":"4194304",
"upperBound":"8388607",
"totalObjects":"137"
},
{
"exactSize":"0",
"lowerBound":"16777216",
"upperBound":"33554431",
"totalObjects":"5"
},
{
"exactSize":"0",
"lowerBound":"8388608",
"upperBound":"16777215",
"totalObjects":"5"
}
],
"$schema":"mpoints:brExtantObjectSizes"
},
"messages":[
],
"links":[
]
}