既存のBounded Recovery Extantオブジェクトの年齢統計の取得
get
/services/{version}/mpoints/{item}/brExtantObjectAges
リクエスト
パス・パラメータ
- item: string
最小長:
1最大長:32 - version: string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Bounded Recovery extant(current) object ages statistics
型:
objectタイトル:
ソースの表示
Oracle GoldenGate Bounded Recovery extant(current) object ages statistics- $schema(optional):
指定できる値:
[ "mpoints:brExtantObjectAges" ] - buckets(optional): array buckets
最小アイテム数:
0最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object- exactBCP(optional): integer
最小値:
0最大値:4.294967295E9オブジェクトがアクティブだったBCPファイル - firstBCP(optional): integer
最小値:
0最大値:4.294967295E9オブジェクトがアクティブだった最初のBCPファイル - lastBCP(optional): integer
最小値:
0最大値:4.294967295E9オブジェクトがアクティブだった最後のBCPファイル - totalObjects(optional): integer
最小値:
0最大値:4.294967295E9バケット内の永続オブジェクト数
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"buckets":[
{
"exactBCP":1,
"firstBCP":0,
"lastBCP":0,
"totalObjects":205
},
{
"exactBCP":2,
"firstBCP":0,
"lastBCP":0,
"totalObjects":25
}
],
"$schema":"mpoints:brExtantObjectAges"
},
"links":[
],
"messages":[
]
}