- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.dashboardCharts.list
List all dashboard charts.
HTTP request
GET https://{endpoint}/v1alpha/{parent}/dashboardCharts
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which owns this dashboardCharts collection. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of dashboard charts to return. The service may return fewer than this value. If unspecified or set to 0, the default page size of 100 will be used. The maximum allowed value is 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. Filter expression to filter charts. |
Request body
The request body must be empty.
Response body
Response message for listing dashboard charts.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"dashboardCharts": [
{
object ( |
| Fields | |
|---|---|
dashboardCharts[] |
The dashboardCharts from the specified chronicle instance. |
nextPageToken |
A token, which can be sent as |
totalSize |
The total number of results matching the request. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chronicle
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.dashboardCharts.list
For more information, see the IAM documentation.