RPC API: Update a Dashboard
Note that LogicMonitor does have an available REST API equivalent for this API call.
LogicMonitor’s RPC API enables you to update your dashboards using updateDashboard.
Note: As with all of our APIs, authentication is required.
Request Parameters: You can include the following as query parameters in an updateDashboard request:
All outputs will be in the format: { [status], [data], [errmsg] }, where status is the status of the response, errmsg is the error message associated with the response, and the data object includes the following:
- id
- name
- description
- sharable
- adminId (note that this value is equal to 0 when the dashboard sharable value is true)