REST Resource: projects.locations.instances.dashboardQueries

Resource: DashboardQuery

DashboardQuery resource.

JSON representation
{
  "name": string,
  "query": string,
  "input": {
    object (Input)
  },
  "dashboardChart": string,
  "etag": string
}
Fields
name

string

Output only. Name of the dashboardQuery.

query

string

Required. Search query string.

input

object (Input)

Required. Inputs to the query.

dashboardChart

string

Output only. DashboardChart this query belongs to.

etag

string

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.

Methods

execute

Execute a query and return the data.

get

Get a dashboard query.