Ingress/Egress throughput
POST/mt/monitor/v1/interconnect/monitor/connections/throughput
Provides detailed metrics on the rate of incoming (ingress) and outgoing (egress) data traffic, allowing for real-time monitoring and analysis of network performance and bandwidth utilization.
Request
- application/json
Body
- ConnectionRule
- TimeFilter
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter objectrequired
filter json object
Always set to AND
rules object[]
Filter operator that is one of the example values and is run on the property field
Filter property field that is one of the example values
Filter property value
Filter operator that is one of the example values and is run on the property field
Filter property field that is one of the example values
Filter property value
properties object[]required
List of property json objects
Operations that need to be run on the property field. Operations can be run only on number properties.
Property field name. Property fields will be returned in the API response.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Ingress Egress Throughput
Schema
- any
[
{
"connection_id": "id1",
"connection_name": "connection1",
"egress_throughput": 100,
"event_time": 9876547,
"ingress_throughput": 89
}
]
Bad Request
Server Error