Retrieve an existing Process Messages

get

/services/{version}/monitoring/{item}/messages

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Process Messages
Type: object
Title: Oracle GoldenGate Process Messages
Show Source
Nested Schema : message
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:messages",
        "identifier":1,
        "process":"MGR",
        "issued":"2015-06-05T13:22:18.034Z",
        "code":"OGG-12345",
        "severity":"GGInfo",
        "text":"This is a sample message"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top