既存のネットワーク統計の取得

get

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

リクエスト

パス・パラメータ
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Network Usage Statistics
型: object
タイトル: Oracle GoldenGate Network Usage Statistics
ソースの表示
レスポンスの例(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":[
    ]
}
先頭に戻る