Retrieve an existing Bounded Recovery Object Sizes Statistics
get
/services/{version}/mpoints/{item}/brObjectSizes
Required Role: User
Retrieve an existing Bounded Recovery Object Sizes StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1
Maximum Length:32
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Bounded Recovery persisted object sizes statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Bounded Recovery persisted object sizes statistics
-
$schema:
Allowed Values:
[ "mpoints:brObjectSizes" ]
-
buckets:
array buckets
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : buckets
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
exactSize:
integer
Minimum Value:
0
Maximum Value:4294967295
Size of the bucket -
lowerBound:
integer
Minimum Value:
0
Maximum Value:4294967295
Lower size of the bucket -
totalObjects:
integer
Minimum Value:
0
Maximum Value:4294967295
Number of persisted objects in the bucket -
upperBound:
integer
Minimum Value:
0
Maximum Value:4294967295
Upper size of the bucket
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"buckets":[
{
"exactSize":"0",
"lowerBound":"131072",
"upperBound":"262143",
"totalObjects":"1"
},
{
"exactSize":"0",
"lowerBound":"262144",
"upperBound":"524287",
"totalObjects":"24"
},
{
"exactSize":"0",
"lowerBound":"524288",
"upperBound":"1048575",
"totalObjects":"146"
},
{
"exactSize":"0",
"lowerBound":"1048576",
"upperBound":"2097151",
"totalObjects":"55"
},
{
"exactSize":"0",
"lowerBound":"2097152",
"upperBound":"4194303",
"totalObjects":"4"
},
{
"exactSize":"0",
"lowerBound":"4096",
"upperBound":"8191",
"totalObjects":"5"
},
{
"exactSize":"0",
"lowerBound":"8192",
"upperBound":"16383",
"totalObjects":"190"
},
{
"exactSize":"0",
"lowerBound":"8192",
"upperBound":"16383",
"totalObjects":"66"
},
{
"exactSize":"0",
"lowerBound":"512",
"upperBound":"1023",
"totalObjects":"1"
},
{
"exactSize":"0",
"lowerBound":"1024",
"upperBound":"2047",
"totalObjects":"3"
},
{
"exactSize":"0",
"lowerBound":"8192",
"upperBound":"16383",
"totalObjects":"11"
}
],
"$schema":"mpoints:brObjectSizes"
},
"messages":[
],
"links":[
]
}