Retrieve an existing Input Trail File Statistics
get
                    /services/{version}/mpoints/{item}/trailInput
Request
Path Parameters
                - 
                    item: string
                    
                    Minimum Length:
1Maximum Length:32 - 
                    version: string
                    
                    
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ] 
Response
Supported Media Types
                - application/json
 
200 Response
Root Schema : Oracle GoldenGate Input trail description
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        Oracle GoldenGate Input trail description- 
            $schema(optional): 
            
            Allowed Values:
[ "mpoints:trailInput" ] - 
            ioReadBytes(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Number of I/O Read Bytes Transfered - 
            ioReadCount(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Number of I/O Read Operations - 
            trailLobBytes(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Number of LOB bytes read in trail file - 
            trailName(optional): 
            string
            Minimum Length:
1Maximum Length:16The base name of the trail - 
            trailPath(optional): 
            string
            Minimum Length:
1Maximum Length:512The path for storing the trail - 
            trailRba(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Current RBA - 
            trailReadErrors(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Number of I/O Read Errors - 
            trailReadTime(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Time spent in read of trail file - 
            trailSeq(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Current Sequence - 
            trailTimesAtEof(optional): 
            integer
            Minimum Value:
0Maximum Value:9.223372036854776E18Number of Times Read Hit End of File 
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":[
    ]
}