- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an Uptime check configuration. You can either replace the entire configuration with a new one or replace only certain fields in the current configuration by specifying the fields to be updated via updateMask
. Returns the updated configuration.
HTTP request
PATCH https://monitoring.googleapis.com/v3/{uptimeCheckConfig.name}
Path parameters
Parameters | |
---|---|
uptime |
Identifier. A unique resource name for this Uptime check configuration. The format is:
This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response. |
Query parameters
Parameters | |
---|---|
update |
Optional. If present, only the listed fields in the current Uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of UptimeCheckConfig
.
Response body
If successful, the response body contains an instance of UptimeCheckConfig
.
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.