Retrieve an existing Last status change id number
get
/services/{version}/monitoring/lastStatusChangeId
Required Role: User
Retrieve an existing Last status change id numberRequest
Path Parameters
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Process Performance details
Type:
object
Title:
Show Source
Oracle GoldenGate Process Performance details
-
$schema:
Allowed Values:
[ "monitoring:lastStatusChangeId" ]
-
lastId:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
The Last Status Change Number
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"monitoring:lastStatusChangeId",
"lastId":"123"
},
"messages":[
],
"links":[
]
}