Ingress/Egress traffic
POST/mt/monitor/v1/interconnect/monitor/backbones/traffic
Provides details on ingress/egress network traffic specific to each tenant within a multi-tenant environment.
Request
Query Parameters
Duration for which the network or application state is considered valid.
- application/json
Body
- BackboneRule
- 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
- Backbone Data Transfer Over Time
- Backbone Egress Data Transfer
- Backbone Egress Data Transfer Lifetime
Schema
- any
[
{
"backbone_id": 10,
"backbone_name": "Test",
"egress_traffic": 100,
"event_time": 34567890,
"ingress_traffic": 89
},
{
"backbone_id": 10,
"backbone_name": "Test",
"egress_traffic": 100,
"event_time": 34567987,
"ingress_traffic": 89
}
]
[
{
"backbone_id": 10,
"backbone_name": "Test",
"egress_traffic": 100
}
]
[
{
"backbone_id": 10,
"backbone_name": "Test",
"egress_traffic": 100
}
]
Bad Request
Server Error