Ingress/Egress traffic by tenant
POST/mt/monitor/v1/interconnect/monitor/backbones/traffic/:tsgId
Retrieves the ingress/egress traffic data categorized by tenant.
Request
Path Parameters
A sub-tenant TSG ID retrieves and provides the unique indentifier (TSG ID) associated with a specific sub-tenant within the multi-tenant architecture, providing precise tenant management and resource allocation.
Query Parameters
- 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 per Tenant
- Backbone Egress Data Transfer Lifetime per Tenant
- Backbone Egress Data Transfer per Tenant
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