Skip to main content

Get a QoS profile

GET 

/qos-profiles/:id

Get an existing QoS profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id string

    UUID of the resource

    name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string begin with letter: [0-9a-zA-Z._-]

    aggregate_bandwidth object
    egress_max integer

    Possible values: <= 60000

    max sending bandwidth in mbps

    egress_guaranteed integer

    Possible values: <= 16000

    guaranteed sending bandwidth in mbps

    class_bandwidth_type object
    oneOf
    mbps object
    class object[]

    QoS setting for traffic classes

  • Array [
  • name string

    Possible values: <= 31 characters

    Traffic class

    priority

    Possible values: [real-time, high, medium, low]

    Default value: medium

    traffic class priority

    class_bandwidth object
    egress_max integer

    Possible values: <= 60000

    max sending bandwidth in mbps

    egress_guaranteed integer

    Possible values: <= 60000

    guaranteed sending bandwidth in mbps

  • ]
Loading...