Retrieve an existing Distribution Server Network Statistics

get

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

Request

Path Parameters

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":[
    ]
}