Retrieve an existing Distribution Service Network Statistics

get

/services/{version}/mpoints/{item}/distsrvrNetworkStats

Required Role: User

Retrieve an existing Distribution Service Network Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Distribution Server Network statistics
Type: object
Title: Oracle GoldenGate Distribution Server Network statistics
Show Source
Nested Schema : statistics
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",
    "response":{
        "$schema":"mpoints:distsrvrNetworkStats",
        "statistics":[
            {
                "name":"PROD.PATH.1",
                "receiveWaitTime":"49623007",
                "sendWaitTime":"2948763",
                "totalBytesReceived":"32767001",
                "totalBytesSent":"10241024",
                "totalMessagesReceived":"104",
                "totalMessagesSent":"23"
            },
            {
                "name":"PROD.PATH.2",
                "receiveWaitTime":"29623007",
                "sendWaitTime":"1948763",
                "totalBytesReceived":"3767001",
                "totalBytesSent":"5241024",
                "totalMessagesReceived":"34",
                "totalMessagesSent":"11"
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top