Retrieve an existing Last message id number

get

/services/{version}/monitoring/lastMessageId

Required Role: User

Retrieve an existing Last message id number

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
  • Allowed Values: [ "monitoring:lastMessageId" ]
  • Minimum Value: 0
    Maximum Value: 9223372036854776000
    The Last Message Number
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:lastMessageId",
        "lastId":"12345"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top