Retrieve an existing Bounded Recovery Object Pool Information
get
/services/{version}/mpoints/{item}/brPoolsInfo
Required Role: User
Retrieve an existing Bounded Recovery Object Pool InformationRequest
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 object pool information
Type:
object
Title:
Show Source
Oracle GoldenGate Bounded Recovery object pool information
-
$schema:
Allowed Values:
[ "mpoints:brPoolsInfo" ]
-
pools:
array pools
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : pools
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
extantObjectAgeBucketsLen:
integer
Minimum Value:
0
Maximum Value:2147483647
The length of extant object ages array -
extantObjectSizeBucketsLen:
integer
Minimum Value:
0
Maximum Value:2147483647
The length of extant object sizes array -
id:
string
Minimum Length:
1
Maximum Length:64
Pool ID -
instance:
integer
Minimum Value:
0
Maximum Value:2147483647
Pool Instance -
objectAgeBucketsLen:
integer
Minimum Value:
0
Maximum Value:2147483647
The length of object ages array -
objectSizeBucketsLen:
integer
Minimum Value:
0
Maximum Value:2147483647
The length of object sizes array (the number of buckets)
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"pools":[
{
"id":"p3989_extr",
"instance":"1",
"objectSizeBucketsLen":"3",
"extantObjectSizeBucketsLen":"3",
"objectAgeBucketsLen":"4",
"extantObjectAgeBucketsLen":"4"
},
{
"id":"p3989_ORA-LOB-MEMPOOL",
"instance":"0",
"objectSizeBucketsLen":"2",
"extantObjectSizeBucketsLen":"2",
"objectAgeBucketsLen":"10",
"extantObjectAgeBucketsLen":"10"
}
],
"$schema":"mpoints:brPoolsInfo"
},
"messages":[
],
"links":[
]
}