Properties of a HttpCheck.
Package
@google-cloud/monitoringProperties
authInfo
authInfo?: (google.monitoring.v3.UptimeCheckConfig.HttpCheck.IBasicAuthentication|null);
HttpCheck authInfo
body
body?: (Uint8Array|string|null);
HttpCheck body
contentType
contentType?: (google.monitoring.v3.UptimeCheckConfig.HttpCheck.ContentType|keyof typeof google.monitoring.v3.UptimeCheckConfig.HttpCheck.ContentType|null);
HttpCheck contentType
headers
headers?: ({ [k: string]: string }|null);
HttpCheck headers
maskHeaders
maskHeaders?: (boolean|null);
HttpCheck maskHeaders
path
path?: (string|null);
HttpCheck path
port
port?: (number|null);
HttpCheck port
requestMethod
requestMethod?: (google.monitoring.v3.UptimeCheckConfig.HttpCheck.RequestMethod|keyof typeof google.monitoring.v3.UptimeCheckConfig.HttpCheck.RequestMethod|null);
HttpCheck requestMethod
useSsl
useSsl?: (boolean|null);
HttpCheck useSsl
validateSsl
validateSsl?: (boolean|null);
HttpCheck validateSsl