Retrieve an existing Bounded Recovery Extant Object Sizes Statistics
get
/services/{version}/mpoints/{item}/brExtantObjectSizes
Required Role: User
Retrieve an existing Bounded Recovery Extant 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 extant(current) object sizes statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Bounded Recovery extant(current) object sizes statistics
-
$schema:
Allowed Values:
[ "mpoints:brExtantObjectSizes" ]
-
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":"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":[
]
}