Retrieve an existing Process Messages

get

/services/{version}/monitoring/messages

Request

Path Parameters
Query Parameters

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
  • Minimum Length: 1
    Maximum Length: 9
    The message code
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    The message id number
  • Minimum Length: 20
    Maximum Length: 32
    Pattern: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
    Date and Time the message was issued
  • Minimum Length: 1
    Maximum Length: 16
    The process name
  • Minimum Length: 1
    Maximum Length: 32
    The message severity
  • Minimum Length: 1
    Maximum Length: 4096
    The mesage text
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":[
    ]
}