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:
Allowed Values:
[ "mpoints:trailInput" ] -
ioReadBytes:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of I/O Read Bytes Transfered -
ioReadCount:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of I/O Read Operations -
trailLobBytes:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of LOB bytes read in trail file -
trailName:
string
Minimum Length:
1Maximum Length:16The base name of the trail -
trailPath:
string
Minimum Length:
1Maximum Length:512The path for storing the trail -
trailRba:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Current RBA -
trailReadErrors:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of I/O Read Errors -
trailReadTime:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Time spent in read of trail file -
trailSeq:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Current Sequence -
trailTimesAtEof:
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":[
]
}