Skip to main content

List QoS policy rules

GET 

/qos-policy-rules

Retrieve a list of QoS policy rules.

Request

Query Parameters

    name string

    The name of the configuration resource

    position anyrequired

    The relative position of the rule

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired
    action objectrequired
    class string
    description string
    schedule string
    dscp_tos object
    codepoints object[]
  • Array [
  • name string
    type object
    oneOf
    ef object
  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...