Properties of a HttpCheck.
Package
@google-cloud/monitoringProperties
acceptedResponseStatusCodes
acceptedResponseStatusCodes?: (google.monitoring.v3.UptimeCheckConfig.HttpCheck.IResponseStatusCode[]|null);HttpCheck acceptedResponseStatusCodes
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
customContentType
customContentType?: (string|null);HttpCheck customContentType
headers
headers?: ({ [k: string]: string }|null);HttpCheck headers
maskHeaders
maskHeaders?: (boolean|null);HttpCheck maskHeaders
path
path?: (string|null);HttpCheck path
pingConfig
pingConfig?: (google.monitoring.v3.UptimeCheckConfig.IPingConfig|null);HttpCheck pingConfig
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
serviceAgentAuthentication
serviceAgentAuthentication?: (google.monitoring.v3.UptimeCheckConfig.HttpCheck.IServiceAgentAuthentication|null);HttpCheck serviceAgentAuthentication
useSsl
useSsl?: (boolean|null);HttpCheck useSsl
validateSsl
validateSsl?: (boolean|null);HttpCheck validateSsl