- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Update a dashboard.
HTTP request
PATCH https://chronicle.googleapis.com/v1alpha/{nativeDashboard.name=projects/*/locations/*/instances/*/nativeDashboards/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
native |
Output only. Name of the dashboard. |
Query parameters
Parameters | |
---|---|
update |
Required. LINT.IfChange(update_mask_values) The list of fields to update. Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of NativeDashboard
.
Response body
If successful, the response body contains an instance of NativeDashboard
.
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 name
resource:
chronicle.nativeDashboards.update
For more information, see the IAM documentation.