Retrieve an existing Checkpoint Position Information

get

/services/{version}/mpoints/{item}/positionEr

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Position details for ER processes
Type: object
Title: Oracle GoldenGate Position details for ER processes
Show Source
Nested Schema : inputCheckpoint
Type: object
Input checkpoint position
Show Source
Nested Schema : lastCheckpointTs
Time of last checkpoint
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 : lastOperationTs
Time of last operation processed
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 : outputCheckpoint
Type: object
Output checkpoint position
Show Source
Nested Schema : timestamp
Time of last read checkpoint
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 : timestamp
Time of last write checkpoint
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":{
        "$schema":"mpoints:positionEr",
        "lastOperationLagMs":2100,
        "lastOperationTs":null,
        "lastCheckpointTs":"2015-06-10T11:06:48.462Z",
        "inputCheckpoint":{
            "redoThread":1,
            "sequence":20,
            "rba":1530,
            "timestamp":"2015-06-09 17:11:32.997Z",
            "scn":"0.2415487 (2415487)"
        },
        "outputCheckpoint":{
            "sequence":31,
            "rba":1530,
            "timestamp":"2015-06-09 11:06:48.462Z",
            "trail":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db2/tklocal/ggora/dirdat/bb"
        },
        "endOfFile":true,
        "trailTimesAtEof":1
    },
    "messages":[
    ],
    "links":[
    ]
}