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 |
+----+--------+------------------------------+-------------+---------+---------+----------+
| 20 | admin  | ['alonadmin']                | []          | []      | False   | False    |
| 1  | lak    | ['root', 'admin', 'support'] | []          | []      | True    | False    |
| 8  | bobo   | ['me']                       | []          | [1]     | False   | False    | 

<...>