Retrieve an existing Process Information

get

/services/{version}/mpoints/processes

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Monitoring point data for Registered OGG processes
Type: object
Title: Oracle GoldenGate Monitoring point data for Registered OGG processes
Show Source
Nested Schema : processes
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    The identifier of the first message issued by the process with the processId
  • lastHeartbeat
    Time of the Last Heartbeat
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    The identifier of the last message issued by the process with the processId
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    The TCP/IP port the process listens on
  • Minimum Value: 0
    Maximum Value: 9.223372036854776E18
    The operating system process id
  • Allowed Values: [ "Unknown", "Classic", "Integrated", "Coordinated", "Parallel", "ParallelApplier", "ParallelMapper" ]
    The Process Mode
  • Minimum Length: 1
    Maximum Length: 16
    The process name
  • Allowed Values: [ "Registered", "Starting", "Running", "Stopping", "StoppingForced", "Stopped", "StoppedForced", "Abend", "Killed", "NotResponsive" ]
    The Process State
  • Allowed Values: [ "Unknown", "Manager", "Extract", "Replicat", "Pump", "Server", "GGSCI", "GGCMD", "DEFGEN", "EMSCLNT", "AdminServer", "AdminClient", "DistServer", "RecvServer", "PMServer", "ServiceManager" ]
    The Process Type
  • startTime
    Process Start Time
  • stateTime
    Time of the Last State Change
Nested Schema : lastHeartbeat
Time of the Last Heartbeat
Match One
Show Source
  • 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])$
Nested Schema : startTime
Process Start Time
Match One
Show Source
  • 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])$
Nested Schema : stateTime
Time of the Last State Change
Match One
Show Source
  • 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])$
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "lastMessage":256,
        "firstMessage":256,
        "processId":22332,
        "lastHeartbeat":"2015-06-05T13:22:18.034456Z",
        "processType":"Extract",
        "$schema":"mpoints:process",
        "startTime":"2015-06-05T13:22:18.034456Z",
        "portNumber":7812,
        "stateTime":"2015-06-05T13:22:18.034456Z",
        "processMode":"Integrated",
        "processState":"Running"
    },
    "messages":[
    ],
    "links":[
    ]
}