The path of the dashboard to delete.
A Promise that resolves if the request succeeded.
Retrieve the paths of all known dashboards in the config.
A Promise that resolves to a list of paths if the request succeeded.
Fetch a single dashboard from the config
The path of the dashboard
A Promise resolving to the dashboard model
Create a new dashboard having the given path
The path of the dashboard to create
The model of the new dashboard.
A Promise that resolves if the request succeeded.
Rename a dashboard at a given path to a new name.
The path of the dashboard to rename
The new name to give to that dashboard
A Promise that resolves if the request succeeded.
Overwrite an existing dashboard with an updated model
The path of the dashboard to update
The model of the dashboard to be saved
A Promise that resolves if the request succeeded.
Generated using TypeDoc
Delete a dashboard at a given path.
{NetworkError} (Promise rejection) for network errors
{TransportError} (Promise rejection) for HTTP errors
{AuthenticationError} (Promise rejection) when the user isn't signed in
{ConfigError} (Promise rejection) for errors in the Config Server