Ingress/Egress throughput
POST/mt/monitor/v1/interconnect/monitor/backbones/throughput
Provides comprehensive data on the rate of ingress and egress data traffic, offering insights into bandwidth utilization and network performance.
Request
- application/json
Body
- BackboneRule
- TimeFilter
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter objectrequired
filter json object
operator stringrequired
Always set to AND
rules object[]
anyOf
operator string
Filter operator that is one of the example values and is run on the property field
property string
Filter property field that is one of the example values
values string[]
Filter property value
operator string
Filter operator that is one of the example values and is run on the property field
property string
Filter property field that is one of the example values
values string[]
Filter property value
properties object[]required
List of property json objects
alias string
function string
Operations that need to be run on the property field. Operations can be run only on number properties.
property string
Property field name. Property fields will be returned in the API response.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Throughput By Backbone
- Throughput By Region
Schema
- any
[
{
"backbone_id": 10,
"backbone_name": "Test",
"egress_throughput": 100,
"event_time": 34567890,
"ingress_throughput": 89
},
{
"backbone_id": 10,
"backbone_name": "Test",
"egress_throughput": 100,
"event_time": 34567890,
"ingress_throughput": 89
}
]
[
{
"egress_throughput": 100,
"event_time": 34567890,
"ingress_throughput": 89,
"region": "us-west1"
},
{
"egress_throughput": 100,
"event_time": 34567890,
"ingress_throughput": 89,
"region": "us-west2"
}
]
Bad Request
Server Error
Loading...