Retrieve an existing Input Trail File Statistics
get
/services/{version}/mpoints/{item}/trailInput
Required Role: User
Retrieve an existing Input Trail File StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1Maximum Length:32 -
version(required): 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:9223372036854776000Number of I/O Read Bytes Transfered -
ioReadCount:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of I/O Read Operations -
trailLobBytes:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number 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:9223372036854776000Current RBA -
trailReadErrors:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of I/O Read Errors -
trailReadTime:
integer
Minimum Value:
0Maximum Value:9223372036854776000Time spent in read of trail file -
trailSeq:
integer
Minimum Value:
0Maximum Value:9223372036854776000Current Sequence -
trailTimesAtEof:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number 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":[
]
}