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