Ingress/Egress throughput by tenant
POST/mt/monitor/v1/interconnect/monitor/backbones/throughput/:tsgId
Provides detailed measurements of the rate at which data is transmitted into and out of a network for each individual tenant within a multi-tenant environment.
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.
- 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
- Throughput By Backbone per Tenant
- Throughput By Region per Tenant
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