Optional
options: IRequestOptionsStatic
Readonly
RESOURCE_Optional
apiVersion: stringThe initial state of the dashboard
The team context for the operation
Optional
apiVersion: stringCreate a widget on the specified dashboard.
State of the widget to add
The team context for the operation
ID of dashboard the widget will be added to.
Delete a dashboard given its ID. This also deletes the widgets associated with this dashboard.
The team context for the operation
ID of the dashboard to delete.
Delete the specified widget.
The team context for the operation
ID of the dashboard containing the widget.
ID of the widget to update.
Get a dashboard by its ID.
The team context for the operation
Get a list of dashboards under a project.
The team context for the operation
Get the current state of the specified widget.
The team context for the operation
ID of the dashboard containing the widget.
ID of the widget to read.
Get the widget metadata satisfying the specified contribution ID.
The ID of Contribution for the Widget
Optional
project: stringProject ID or project name
Get all available widget metadata in alphabetical order, including widgets marked with isVisibleFromCatalog == false.
Optional
project: stringProject ID or project name
Replace configuration for the specified dashboard. Replaces Widget list on Dashboard, only if property is supplied.
The Configuration of the dashboard to replace.
The team context for the operation
ID of the dashboard to replace.
Update the name and position of dashboards in the supplied group, and remove omitted dashboards. Does not modify dashboard content.
The team context for the operation
Override the state of the specified widget.
State to be written for the widget.
The team context for the operation
ID of the dashboard containing the widget.
ID of the widget to update.
Perform a partial update of the specified widget.
Description of the widget changes to apply. All non-null fields will be replaced.
The team context for the operation
ID of the dashboard containing the widget.
ID of the widget to update.
Create the supplied dashboard.