Method: projects.snoozes.patch
Updates a Snooze
, identified by its name
, with the parameters in the given Snooze
object.
HTTP request
PATCH https://monitoring.googleapis.com/v3/{snooze.name}
Path parameters
Parameters |
snooze.name |
string
Required. Identifier. The name of the Snooze . The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
The ID of the Snooze will be generated by the system.
|
Query parameters
Parameters |
updateMask |
string (FieldMask format)
Required. The fields to update. For each field listed in updateMask :
- If the
Snooze object supplied in the UpdateSnoozeRequest has a value for that field, the value of the field in the existing Snooze will be set to the value of the field in the supplied Snooze .
- If the field does not have a value in the supplied
Snooze , the field in the existing Snooze is set to its default value.
Fields not listed retain their existing value. The following are the field names that are accepted in updateMask :
displayName
interval.start_time
interval.end_time
That said, the start time and end time of the Snooze determines which fields can legally be updated. Before attempting an update, users should consult the documentation for UpdateSnoozeRequest , which talks about which fields can be updated. 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 Snooze
.
Response body
If successful, the response body contains an instance of Snooze
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-23 UTC."],[],[]]