Retrieve an existing Last message id number

get

/services/{version}/monitoring/lastMessageId

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Process Performance details
Type: object
Title: Oracle GoldenGate Process Performance details
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:lastMessageId",
        "lastId":12345
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top