Resource: Dashboard
Dashboard resource. NEXTAG: 7
JSON representation |
---|
{
"name": string,
"display_name": string,
"uri": string,
"default_dashboard": boolean,
"type": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of the dashboard. Format: projects/{project}/locations/{region}/instances/{instance}/dashboards/{dashboard} |
display_name |
User-visible dashboard name. |
uri |
Output only. The URI that displays the dashboard in the Chronicle UI. It may be empty. |
default_dashboard |
Whether the dashboard is displayed by default. Only one dashboard can be displayed by default. |
type |
Dashboard type. |
lookml |
The encrypted dashboard LookML. |
DashboardType
Types of dashboards.
Enums | |
---|---|
DASHBOARD_TYPE_UNSPECIFIED |
Default value. This value is unused. |
DASHBOARD_TYPE_PREDEFINED |
Read-only dashboard provided by Chronicle. |
DASHBOARD_TYPE_USER |
Dashboard that only the user can see. |
DASHBOARD_TYPE_CUSTOMER |
Dashboard that all the customer's users can see. |
Methods |
|
---|---|
|
Copy a dashboard of one type to a dashbooard of another type. |
|
Create a dashboard. |
|
Delete a dashboard. |
|
Get a dashboard. |
|
List all dashboards. |