Skip to main content

Update a QoS profile

PUT 

/qos-profiles/:id

Update an existing QoS profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    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

  • ]

Responses

OK

Loading...