createDashboardColumn
Creates a dashboard column.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
column |
String |
(Required) The name of the dashboard column. |
afterColumn |
String |
The name of the column after which the column should be placed. When creating the column, if neither |
beforeColumn |
String |
The name of the column before which the column should be placed. When creating the column if neither |
deleteDashboardColumn
Deletes a dashboard column.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
column |
String |
(Required) The name of the dashboard column. |
deleteWidgets |
Boolean |
(Required) Whether to delete the widgets associated with the column that is being deleted. |
addToColumn |
String |
The column to which the widgets associated with the column being deleted should be added. Required if |
modifyDashboardColumn
Modifies a dashboard column.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
column |
String |
(Required) The name of the dashboard column. |
afterColumn |
String |
The name of the column after which the column should be placed. When creating the column, if neither |
beforeColumn |
String |
The name of the column before which the column should be placed. When creating the column if neither |
newName |
String |
The new name for an existing object that is being renamed. |