Retrieve an existing Last status change id number

get

/services/{version}/monitoring/lastStatusChangeId

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Process Performance details
Type: object
Title: Oracle GoldenGate Process Performance details
Show Source
  • Allowed Values: [ "monitoring:lastStatusChangeId" ]
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    The Last Status Change Number
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:lastStatusChangeId",
        "lastId":123
    },
    "messages":[
    ],
    "links":[
    ]
}