Retrieve an existing Process Status Changes

get

/services/{version}/monitoring/{item}/statusChanges

Request

Path Parameters
Query Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Process Status Changes
Type: object
Title: Oracle GoldenGate Process Status Changes
Show Source
Nested Schema : statusChange
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
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])$
    Date and Time the status changed
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    The status id number
  • Minimum Length: 1
    Maximum Length: 16
    The process name
  • Allowed Values: [ "Registered", "Starting", "Running", "Stopping", "StoppingForced", "Stopped", "StoppedForced", "Abend", "Killed", "NotResponsive" ]
    The Process Status
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"monitoring:statusChanges",
        "identifier":1,
        "process":"MGR",
        "date":"2015-06-05T13:22:18.034Z",
        "type":"Manager",
        "status":"Running"
    },
    "messages":[
    ],
    "links":[
    ]
}