Retrieve an existing Bounded Recovery Status
get
/services/{version}/mpoints/{item}/brStatus
Required Role: User
Retrieve an existing Bounded Recovery StatusRequest
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 status
Type:
object
Title:
Show Source
Oracle GoldenGate Bounded Recovery status
-
$schema:
Allowed Values:
[ "mpoints:brStatus" ]
-
checkpointInterval:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
The time interval between two checkpoints -
forceCheckpointTime:
string
Minimum Length:
1
Maximum Length:32
Force Checkpoint time -
lastCheckpoint:
string
Minimum Length:
1
Maximum Length:32
Last checkpoint time -
lastCheckpointNum:
integer
Minimum Value:
0
Maximum Value:2147483647
The number of checkpoint up to now -
nextCheckpoint:
string
Minimum Length:
1
Maximum Length:32
Next checkpoint time -
outstandingDataSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Data size of all objects still remaining to be persisted at the BR checkpoint -
outstandingObjects:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of objects still remaining to be persisted at the BR checkpoint -
outstandingStateSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
State size of all objects still remaining to be persisted at the BR checkpoint -
status:
string
Minimum Length:
1
Maximum Length:16
The status of the BR -
totalDataSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Data size of all objects to be persisted at the BR checkpoint -
totalObjects:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of objects to be persisted at the BR checkpoint -
totalStateSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
State size of all objects to be persisted at the BR checkpoint
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"lastCheckpointNum":"129",
"outstandingDataSize":"233774152",
"lastCheckpoint":"2020-02-24T19:51:48.044Z",
"$schema":"mpoints:brStatus",
"outstandingStateSize":"74152",
"totalStateSize":"356816",
"status":"inProgress",
"checkpointInterval":"40",
"nextCheckpoint":"2020-02-24T19:52:28.044Z",
"outstandingObjects":"42",
"forceCheckpointTime":"",
"totalDataSize":"315556816",
"totalObjects":"52"
},
"messages":[
],
"links":[
]
}