HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/qos/{name}/queues

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Reference Resource: QoS
There must be a user-defined name of the schedule profile.

Body Params
integer
required

Reference Resource: Queue
Schedule parameters for individual queues. Queues are numbered in priority order, with zero being the lowest priority. The maximum number of queues is hardware dependent.

integer
1 to 127

The weight value for this queue. The maximum weight is hardware dependent.

boolean

When true, this row contains the hardware default schedule profile parameters for this queue.

string
enum

This parameter selects the scheduling behavior of the queue: * strict - Strict Priority will service all packets in the queue before any packets in lower numbered queues as long as there are no packets in any higher number queue. dwrr - Deficit Weighted Round Robin will apportion available bandwidth among all non-empty dwrr queues in relation to their queue weights. wfq - Weighted Fair Queuing will apportion available bandwidth among all non-empty wfq queues in relation to their queue weights. If this parameter is missing, it is assumed to be 'strict'.

Allowed:
int64
1 to 4294967295

The burst size (in kilobytes) allowed per bandwidth-limited queue. If no burst is specified, the default burst of 32 KB will be applied.

int64
1 to 4294967295

The bandwidth limit (in kilobits per second) to apply to egress queue traffic. If no bandwidth value is applied, the bandwidth will not be limited per queue.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
LoadingLoading…