Skip to main content

List bandwidth regions

GET 

/bandwidth-allocations

Retrieve a list of bandwidth regions.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • name stringrequired

    name of the aggregated bandwidth region

    allocated_bandwidth numberrequired

    bandwidth to allocate in Mbps

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

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...