Retrieve an existing Input Trail File Statistics

get

/services/{version}/mpoints/{item}/trailInput

Required Role: User

Retrieve an existing Input Trail File Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Input trail description
Type: object
Title: Oracle GoldenGate Input trail description
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "trailReadErrors":"0",
        "trailName":"bb",
        "trailRba":"9895570",
        "ioReadCount":"423732",
        "trailPath":"/net/slc03flg/scratch/jdivinc/view_storage/jdivinc_db2/tklocal/ggora/dirdat",
        "$schema":"mpoints:trailInput",
        "trailLobBytes":"0",
        "trailSeq":"15",
        "trailTimesAtEof":"423378",
        "ioReadBytes":"9940646",
        "trailReadTime":"1761435"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top