Resource: DashboardQuery
DashboardQuery resource.
| JSON representation |
|---|
{ "name": string, "query": string, "input": { object ( |
| Fields | |
|---|---|
name |
Output only. Name of the dashboardQuery. |
query |
Required. Search query string. |
input |
Required. Inputs to the query. |
dashboardChart |
Output only. DashboardChart this query belongs to. |
etag |
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
dialect |
Optional. Specifies how to parse the 'query' string. If not specified, the query will be parsed as YL2. |
Methods |
|
|---|---|
|
Execute a query and return the data. |
|
Get a dashboard query. |