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:
1
Maximum 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:
object
Title:
Show Source
Oracle GoldenGate Extract and Replicat procedure statistics
-
$schema:
Allowed Values:
[ "mpoints:statisticsProcedure" ]
-
statisticsProcedure:
array statisticsProcedure
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : statisticsProcedure
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
featureName:
string
Minimum Length:
1
Maximum Length:1024
Feature Name -
totalDiscards:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of operations discarded -
totalExecutions:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
EXECUTION operations performed -
totalIgnores:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of errors ignored -
totalMetadataRecords:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of metadata records
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",
"totalMetadataRecords":"10"
}
}
]
}
}