set_bandwidth_group
Create or update a bandwidth group to define upload/download speed caps and control whether session limits apply.
Instructions
Create or change a bandwidth group.
Args: name: Group name. A name that does not exist yet is created. honors_session_limits: Whether the session's own limits also apply. speed_limit_down: Download cap for the group in kB/s. speed_limit_down_enabled: Whether the download cap applies. speed_limit_up: Upload cap for the group in kB/s. speed_limit_up_enabled: Whether the upload cap applies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| speed_limit_up | No | ||
| speed_limit_down | No | ||
| honors_session_limits | No | ||
| speed_limit_up_enabled | No | ||
| speed_limit_down_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |