API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Create a new QoS schedule-profile with unique name

QoS Schedule Profile. These profiles are used to determine bandwidth
allocation for the queues and how they will be serviced. They can
include minimum-bandwidths, weighted queues, all-strict queues,
weighted plus a strict top queue, or minimum-bandwidths plus a strict
top queue.

'Strict' priority will service all packets in a queue before any
packets in lower-numbered queues, as long as there are no packets in
any higher-numbered queues.

'Weighted' queuing will apportion available bandwidth among all non-
empty weighted queues in relation to their queue weights.

'Min_bandwidth' queuing will apportion available bandwidth among all
non-empty min-bandwidth queues in relation to their configured
percentages.

Once it has been created, a schedule profile can be globally applied
in combination with a separately-created queue profile, using the
aruba-qos-global yang model. The queue and schedule profiles must be
valid for the platform to which they are being applied, and the
configured number of queues and the queue ID values must match. Valid
schedule profiles can also be applied to ports, using the
aruba-interface-ethernet and/or aruba-interface-portchannel yang models.

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

QoS schedule profile name. Must be 1-64 characters in length and can only
contain alphanumeric characters, periods, underscores, and hyphens.
Cannot use reserved schedule profile names: 'factory-default'.

Query Params
string

LOCAL - To create local objects. SHARED - To create shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be created. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be created. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

profilebody object

sched-entries
array of objects
length ≤ 2147483647

Specifies the queue to be used in a schedule profile entry.

sched-entries
string
length between 1 and 256

QoS schedule profile description.

string
length between 1 and 64

QoS schedule profile name. Must be 1-64 characters in length and can only
contain alphanumeric characters, periods, underscores, and hyphens.
Cannot use reserved schedule profile names: 'factory-default'.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json