- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
List all dashboards.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent=projects/*/locations/*/instances/*}/nativeDashboards
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent owning this dashboard collection. Format: projects/{project}/locations/{region}/instances/{instance} |
Query parameters
Parameters | |
---|---|
page |
The maximum number of dashboards to return. The service may return fewer than this value. |
page |
A page token, received from a previous When paginating, all other parameters provided to |
view |
View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view. |
Request body
The request body must be empty.
Response body
Response message for listing dashboards.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"native_dashboards": [
{
object ( |
Fields | |
---|---|
native_ |
The dashboards from the specified chronicle instance. |
next_ |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
chronicle.nativeDashboards.list
For more information, see the IAM documentation.