- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
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 |
Query parameters
Parameters | |
---|---|
names[] |
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 ( |
Fields | |
---|---|
dashboard_charts[] |
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.