既存のDistribution Serverネットワーク統計の取得
get
/services/{version}/mpoints/{item}/distsrvrNetworkStats
必要なロール: ユーザー
既存のDistribution Serverネットワーク統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1
最大長:32
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Distribution Server Network statistics
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Distribution Server Network statistics
- $schema:
指定できる値:
[ "mpoints:distsrvrNetworkStats" ]
- statistics(必須): array statistics
最小アイテム数:
0
最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object
- name: string
最小長:
1
最大長:240
パス名 - receiveWaitTime: integer
最小値:
0
最大値:9223372036854776000
受信待機時間 - sendWaitTime: integer
最小値:
0
最大値:9223372036854776000
送信待機時間 - totalBytesReceived: integer
最小値:
0
最大値:9223372036854776000
受信した合計バイト数 - totalBytesSent: integer
最小値:
0
最大値:9223372036854776000
送信した合計バイト数 - totalMessagesReceived: integer
最小値:
0
最大値:9223372036854776000
受信した合計メッセージ数 - totalMessagesSent: integer
最小値:
0
最大値:9223372036854776000
送信した合計メッセージ数
レスポンスの例(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":[
]
}