Skip to main content

Edit a QoS profile

PUT 

/sse/config/v1/qos-profiles/:id

Edit a QoS profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The qos profile you want to edit

    aggregate_bandwidth object
    egress_guaranteed integer

    Possible values: <= 16000

    guaranteed sending bandwidth in mbps

    egress_max integer

    Possible values: <= 60000

    max sending bandwidth in mbps

    class_bandwidth_type object
    oneOf
    mbps object
    class object[]

    QoS setting for traffic classes

  • Array [
  • class_bandwidth object
    egress_guaranteed integer

    Possible values: <= 60000

    guaranteed sending bandwidth in mbps

    egress_max integer

    Possible values: <= 60000

    max sending bandwidth in mbps

    name string

    Possible values: <= 31 characters

    Traffic class

    priority string

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

    Default value: medium

    traffic class priority

  • ]
  • name stringrequired

    Possible values: <= 31 characters

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

Responses

Ok

Loading...