Information involved in an HTTP/HTTPS uptime check request.
The path to the page to run the check against. Will be
combined with the host (specified within the
MonitoredResource) and port to construct the full URL.
Optional (defaults to "/").
The authentication information. Optional when creating an HTTP
check; defaults to empty.
The list of headers to send as part of the uptime check
request. If two headers have the same key and different
values, they should be entered as a single header, with the
value being a comma-separated list of all the desired values
as described at
https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31).
Entering two separate headers with the same key in a Create
call will cause the first to be overwritten by the second. The
maximum number of headers allowed is 100.
Classes
BasicAuthentication
A type of authentication to perform against the specified resource or
URL that uses username and password. Currently, only Basic
authentication is supported in Uptime Monitoring.
The password to authenticate.
HeadersEntry
API documentation for monitoring_v3.types.UptimeCheckConfig.HttpCheck.HeadersEntry class.