create_shaper_queue
Creates a traffic shaper queue under a specified parent to manage bandwidth allocation and prioritize network traffic. Supports optional bandwidth limits, priority, queue limit, and immediate application.
Instructions
Create a traffic shaper queue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Queue name | |
| descr | No | Optional description | |
| qlimit | No | Queue limit (packet count) | |
| enabled | No | Whether the queue is enabled | |
| priority | No | Queue priority (0-15, higher = more priority) | |
| bandwidth | No | Bandwidth value | |
| parent_id | Yes | Parent shaper ID to attach the queue to | |
| bandwidthtype | No | Bandwidth unit (Kb, Mb, Gb, b, %) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||