Skip to main content

Create a QoS profile

POST 

/sse/config/v1/qos-profiles

Create a QoS profile.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The qos profile you want to create

    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

Created

Loading...