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 Google Cloud IAM.
HTTP request
PATCH https://monitoring.googleapis.com/v1/{dashboard.name}
Path parameters
Parameters | |
---|---|
dashboard.name |
Immutable. The resource name of the dashboard. |
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.