Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

role list

Prev Next

This command displays all administrative roles.

Usage

role list

Example

vcli: admin> role list
+----+--------+------------------------------+-------------+---------+--------+----------+-----------+----------------+
| ID | Name   | Managers                     | Ldap-groups | Tenants | Default | Is Admin | Tenant-id | Tenant name   |
+----+--------+------------------------------+-------------+---------+---------+----------+-----------+---------------+
| 20 | admin  | ['alonadmin']                | []          | []      | False   | False    | 7         | Backup        |
| 1  | lak    | ['root', 'admin', 'support'] | []          | []      | True    | False    | None      | None          |
| 8  | bobo   | ['me']                       | []          | [1]     | False   | False    | None      | None          |

<...>