Retrieve an existing Distribution Server Network Statistics
get
/services/{version}/mpoints/{item}/distsrvrNetworkStats
Required Role: User
Retrieve an existing Distribution Server Network StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1
Maximum Length:32
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Distribution Server Network statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Distribution Server Network statistics
-
$schema:
Allowed Values:
[ "mpoints:distsrvrNetworkStats" ]
-
statistics(required):
array statistics
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : statistics
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
name:
string
Minimum Length:
1
Maximum Length:240
Path Name -
receiveWaitTime:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Receive Wait Time -
sendWaitTime:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Send Wait Time -
totalBytesReceived:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Bytes Received -
totalBytesSent:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Bytes Sent -
totalMessagesReceived:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Messages Received -
totalMessagesSent:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Messages Sent
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":[
]
}