- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Replaces an existing custom dashboard with a new definition.
This method requires the monitoring.dashboards.update
permission on the specified dashboard. For more information, see Cloud Identity and Access Management.
HTTP request
PATCH https://monitoring.googleapis.com/v1/{dashboard.name}
Path parameters
Parameters | |
---|---|
dashboard. |
Identifier. The resource name of the dashboard. |
Query parameters
Parameters | |
---|---|
validate |
If set, validate the request and preview the review, but do not actually save it. |
Request body
The request body contains an instance of Dashboard
.
Response body
If successful, the response body contains an instance of Dashboard
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
https://www.googleapis.com/auth/monitoring.write
For more information, see the Authentication Overview.