Retrieve an existing In Flight Transaction Information

get

/services/{version}/mpoints/{item}/currentInflightTransactions

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Current In-Flight Transactions
Type: object
Title: Oracle GoldenGate Current In-Flight Transactions
Show Source
Nested Schema : currentInflightTransactions
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: 16
    Extract Name
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    Redo RBA
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    Redo Sequence Number
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    Redo Thread ID
  • scn
    SCN Number
  • Minimum Value: 0
    Maximum Value: 4.294967295E9
    Number of items in transaction
  • 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])$
    Transaction start time
  • Minimum Length: 1
    Maximum Length: 16
    Transaction status
  • Minimum Length: 1
    Maximum Length: 16
    Transaction ID
Nested Schema : scn
SCN Number
Match One
Show Source
  • Minimum Value: 1
    Maximum Value: 9.223372036854776E18
    Normal format
  • Minimum Length: 3
    Maximum Length: 64
    Pattern: [0-9]+[.][0-9]+
    Alternate format
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"mpoints:currentInflightTransactions",
        "currentInflightTransactions":[
            {
                "scn":"0.4080896",
                "xid":"1.6.1358",
                "startTime":"2015-06-11T11:21:31.011Z",
                "extract":"EORADB1",
                "status":"Running",
                "redoRba":11829476,
                "redoSeq":202,
                "size":3,
                "redoThread":1
            },
            {
                "scn":"0.4080898",
                "xid":"2.16.1835",
                "startTime":"2015-06-11T11:21:31.564Z",
                "extract":"EORADB1",
                "status":"Running",
                "redoRba":11830800,
                "redoSeq":202,
                "size":7,
                "redoThread":1
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}