Method: dashboardCharts.batchGet

Full name: projects.locations.instances.dashboardCharts.batchGet

Get dashboard charts in batches.

HTTP request

GET https://chronicle.googleapis.com/v1alpha/{parent}/dashboardCharts:batchGet

Path parameters

Parameters
parent

string

Required. The parent resource shared by all dashboard charts being retrieved. Format: projects/{project}/locations/{region}/instances/{instance} If this is set, the parent of all of the dashboard charts specified in names must match this field.

Query parameters

Parameters
names[]

string

Required. The names of the dashboard charts to get.

Request body

The request body must be empty.

Response body

Response message for getting dashboard charts in batch.

If successful, the response body contains data with the following structure:

JSON representation
{
  "dashboard_charts": [
    {
      object (DashboardChart)
    }
  ]
}
Fields
dashboard_charts[]

object (DashboardChart)

The dashboardCharts from the specified chronicle instance.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.