Retrieve an existing Extract Database Statistics by Procedure Feature
get
/services/{version}/mpoints/{item}/statisticsProcedureExtract
Required Role: User
Retrieve an existing Extract Database Statistics by Procedure FeatureRequest
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 Extract and Replicat procedure statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate Extract and Replicat procedure statistics-
$schema:
Allowed Values:
[ "mpoints:statisticsProcedure" ] -
statisticsProcedure:
array statisticsProcedure
Minimum Number of Items:
0Maximum Number of Items:2147483647
Nested Schema : statisticsProcedure
Type:
arrayMinimum Number of Items:
0Maximum Number of Items:
Show Source
2147483647Nested Schema : items
Type:
Show Source
object-
featureName:
string
Minimum Length:
1Maximum Length:1024Feature Name -
totalDiscards:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of operations discarded -
totalExecutions:
integer
Minimum Value:
0Maximum Value:9223372036854776000EXECUTION operations performed -
totalIgnores:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of errors ignored
Example Response (application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://adc6160240.us.oracle.com:9004/services/v2/mpoints/PR1A00/statisticsProcedureExtract",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://adc6160240.us.oracle.com:9004/services/v2/mpoints/PR1A00/statisticsProcedureExtract",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"mpoints:statisticsProcedure",
"statisticsProcedure":[
{
"content":{
"featureName":"AUTOCDR",
"totalDiscards":"0",
"totalExecutions":"2",
"totalIgnores":"0"
}
}
]
}
}