Retrieve an existing Database Statistics by Procedure Feature

get

/services/{version}/mpoints/{item}/statisticsProcedureReplicat

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Extract and Replicat procedure statistics
Type: object
Title: Oracle GoldenGate Extract and Replicat procedure statistics
Show Source
Nested Schema : statisticsProcedure
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
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
                }
            }
        ]
    }
}