Retrieve an existing Network Statistics

get

/services/{version}/mpoints/{item}/networkStatistics

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Network Usage Statistics
Type: object
Title: Oracle GoldenGate Network Usage Statistics
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "inboundMessages":6477,
        "decompressionCpuTime":0,
        "decryptionWcTime":0,
        "encryptionCpuTime":0,
        "outboundMessages":70893,
        "sendCount":70893,
        "uncompressesBytesIn":0,
        "decompressionWcTime":0,
        "receiveCount":12954,
        "$schema":"mpoints:networkStatistics",
        "portNumber":7812,
        "encryptionBytes":0,
        "receiveWaitTime":125674,
        "encryptionWcTime":0,
        "compressionCpuTime":1000,
        "outboundBytes":8154403,
        "hostName":"slc03flg",
        "decryptionBytes":0,
        "uncompressesBytesOut":8025,
        "sendWaitTime":1321261,
        "compressionWcTime":11349,
        "decryptionCpuTime":0,
        "compressesBytesIn":0,
        "compressesBytesOut":2793,
        "inboundBytes":60283
    },
    "messages":[
    ],
    "links":[
    ]
}