create_role
Create a new role in Proxmox by specifying a role ID and a comma-separated list of privileges (e.g., VM.Allocate, VM.Config.Disk).
Instructions
Create a new role with specific privileges.
Args: roleid: Role ID. privs: Comma-separated list of privileges (e.g. 'VM.Allocate,VM.Config.Disk,VM.PowerMgmt').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roleid | Yes | ||
| privs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |