Method: projects.locations.instances.nativeDashboards.patch

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
nativeDashboard.name

string

Output only. Name of the dashboard.

Query parameters

Parameters
updateMask

string (FieldMask format)

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: "user.displayName,photo".

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.