Skip to main content

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

    tsgId stringrequired

    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.

    Example: 123456789

Body

    filter objectrequired

    filter json object

    operator stringrequired

    Always set to AND

    rules object[]
    anyOf
  • Array [
  • 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

  • Array [
  • 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

Success

Schema
    any
Loading...