Editing Dashboard Privileges
You can grant or revoke the privileges required to view, edit, and delete a custom dashboard on the Dashboards page in Enterprise Manager.
After a custom dashboard is created, an Enterprise Manager Super Administrator can edit privileges to grant the following dashboard privileges:
VIEW_DASHBOARD
: Allows a user to view the dashboard.EDIT_DASHBOARD
: Allows a user to view and edit the dashboard.FULL_DASHBOARD
: Allows a user to view, edit, and delete the dashboard.
To edit dashboard privileges:
The changes to the dashboard privileges are saved.
Note that you can also use the
emcli grant_privs
command and the
DashboardID
, which is a part of the dashboard metadata identified
by the "id"
attribute, to grant dashboard privileges. Here is an
example of the EMCLI
command:$ emcli grant_privs -name="<USER>" -privilege="EDIT_DASHBOARD;DASHBOARD_ID=<DashboardID>"