Update Dashboard Privilege

put

/serviceapi/dashboardModel/privilege/

To share a dashboard, the user executing the call must have MANAGE privileges or be the OMC admin.

  • sharePublic defines if the dashboard is going to be public
  • privilegeType defines if the dashboard is going to be shared with VIEW or MANAGE privilege
  • userName is optional, not defining this will make the dashboard available to all

Request

Body ()

This is the object you must send in the body to update a privilege.

Root Schema : UpdatePrivilege
Type: object

This is the object you must send in the body to update a privilege.

Show Source
Back to Top

Response

Supported Media Types

204 Response

Success
Back to Top