- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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. |
Required. Identifier. The name of the
The ID of the |
Query parameters
Parameters | |
---|---|
update |
Required. The fields to update. For each field listed in
Fields not listed retain their existing value. The following are the field names that are accepted in
That said, the start time and end time of the This is a comma-separated list of fully qualified names of fields. Example: |
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.