Skip to main content

List aggregated bandwidth regions

GET 

/sse/config/v1/bandwidth-allocations

Retrieve all aggregated bandwidth regions.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

Responses

List of aggregated bandwidth regions

Schema
    data object[]
  • Array [
  • allocated_bandwidth numberrequired

    bandwidth to allocate in Mbps

    id string

    uuid of the resource

    name stringrequired

    name of the aggregated bandwidth region

    qos object
    customized boolean
    enabled boolean
    guaranteed_ratio number
    profile string
    spn_name_list string[]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...