Class ExecuteDashboardQueryRequest (0.6.0)

ExecuteDashboardQueryRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message to execute a dashboard query.

Attributes

Name Description
parent str
Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance}
query google.cloud.chronicle_v1.types.DashboardQuery
Required. The query to execute and get results back for. QueryID or 'query', 'input.time_window' fields will be used. Use 'native_dashboard' and 'dashboard_chart' fields if it is an in-dashboard query.
filters MutableSequence[google.cloud.chronicle_v1.types.DashboardFilter]
Optional. Dashboard level filters other than query string.
clear_cache bool
Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
use_previous_time_range bool
Optional. When true, the backend will execute the query against the previous time range of the query.