Hanzo
OpenapiO11y

Sends a test notification to the posted receiver. — POST /v1/o11y/testChannel

Sends a test notification to the posted receiver.

POST /v1/o11y/testChannel

Addresshttps://api.hanzo.ai/v1/o11y/testChannel
MethodPOST
OperationTestChannelDeprecated
AuthAuthorization: Bearer $HANZO_API_KEY

Sends a test notification to the posted receiver. The legacy path; prefer /channels/test. Editor gate.

Request

1698 fields, body application/json (required).

FieldInTypeRequiredDescription
Receiverbodyo11y.Receiver
Receiver.discord_configsbodyo11y.DiscordConfig[]
Receiver.discord_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.discord_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.discord_configs[].avatar_urlbodystring
Receiver.discord_configs[].contentbodystring
Receiver.discord_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.discord_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.discord_configs[].http_config.authorization.credentialsbodyany
Receiver.discord_configs[].http_config.authorization.credentials_filebodystring
Receiver.discord_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.discord_configs[].http_config.authorization.typebodystring
Receiver.discord_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.discord_configs[].http_config.basic_auth.passwordbodyany
Receiver.discord_configs[].http_config.basic_auth.password_filebodystring
Receiver.discord_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.discord_configs[].http_config.basic_auth.usernamebodystring
Receiver.discord_configs[].http_config.basic_auth.username_filebodystring
Receiver.discord_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.discord_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.discord_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.discord_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.discord_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.discord_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.discord_configs[].http_config.no_proxybodystring
Receiver.discord_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.discord_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.discord_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.discord_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.discord_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.discord_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.discord_configs[].http_config.oauth2.claims.*bodyobject
Receiver.discord_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.discord_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.discord_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.discord_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.discord_configs[].http_config.oauth2.client_idbodystring
Receiver.discord_configs[].http_config.oauth2.client_secretbodyany
Receiver.discord_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.discord_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.discord_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.discord_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.discord_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.discord_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.discord_configs[].http_config.oauth2.no_proxybodystring
Receiver.discord_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.discord_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.discord_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.discord_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.discord_configs[].http_config.oauth2.scopesbodystring[]
Receiver.discord_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.discord_configs[].http_config.oauth2.token_urlbodystring
Receiver.discord_configs[].http_config.proxy_connect_headerbodyobject
Receiver.discord_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.discord_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.discord_configs[].http_config.proxy_urlbodyany
Receiver.discord_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.discord_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.discord_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.discord_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.discord_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.discord_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.discord_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.discord_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.discord_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.discord_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.discord_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.discord_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.discord_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.discord_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.discord_configs[].messagebodystring
Receiver.discord_configs[].titlebodystring
Receiver.discord_configs[].usernamebodystring
Receiver.discord_configs[].webhook_urlbodyany
Receiver.discord_configs[].webhook_url_filebodystring
Receiver.email_configsbodyo11y.EmailConfig[]
Receiver.email_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.email_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.email_configs[].auth_identitybodystring
Receiver.email_configs[].auth_passwordbodyany
Receiver.email_configs[].auth_password_filebodystring
Receiver.email_configs[].auth_secretbodyany
Receiver.email_configs[].auth_secret_filebodystring
Receiver.email_configs[].auth_usernamebodystring
Receiver.email_configs[].force_implicit_tlsbodybooleanForceImplicitTLS controls whether to use implicit TLS (direct TLS connection).
Receiver.email_configs[].frombodystring
Receiver.email_configs[].headersbodyobject
Receiver.email_configs[].headers.*bodystring
Receiver.email_configs[].hellobodystring
Receiver.email_configs[].htmlbodystring
Receiver.email_configs[].require_tlsbodyboolean
Receiver.email_configs[].smarthostbodyany
Receiver.email_configs[].textbodystring
Receiver.email_configs[].threadingbodyo11y.ThreadingConfig
Receiver.email_configs[].threading.enabledbodyboolean
Receiver.email_configs[].threading.thread_by_datebodystring
Receiver.email_configs[].tls_configbodyo11y.TLSConfig
Receiver.email_configs[].tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.email_configs[].tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.email_configs[].tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.email_configs[].tls_config.certbodystringText of the client cert file for the targets.
Receiver.email_configs[].tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.email_configs[].tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.email_configs[].tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.email_configs[].tls_config.keybodyanyText of the client key file for the targets.
Receiver.email_configs[].tls_config.key_filebodystringThe client key file for the targets.
Receiver.email_configs[].tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.email_configs[].tls_config.max_versionbodyanyMaximum TLS version.
Receiver.email_configs[].tls_config.min_versionbodyanyMinimum TLS version.
Receiver.email_configs[].tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.email_configs[].tobodystringEmail address to notify.
Receiver.incidentio_configsbodyo11y.IncidentioConfig[]
Receiver.incidentio_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.incidentio_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.incidentio_configs[].alert_source_tokenbodyanyAlertSourceToken is the key used to authenticate with the alert source in incident.io.
Receiver.incidentio_configs[].alert_source_token_filebodystring
Receiver.incidentio_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.incidentio_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.incidentio_configs[].http_config.authorization.credentialsbodyany
Receiver.incidentio_configs[].http_config.authorization.credentials_filebodystring
Receiver.incidentio_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.incidentio_configs[].http_config.authorization.typebodystring
Receiver.incidentio_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.incidentio_configs[].http_config.basic_auth.passwordbodyany
Receiver.incidentio_configs[].http_config.basic_auth.password_filebodystring
Receiver.incidentio_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.incidentio_configs[].http_config.basic_auth.usernamebodystring
Receiver.incidentio_configs[].http_config.basic_auth.username_filebodystring
Receiver.incidentio_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.incidentio_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.incidentio_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.incidentio_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.incidentio_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.incidentio_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.incidentio_configs[].http_config.no_proxybodystring
Receiver.incidentio_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.incidentio_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.incidentio_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.incidentio_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.incidentio_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.incidentio_configs[].http_config.oauth2.claims.*bodyobject
Receiver.incidentio_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.incidentio_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.incidentio_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.incidentio_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.incidentio_configs[].http_config.oauth2.client_idbodystring
Receiver.incidentio_configs[].http_config.oauth2.client_secretbodyany
Receiver.incidentio_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.incidentio_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.incidentio_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.incidentio_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.incidentio_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.incidentio_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.incidentio_configs[].http_config.oauth2.no_proxybodystring
Receiver.incidentio_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.incidentio_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.incidentio_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.incidentio_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.incidentio_configs[].http_config.oauth2.scopesbodystring[]
Receiver.incidentio_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.incidentio_configs[].http_config.oauth2.token_urlbodystring
Receiver.incidentio_configs[].http_config.proxy_connect_headerbodyobject
Receiver.incidentio_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.incidentio_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.incidentio_configs[].http_config.proxy_urlbodyany
Receiver.incidentio_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.incidentio_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.incidentio_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.incidentio_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.incidentio_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.incidentio_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.incidentio_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.incidentio_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.incidentio_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.incidentio_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.incidentio_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.incidentio_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.incidentio_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.incidentio_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.incidentio_configs[].max_alertsbodyintegerMaxAlerts is the maximum number of alerts to be sent per incident.io message. Alerts exceeding this threshold will be truncated.
Receiver.incidentio_configs[].timeoutbodyintegerTimeout is the maximum time allowed to invoke incident.io.
Receiver.incidentio_configs[].urlbodyanyURL to send POST request to.
Receiver.incidentio_configs[].url_filebodystring
Receiver.jira_configsbodyo11y.JiraConfig[]
Receiver.jira_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.jira_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.jira_configs[].api_typebodystring
Receiver.jira_configs[].api_urlbodyany
Receiver.jira_configs[].custom_fieldsbodyobject
Receiver.jira_configs[].custom_fields.*bodyobject
Receiver.jira_configs[].descriptionbodyo11y.JiraFieldConfig
Receiver.jira_configs[].description.enable_updatebodybooleanEnableUpdate indicates whether this field should be omitted when updating an existing issue.
Receiver.jira_configs[].description.templatebodystringTemplate is the template string used to render the field.
Receiver.jira_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.jira_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.jira_configs[].http_config.authorization.credentialsbodyany
Receiver.jira_configs[].http_config.authorization.credentials_filebodystring
Receiver.jira_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.jira_configs[].http_config.authorization.typebodystring
Receiver.jira_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.jira_configs[].http_config.basic_auth.passwordbodyany
Receiver.jira_configs[].http_config.basic_auth.password_filebodystring
Receiver.jira_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.jira_configs[].http_config.basic_auth.usernamebodystring
Receiver.jira_configs[].http_config.basic_auth.username_filebodystring
Receiver.jira_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.jira_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.jira_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.jira_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.jira_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.jira_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.jira_configs[].http_config.no_proxybodystring
Receiver.jira_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.jira_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.jira_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.jira_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.jira_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.jira_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.jira_configs[].http_config.oauth2.claims.*bodyobject
Receiver.jira_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.jira_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.jira_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.jira_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.jira_configs[].http_config.oauth2.client_idbodystring
Receiver.jira_configs[].http_config.oauth2.client_secretbodyany
Receiver.jira_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.jira_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.jira_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.jira_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.jira_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.jira_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.jira_configs[].http_config.oauth2.no_proxybodystring
Receiver.jira_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.jira_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.jira_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.jira_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.jira_configs[].http_config.oauth2.scopesbodystring[]
Receiver.jira_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.jira_configs[].http_config.oauth2.token_urlbodystring
Receiver.jira_configs[].http_config.proxy_connect_headerbodyobject
Receiver.jira_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.jira_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.jira_configs[].http_config.proxy_urlbodyany
Receiver.jira_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.jira_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.jira_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.jira_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.jira_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.jira_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.jira_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.jira_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.jira_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.jira_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.jira_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.jira_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.jira_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.jira_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.jira_configs[].issue_typebodystring
Receiver.jira_configs[].labelsbodystring[]
Receiver.jira_configs[].prioritybodystring
Receiver.jira_configs[].projectbodystring
Receiver.jira_configs[].reopen_durationbodyany
Receiver.jira_configs[].reopen_transitionbodystring
Receiver.jira_configs[].resolve_transitionbodystring
Receiver.jira_configs[].summarybodyo11y.JiraFieldConfig
Receiver.jira_configs[].summary.enable_updatebodybooleanEnableUpdate indicates whether this field should be omitted when updating an existing issue.
Receiver.jira_configs[].summary.templatebodystringTemplate is the template string used to render the field.
Receiver.jira_configs[].wont_fix_resolutionbodystring
Receiver.mattermost_configsbodyo11y.MattermostConfig[]
Receiver.mattermost_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.mattermost_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.mattermost_configs[].attachmentsbodyo11y.MattermostAttachment[]
Receiver.mattermost_configs[].attachments[].author_iconbodystring
Receiver.mattermost_configs[].attachments[].author_linkbodystring
Receiver.mattermost_configs[].attachments[].author_namebodystring
Receiver.mattermost_configs[].attachments[].colorbodystring
Receiver.mattermost_configs[].attachments[].fallbackbodystring
Receiver.mattermost_configs[].attachments[].fieldsbodyo11y.MattermostField[]
Receiver.mattermost_configs[].attachments[].fields[].shortbodyboolean
Receiver.mattermost_configs[].attachments[].fields[].titlebodystring
Receiver.mattermost_configs[].attachments[].fields[].valuebodystring
Receiver.mattermost_configs[].attachments[].footerbodystring
Receiver.mattermost_configs[].attachments[].footer_iconbodystring
Receiver.mattermost_configs[].attachments[].image_urlbodystring
Receiver.mattermost_configs[].attachments[].pretextbodystring
Receiver.mattermost_configs[].attachments[].textbodystring
Receiver.mattermost_configs[].attachments[].thumb_urlbodystring
Receiver.mattermost_configs[].attachments[].titlebodystring
Receiver.mattermost_configs[].attachments[].title_linkbodystring
Receiver.mattermost_configs[].channelbodystring
Receiver.mattermost_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.mattermost_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.mattermost_configs[].http_config.authorization.credentialsbodyany
Receiver.mattermost_configs[].http_config.authorization.credentials_filebodystring
Receiver.mattermost_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.mattermost_configs[].http_config.authorization.typebodystring
Receiver.mattermost_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.mattermost_configs[].http_config.basic_auth.passwordbodyany
Receiver.mattermost_configs[].http_config.basic_auth.password_filebodystring
Receiver.mattermost_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.mattermost_configs[].http_config.basic_auth.usernamebodystring
Receiver.mattermost_configs[].http_config.basic_auth.username_filebodystring
Receiver.mattermost_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.mattermost_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.mattermost_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.mattermost_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.mattermost_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.mattermost_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.mattermost_configs[].http_config.no_proxybodystring
Receiver.mattermost_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.mattermost_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.mattermost_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.mattermost_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.mattermost_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.mattermost_configs[].http_config.oauth2.claims.*bodyobject
Receiver.mattermost_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.mattermost_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.mattermost_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.mattermost_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.mattermost_configs[].http_config.oauth2.client_idbodystring
Receiver.mattermost_configs[].http_config.oauth2.client_secretbodyany
Receiver.mattermost_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.mattermost_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.mattermost_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.mattermost_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.mattermost_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.mattermost_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.mattermost_configs[].http_config.oauth2.no_proxybodystring
Receiver.mattermost_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.mattermost_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.mattermost_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.mattermost_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.mattermost_configs[].http_config.oauth2.scopesbodystring[]
Receiver.mattermost_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.mattermost_configs[].http_config.oauth2.token_urlbodystring
Receiver.mattermost_configs[].http_config.proxy_connect_headerbodyobject
Receiver.mattermost_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.mattermost_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.mattermost_configs[].http_config.proxy_urlbodyany
Receiver.mattermost_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.mattermost_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.mattermost_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.mattermost_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.mattermost_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.mattermost_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.mattermost_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.mattermost_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.mattermost_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.mattermost_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.mattermost_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.mattermost_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.mattermost_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.mattermost_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.mattermost_configs[].icon_emojibodystring
Receiver.mattermost_configs[].icon_urlbodystring
Receiver.mattermost_configs[].prioritybodyo11y.MattermostPriority
Receiver.mattermost_configs[].priority.persistent_notificationsbodyboolean
Receiver.mattermost_configs[].priority.prioritybodystring
Receiver.mattermost_configs[].priority.requested_ackbodyboolean
Receiver.mattermost_configs[].propsbodyo11y.MattermostProps
Receiver.mattermost_configs[].props.cardbodystring
Receiver.mattermost_configs[].textbodystring
Receiver.mattermost_configs[].typebodystring
Receiver.mattermost_configs[].usernamebodystring
Receiver.mattermost_configs[].webhook_urlbodyany
Receiver.mattermost_configs[].webhook_url_filebodystring
Receiver.msteams_configsbodyo11y.MSTeamsConfig[]
Receiver.msteams_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.msteams_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.msteams_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.msteams_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.msteams_configs[].http_config.authorization.credentialsbodyany
Receiver.msteams_configs[].http_config.authorization.credentials_filebodystring
Receiver.msteams_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.msteams_configs[].http_config.authorization.typebodystring
Receiver.msteams_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.msteams_configs[].http_config.basic_auth.passwordbodyany
Receiver.msteams_configs[].http_config.basic_auth.password_filebodystring
Receiver.msteams_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.msteams_configs[].http_config.basic_auth.usernamebodystring
Receiver.msteams_configs[].http_config.basic_auth.username_filebodystring
Receiver.msteams_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.msteams_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.msteams_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.msteams_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.msteams_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.msteams_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.msteams_configs[].http_config.no_proxybodystring
Receiver.msteams_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.msteams_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.msteams_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.msteams_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.msteams_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.msteams_configs[].http_config.oauth2.claims.*bodyobject
Receiver.msteams_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.msteams_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.msteams_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.msteams_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.msteams_configs[].http_config.oauth2.client_idbodystring
Receiver.msteams_configs[].http_config.oauth2.client_secretbodyany
Receiver.msteams_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.msteams_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.msteams_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.msteams_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.msteams_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.msteams_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.msteams_configs[].http_config.oauth2.no_proxybodystring
Receiver.msteams_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.msteams_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.msteams_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.msteams_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.msteams_configs[].http_config.oauth2.scopesbodystring[]
Receiver.msteams_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.msteams_configs[].http_config.oauth2.token_urlbodystring
Receiver.msteams_configs[].http_config.proxy_connect_headerbodyobject
Receiver.msteams_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.msteams_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.msteams_configs[].http_config.proxy_urlbodyany
Receiver.msteams_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.msteams_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.msteams_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.msteams_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.msteams_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.msteams_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.msteams_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.msteams_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.msteams_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.msteams_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.msteams_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.msteams_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.msteams_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.msteams_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.msteams_configs[].summarybodystring
Receiver.msteams_configs[].textbodystring
Receiver.msteams_configs[].titlebodystring
Receiver.msteams_configs[].webhook_urlbodyany
Receiver.msteams_configs[].webhook_url_filebodystring
Receiver.msteamsv2_configsbodyo11y.MSTeamsV2Config[]
Receiver.msteamsv2_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.msteamsv2_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.msteamsv2_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.msteamsv2_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.msteamsv2_configs[].http_config.authorization.credentialsbodyany
Receiver.msteamsv2_configs[].http_config.authorization.credentials_filebodystring
Receiver.msteamsv2_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.msteamsv2_configs[].http_config.authorization.typebodystring
Receiver.msteamsv2_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.msteamsv2_configs[].http_config.basic_auth.passwordbodyany
Receiver.msteamsv2_configs[].http_config.basic_auth.password_filebodystring
Receiver.msteamsv2_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.msteamsv2_configs[].http_config.basic_auth.usernamebodystring
Receiver.msteamsv2_configs[].http_config.basic_auth.username_filebodystring
Receiver.msteamsv2_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.msteamsv2_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.msteamsv2_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.msteamsv2_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.msteamsv2_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.msteamsv2_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.msteamsv2_configs[].http_config.no_proxybodystring
Receiver.msteamsv2_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.msteamsv2_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.msteamsv2_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.msteamsv2_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.msteamsv2_configs[].http_config.oauth2.claims.*bodyobject
Receiver.msteamsv2_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.msteamsv2_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.msteamsv2_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.msteamsv2_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.msteamsv2_configs[].http_config.oauth2.client_idbodystring
Receiver.msteamsv2_configs[].http_config.oauth2.client_secretbodyany
Receiver.msteamsv2_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.msteamsv2_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.msteamsv2_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.msteamsv2_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.msteamsv2_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.msteamsv2_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.msteamsv2_configs[].http_config.oauth2.no_proxybodystring
Receiver.msteamsv2_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.msteamsv2_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.msteamsv2_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.msteamsv2_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.msteamsv2_configs[].http_config.oauth2.scopesbodystring[]
Receiver.msteamsv2_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.msteamsv2_configs[].http_config.oauth2.token_urlbodystring
Receiver.msteamsv2_configs[].http_config.proxy_connect_headerbodyobject
Receiver.msteamsv2_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.msteamsv2_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.msteamsv2_configs[].http_config.proxy_urlbodyany
Receiver.msteamsv2_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.msteamsv2_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.msteamsv2_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.msteamsv2_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.msteamsv2_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.msteamsv2_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.msteamsv2_configs[].textbodystring
Receiver.msteamsv2_configs[].titlebodystring
Receiver.msteamsv2_configs[].webhook_urlbodyany
Receiver.msteamsv2_configs[].webhook_url_filebodystring
Receiver.namebodystringA unique identifier for this receiver.
Receiver.opsgenie_configsbodyo11y.OpsGenieConfig[]
Receiver.opsgenie_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.opsgenie_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.opsgenie_configs[].actionsbodystring
Receiver.opsgenie_configs[].api_keybodyany
Receiver.opsgenie_configs[].api_key_filebodystring
Receiver.opsgenie_configs[].api_urlbodyany
Receiver.opsgenie_configs[].descriptionbodystring
Receiver.opsgenie_configs[].detailsbodyobject
Receiver.opsgenie_configs[].details.*bodystring
Receiver.opsgenie_configs[].entitybodystring
Receiver.opsgenie_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.opsgenie_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.opsgenie_configs[].http_config.authorization.credentialsbodyany
Receiver.opsgenie_configs[].http_config.authorization.credentials_filebodystring
Receiver.opsgenie_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.opsgenie_configs[].http_config.authorization.typebodystring
Receiver.opsgenie_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.opsgenie_configs[].http_config.basic_auth.passwordbodyany
Receiver.opsgenie_configs[].http_config.basic_auth.password_filebodystring
Receiver.opsgenie_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.opsgenie_configs[].http_config.basic_auth.usernamebodystring
Receiver.opsgenie_configs[].http_config.basic_auth.username_filebodystring
Receiver.opsgenie_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.opsgenie_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.opsgenie_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.opsgenie_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.opsgenie_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.opsgenie_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.opsgenie_configs[].http_config.no_proxybodystring
Receiver.opsgenie_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.opsgenie_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.opsgenie_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.opsgenie_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.opsgenie_configs[].http_config.oauth2.claims.*bodyobject
Receiver.opsgenie_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.opsgenie_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.opsgenie_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.opsgenie_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.opsgenie_configs[].http_config.oauth2.client_idbodystring
Receiver.opsgenie_configs[].http_config.oauth2.client_secretbodyany
Receiver.opsgenie_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.opsgenie_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.opsgenie_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.opsgenie_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.opsgenie_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.opsgenie_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.opsgenie_configs[].http_config.oauth2.no_proxybodystring
Receiver.opsgenie_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.opsgenie_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.opsgenie_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.opsgenie_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.opsgenie_configs[].http_config.oauth2.scopesbodystring[]
Receiver.opsgenie_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.opsgenie_configs[].http_config.oauth2.token_urlbodystring
Receiver.opsgenie_configs[].http_config.proxy_connect_headerbodyobject
Receiver.opsgenie_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.opsgenie_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.opsgenie_configs[].http_config.proxy_urlbodyany
Receiver.opsgenie_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.opsgenie_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.opsgenie_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.opsgenie_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.opsgenie_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.opsgenie_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.opsgenie_configs[].messagebodystring
Receiver.opsgenie_configs[].notebodystring
Receiver.opsgenie_configs[].prioritybodystring
Receiver.opsgenie_configs[].respondersbodyo11y.OpsGenieConfigResponder[]
Receiver.opsgenie_configs[].responders[].idbodystringOne of those 3 should be filled.
Receiver.opsgenie_configs[].responders[].namebodystring
Receiver.opsgenie_configs[].responders[].typebodystringteam, user, escalation, schedule etc.
Receiver.opsgenie_configs[].responders[].usernamebodystring
Receiver.opsgenie_configs[].sourcebodystring
Receiver.opsgenie_configs[].tagsbodystring
Receiver.opsgenie_configs[].update_alertsbodyboolean
Receiver.pagerduty_configsbodyo11y.PagerdutyConfig[]
Receiver.pagerduty_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.pagerduty_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.pagerduty_configs[].classbodystring
Receiver.pagerduty_configs[].clientbodystring
Receiver.pagerduty_configs[].client_urlbodystring
Receiver.pagerduty_configs[].componentbodystring
Receiver.pagerduty_configs[].descriptionbodystring
Receiver.pagerduty_configs[].detailsbodyobject
Receiver.pagerduty_configs[].details.*bodyobject
Receiver.pagerduty_configs[].groupbodystring
Receiver.pagerduty_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.pagerduty_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.pagerduty_configs[].http_config.authorization.credentialsbodyany
Receiver.pagerduty_configs[].http_config.authorization.credentials_filebodystring
Receiver.pagerduty_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.pagerduty_configs[].http_config.authorization.typebodystring
Receiver.pagerduty_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.pagerduty_configs[].http_config.basic_auth.passwordbodyany
Receiver.pagerduty_configs[].http_config.basic_auth.password_filebodystring
Receiver.pagerduty_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.pagerduty_configs[].http_config.basic_auth.usernamebodystring
Receiver.pagerduty_configs[].http_config.basic_auth.username_filebodystring
Receiver.pagerduty_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.pagerduty_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.pagerduty_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.pagerduty_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.pagerduty_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.pagerduty_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.pagerduty_configs[].http_config.no_proxybodystring
Receiver.pagerduty_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.pagerduty_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.pagerduty_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.pagerduty_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.pagerduty_configs[].http_config.oauth2.claims.*bodyobject
Receiver.pagerduty_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.pagerduty_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.pagerduty_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.pagerduty_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.pagerduty_configs[].http_config.oauth2.client_idbodystring
Receiver.pagerduty_configs[].http_config.oauth2.client_secretbodyany
Receiver.pagerduty_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.pagerduty_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.pagerduty_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.pagerduty_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.pagerduty_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.pagerduty_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.pagerduty_configs[].http_config.oauth2.no_proxybodystring
Receiver.pagerduty_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.pagerduty_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.pagerduty_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.pagerduty_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.pagerduty_configs[].http_config.oauth2.scopesbodystring[]
Receiver.pagerduty_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.pagerduty_configs[].http_config.oauth2.token_urlbodystring
Receiver.pagerduty_configs[].http_config.proxy_connect_headerbodyobject
Receiver.pagerduty_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.pagerduty_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.pagerduty_configs[].http_config.proxy_urlbodyany
Receiver.pagerduty_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.pagerduty_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.pagerduty_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.pagerduty_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.pagerduty_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.pagerduty_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.pagerduty_configs[].imagesbodyo11y.PagerdutyImage[]
Receiver.pagerduty_configs[].images[].altbodystring
Receiver.pagerduty_configs[].images[].hrefbodystring
Receiver.pagerduty_configs[].images[].srcbodystring
Receiver.pagerduty_configs[].linksbodyo11y.PagerdutyLink[]
Receiver.pagerduty_configs[].links[].hrefbodystring
Receiver.pagerduty_configs[].links[].textbodystring
Receiver.pagerduty_configs[].routing_keybodyany
Receiver.pagerduty_configs[].routing_key_filebodystring
Receiver.pagerduty_configs[].service_keybodyany
Receiver.pagerduty_configs[].service_key_filebodystring
Receiver.pagerduty_configs[].severitybodystring
Receiver.pagerduty_configs[].sourcebodystring
Receiver.pagerduty_configs[].timeoutbodyintegerTimeout is the maximum time allowed to invoke the pagerduty.
Receiver.pagerduty_configs[].urlbodyany
Receiver.pushover_configsbodyo11y.PushoverConfig[]
Receiver.pushover_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.pushover_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.pushover_configs[].devicebodystring
Receiver.pushover_configs[].expirebodyinteger
Receiver.pushover_configs[].htmlbodyboolean
Receiver.pushover_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.pushover_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.pushover_configs[].http_config.authorization.credentialsbodyany
Receiver.pushover_configs[].http_config.authorization.credentials_filebodystring
Receiver.pushover_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.pushover_configs[].http_config.authorization.typebodystring
Receiver.pushover_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.pushover_configs[].http_config.basic_auth.passwordbodyany
Receiver.pushover_configs[].http_config.basic_auth.password_filebodystring
Receiver.pushover_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.pushover_configs[].http_config.basic_auth.usernamebodystring
Receiver.pushover_configs[].http_config.basic_auth.username_filebodystring
Receiver.pushover_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.pushover_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.pushover_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.pushover_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.pushover_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.pushover_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.pushover_configs[].http_config.no_proxybodystring
Receiver.pushover_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.pushover_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.pushover_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.pushover_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.pushover_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.pushover_configs[].http_config.oauth2.claims.*bodyobject
Receiver.pushover_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.pushover_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.pushover_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.pushover_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.pushover_configs[].http_config.oauth2.client_idbodystring
Receiver.pushover_configs[].http_config.oauth2.client_secretbodyany
Receiver.pushover_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.pushover_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.pushover_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.pushover_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.pushover_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.pushover_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.pushover_configs[].http_config.oauth2.no_proxybodystring
Receiver.pushover_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.pushover_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.pushover_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.pushover_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.pushover_configs[].http_config.oauth2.scopesbodystring[]
Receiver.pushover_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.pushover_configs[].http_config.oauth2.token_urlbodystring
Receiver.pushover_configs[].http_config.proxy_connect_headerbodyobject
Receiver.pushover_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.pushover_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.pushover_configs[].http_config.proxy_urlbodyany
Receiver.pushover_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.pushover_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.pushover_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.pushover_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.pushover_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.pushover_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.pushover_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.pushover_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.pushover_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.pushover_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.pushover_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.pushover_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.pushover_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.pushover_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.pushover_configs[].messagebodystring
Receiver.pushover_configs[].monospacebodyboolean
Receiver.pushover_configs[].prioritybodystring
Receiver.pushover_configs[].retrybodyinteger
Receiver.pushover_configs[].soundbodystring
Receiver.pushover_configs[].titlebodystring
Receiver.pushover_configs[].tokenbodyany
Receiver.pushover_configs[].token_filebodystring
Receiver.pushover_configs[].ttlbodyinteger
Receiver.pushover_configs[].urlbodystring
Receiver.pushover_configs[].url_titlebodystring
Receiver.pushover_configs[].user_keybodyany
Receiver.pushover_configs[].user_key_filebodystring
Receiver.rocketchat_configsbodyo11y.RocketchatConfig[]
Receiver.rocketchat_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.rocketchat_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.rocketchat_configs[].actionsbodyo11y.RocketchatAttachmentAction[]
Receiver.rocketchat_configs[].actions[].image_urlbodystring
Receiver.rocketchat_configs[].actions[].is_webviewbodyboolean
Receiver.rocketchat_configs[].actions[].msgbodystring
Receiver.rocketchat_configs[].actions[].msg_in_chat_windowbodyboolean
Receiver.rocketchat_configs[].actions[].msg_processing_typebodystring
Receiver.rocketchat_configs[].actions[].textbodystring
Receiver.rocketchat_configs[].actions[].typebodystring
Receiver.rocketchat_configs[].actions[].urlbodystring
Receiver.rocketchat_configs[].actions[].webview_height_ratiobodystring
Receiver.rocketchat_configs[].api_urlbodyany
Receiver.rocketchat_configs[].channelbodystringRocketChat channel override, (like #other-channel or @username).
Receiver.rocketchat_configs[].colorbodystring
Receiver.rocketchat_configs[].emojibodystring
Receiver.rocketchat_configs[].fieldsbodyo11y.RocketchatAttachmentField[]
Receiver.rocketchat_configs[].fields[].shortbodyboolean
Receiver.rocketchat_configs[].fields[].titlebodystring
Receiver.rocketchat_configs[].fields[].valuebodystring
Receiver.rocketchat_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.rocketchat_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.rocketchat_configs[].http_config.authorization.credentialsbodyany
Receiver.rocketchat_configs[].http_config.authorization.credentials_filebodystring
Receiver.rocketchat_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.rocketchat_configs[].http_config.authorization.typebodystring
Receiver.rocketchat_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.rocketchat_configs[].http_config.basic_auth.passwordbodyany
Receiver.rocketchat_configs[].http_config.basic_auth.password_filebodystring
Receiver.rocketchat_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.rocketchat_configs[].http_config.basic_auth.usernamebodystring
Receiver.rocketchat_configs[].http_config.basic_auth.username_filebodystring
Receiver.rocketchat_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.rocketchat_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.rocketchat_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.rocketchat_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.rocketchat_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.rocketchat_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.rocketchat_configs[].http_config.no_proxybodystring
Receiver.rocketchat_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.rocketchat_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.rocketchat_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.rocketchat_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.rocketchat_configs[].http_config.oauth2.claims.*bodyobject
Receiver.rocketchat_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.rocketchat_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.rocketchat_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.rocketchat_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.rocketchat_configs[].http_config.oauth2.client_idbodystring
Receiver.rocketchat_configs[].http_config.oauth2.client_secretbodyany
Receiver.rocketchat_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.rocketchat_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.rocketchat_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.rocketchat_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.rocketchat_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.rocketchat_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.rocketchat_configs[].http_config.oauth2.no_proxybodystring
Receiver.rocketchat_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.rocketchat_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.rocketchat_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.rocketchat_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.rocketchat_configs[].http_config.oauth2.scopesbodystring[]
Receiver.rocketchat_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.rocketchat_configs[].http_config.oauth2.token_urlbodystring
Receiver.rocketchat_configs[].http_config.proxy_connect_headerbodyobject
Receiver.rocketchat_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.rocketchat_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.rocketchat_configs[].http_config.proxy_urlbodyany
Receiver.rocketchat_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.rocketchat_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.rocketchat_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.rocketchat_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.rocketchat_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.rocketchat_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.rocketchat_configs[].icon_urlbodystring
Receiver.rocketchat_configs[].image_urlbodystring
Receiver.rocketchat_configs[].link_namesbodyboolean
Receiver.rocketchat_configs[].short_fieldsbodyboolean
Receiver.rocketchat_configs[].textbodystring
Receiver.rocketchat_configs[].thumb_urlbodystring
Receiver.rocketchat_configs[].titlebodystring
Receiver.rocketchat_configs[].title_linkbodystring
Receiver.rocketchat_configs[].tokenbodyany
Receiver.rocketchat_configs[].token_filebodystring
Receiver.rocketchat_configs[].token_idbodyany
Receiver.rocketchat_configs[].token_id_filebodystring
Receiver.slack_configsbodyo11y.SlackConfig[]
Receiver.slack_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.slack_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.slack_configs[].actionsbodyo11y.SlackAction[]
Receiver.slack_configs[].actions[].confirmbodyo11y.SlackConfirmationField
Receiver.slack_configs[].actions[].confirm.dismiss_textbodystring
Receiver.slack_configs[].actions[].confirm.ok_textbodystring
Receiver.slack_configs[].actions[].confirm.textbodystring
Receiver.slack_configs[].actions[].confirm.titlebodystring
Receiver.slack_configs[].actions[].namebodystring
Receiver.slack_configs[].actions[].stylebodystring
Receiver.slack_configs[].actions[].textbodystring
Receiver.slack_configs[].actions[].typebodystring
Receiver.slack_configs[].actions[].urlbodystring
Receiver.slack_configs[].actions[].valuebodystring
Receiver.slack_configs[].api_urlbodyany
Receiver.slack_configs[].api_url_filebodystring
Receiver.slack_configs[].app_tokenbodyany
Receiver.slack_configs[].app_token_filebodystring
Receiver.slack_configs[].app_urlbodyany
Receiver.slack_configs[].callback_idbodystring
Receiver.slack_configs[].channelbodystringSlack channel override, (like #other-channel or @username).
Receiver.slack_configs[].colorbodystring
Receiver.slack_configs[].fallbackbodystring
Receiver.slack_configs[].fieldsbodyo11y.SlackField[]
Receiver.slack_configs[].fields[].shortbodyboolean
Receiver.slack_configs[].fields[].titlebodystring
Receiver.slack_configs[].fields[].valuebodystring
Receiver.slack_configs[].footerbodystring
Receiver.slack_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.slack_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.slack_configs[].http_config.authorization.credentialsbodyany
Receiver.slack_configs[].http_config.authorization.credentials_filebodystring
Receiver.slack_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.slack_configs[].http_config.authorization.typebodystring
Receiver.slack_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.slack_configs[].http_config.basic_auth.passwordbodyany
Receiver.slack_configs[].http_config.basic_auth.password_filebodystring
Receiver.slack_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.slack_configs[].http_config.basic_auth.usernamebodystring
Receiver.slack_configs[].http_config.basic_auth.username_filebodystring
Receiver.slack_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.slack_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.slack_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.slack_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.slack_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.slack_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.slack_configs[].http_config.no_proxybodystring
Receiver.slack_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.slack_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.slack_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.slack_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.slack_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.slack_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.slack_configs[].http_config.oauth2.claims.*bodyobject
Receiver.slack_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.slack_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.slack_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.slack_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.slack_configs[].http_config.oauth2.client_idbodystring
Receiver.slack_configs[].http_config.oauth2.client_secretbodyany
Receiver.slack_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.slack_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.slack_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.slack_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.slack_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.slack_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.slack_configs[].http_config.oauth2.no_proxybodystring
Receiver.slack_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.slack_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.slack_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.slack_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.slack_configs[].http_config.oauth2.scopesbodystring[]
Receiver.slack_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.slack_configs[].http_config.oauth2.token_urlbodystring
Receiver.slack_configs[].http_config.proxy_connect_headerbodyobject
Receiver.slack_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.slack_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.slack_configs[].http_config.proxy_urlbodyany
Receiver.slack_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.slack_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.slack_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.slack_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.slack_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.slack_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.slack_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.slack_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.slack_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.slack_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.slack_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.slack_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.slack_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.slack_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.slack_configs[].icon_emojibodystring
Receiver.slack_configs[].icon_urlbodystring
Receiver.slack_configs[].image_urlbodystring
Receiver.slack_configs[].link_namesbodyboolean
Receiver.slack_configs[].message_textbodystring
Receiver.slack_configs[].mrkdwn_inbodystring[]
Receiver.slack_configs[].pretextbodystring
Receiver.slack_configs[].short_fieldsbodyboolean
Receiver.slack_configs[].textbodystring
Receiver.slack_configs[].thumb_urlbodystring
Receiver.slack_configs[].timeoutbodyintegerTimeout is the maximum time allowed to invoke the slack.
Receiver.slack_configs[].titlebodystring
Receiver.slack_configs[].title_linkbodystring
Receiver.slack_configs[].usernamebodystring
Receiver.sns_configsbodyo11y.SNSConfig[]
Receiver.sns_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.sns_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.sns_configs[].api_urlbodystring
Receiver.sns_configs[].attributesbodyobject
Receiver.sns_configs[].attributes.*bodystring
Receiver.sns_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.sns_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.sns_configs[].http_config.authorization.credentialsbodyany
Receiver.sns_configs[].http_config.authorization.credentials_filebodystring
Receiver.sns_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.sns_configs[].http_config.authorization.typebodystring
Receiver.sns_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.sns_configs[].http_config.basic_auth.passwordbodyany
Receiver.sns_configs[].http_config.basic_auth.password_filebodystring
Receiver.sns_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.sns_configs[].http_config.basic_auth.usernamebodystring
Receiver.sns_configs[].http_config.basic_auth.username_filebodystring
Receiver.sns_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.sns_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.sns_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.sns_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.sns_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.sns_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.sns_configs[].http_config.no_proxybodystring
Receiver.sns_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.sns_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.sns_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.sns_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.sns_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.sns_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.sns_configs[].http_config.oauth2.claims.*bodyobject
Receiver.sns_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.sns_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.sns_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.sns_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.sns_configs[].http_config.oauth2.client_idbodystring
Receiver.sns_configs[].http_config.oauth2.client_secretbodyany
Receiver.sns_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.sns_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.sns_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.sns_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.sns_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.sns_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.sns_configs[].http_config.oauth2.no_proxybodystring
Receiver.sns_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.sns_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.sns_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.sns_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.sns_configs[].http_config.oauth2.scopesbodystring[]
Receiver.sns_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.sns_configs[].http_config.oauth2.token_urlbodystring
Receiver.sns_configs[].http_config.proxy_connect_headerbodyobject
Receiver.sns_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.sns_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.sns_configs[].http_config.proxy_urlbodyany
Receiver.sns_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.sns_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.sns_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.sns_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.sns_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.sns_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.sns_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.sns_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.sns_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.sns_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.sns_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.sns_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.sns_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.sns_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.sns_configs[].messagebodystring
Receiver.sns_configs[].phone_numberbodystring
Receiver.sns_configs[].sigv4bodyo11y.SigV4Config
Receiver.sns_configs[].sigv4.AccessKeybodystring
Receiver.sns_configs[].sigv4.ExternalIDbodystring
Receiver.sns_configs[].sigv4.Profilebodystring
Receiver.sns_configs[].sigv4.Regionbodystring
Receiver.sns_configs[].sigv4.RoleARNbodystring
Receiver.sns_configs[].sigv4.SecretKeybodyany
Receiver.sns_configs[].sigv4.ServiceNamebodystring
Receiver.sns_configs[].sigv4.UseFIPSSTSEndpointbodyboolean
Receiver.sns_configs[].subjectbodystring
Receiver.sns_configs[].target_arnbodystring
Receiver.sns_configs[].topic_arnbodystring
Receiver.telegram_configsbodyo11y.TelegramConfig[]
Receiver.telegram_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.telegram_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.telegram_configs[].api_urlbodyany
Receiver.telegram_configs[].chatbodyinteger
Receiver.telegram_configs[].chat_filebodystring
Receiver.telegram_configs[].disable_notificationsbodyboolean
Receiver.telegram_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.telegram_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.telegram_configs[].http_config.authorization.credentialsbodyany
Receiver.telegram_configs[].http_config.authorization.credentials_filebodystring
Receiver.telegram_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.telegram_configs[].http_config.authorization.typebodystring
Receiver.telegram_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.telegram_configs[].http_config.basic_auth.passwordbodyany
Receiver.telegram_configs[].http_config.basic_auth.password_filebodystring
Receiver.telegram_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.telegram_configs[].http_config.basic_auth.usernamebodystring
Receiver.telegram_configs[].http_config.basic_auth.username_filebodystring
Receiver.telegram_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.telegram_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.telegram_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.telegram_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.telegram_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.telegram_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.telegram_configs[].http_config.no_proxybodystring
Receiver.telegram_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.telegram_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.telegram_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.telegram_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.telegram_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.telegram_configs[].http_config.oauth2.claims.*bodyobject
Receiver.telegram_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.telegram_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.telegram_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.telegram_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.telegram_configs[].http_config.oauth2.client_idbodystring
Receiver.telegram_configs[].http_config.oauth2.client_secretbodyany
Receiver.telegram_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.telegram_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.telegram_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.telegram_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.telegram_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.telegram_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.telegram_configs[].http_config.oauth2.no_proxybodystring
Receiver.telegram_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.telegram_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.telegram_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.telegram_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.telegram_configs[].http_config.oauth2.scopesbodystring[]
Receiver.telegram_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.telegram_configs[].http_config.oauth2.token_urlbodystring
Receiver.telegram_configs[].http_config.proxy_connect_headerbodyobject
Receiver.telegram_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.telegram_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.telegram_configs[].http_config.proxy_urlbodyany
Receiver.telegram_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.telegram_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.telegram_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.telegram_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.telegram_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.telegram_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.telegram_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.telegram_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.telegram_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.telegram_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.telegram_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.telegram_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.telegram_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.telegram_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.telegram_configs[].messagebodystring
Receiver.telegram_configs[].message_thread_idbodyinteger
Receiver.telegram_configs[].parse_modebodystring
Receiver.telegram_configs[].tokenbodyany
Receiver.telegram_configs[].token_filebodystring
Receiver.victorops_configsbodyo11y.VictorOpsConfig[]
Receiver.victorops_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.victorops_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.victorops_configs[].api_keybodyany
Receiver.victorops_configs[].api_key_filebodystring
Receiver.victorops_configs[].api_urlbodyany
Receiver.victorops_configs[].custom_fieldsbodyobject
Receiver.victorops_configs[].custom_fields.*bodystring
Receiver.victorops_configs[].entity_display_namebodystring
Receiver.victorops_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.victorops_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.victorops_configs[].http_config.authorization.credentialsbodyany
Receiver.victorops_configs[].http_config.authorization.credentials_filebodystring
Receiver.victorops_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.victorops_configs[].http_config.authorization.typebodystring
Receiver.victorops_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.victorops_configs[].http_config.basic_auth.passwordbodyany
Receiver.victorops_configs[].http_config.basic_auth.password_filebodystring
Receiver.victorops_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.victorops_configs[].http_config.basic_auth.usernamebodystring
Receiver.victorops_configs[].http_config.basic_auth.username_filebodystring
Receiver.victorops_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.victorops_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.victorops_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.victorops_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.victorops_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.victorops_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.victorops_configs[].http_config.no_proxybodystring
Receiver.victorops_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.victorops_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.victorops_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.victorops_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.victorops_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.victorops_configs[].http_config.oauth2.claims.*bodyobject
Receiver.victorops_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.victorops_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.victorops_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.victorops_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.victorops_configs[].http_config.oauth2.client_idbodystring
Receiver.victorops_configs[].http_config.oauth2.client_secretbodyany
Receiver.victorops_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.victorops_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.victorops_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.victorops_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.victorops_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.victorops_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.victorops_configs[].http_config.oauth2.no_proxybodystring
Receiver.victorops_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.victorops_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.victorops_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.victorops_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.victorops_configs[].http_config.oauth2.scopesbodystring[]
Receiver.victorops_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.victorops_configs[].http_config.oauth2.token_urlbodystring
Receiver.victorops_configs[].http_config.proxy_connect_headerbodyobject
Receiver.victorops_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.victorops_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.victorops_configs[].http_config.proxy_urlbodyany
Receiver.victorops_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.victorops_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.victorops_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.victorops_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.victorops_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.victorops_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.victorops_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.victorops_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.victorops_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.victorops_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.victorops_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.victorops_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.victorops_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.victorops_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.victorops_configs[].message_typebodystring
Receiver.victorops_configs[].monitoring_toolbodystring
Receiver.victorops_configs[].routing_keybodystring
Receiver.victorops_configs[].state_messagebodystring
Receiver.webex_configsbodyo11y.WebexConfig[]
Receiver.webex_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.webex_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.webex_configs[].api_urlbodyany
Receiver.webex_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.webex_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.webex_configs[].http_config.authorization.credentialsbodyany
Receiver.webex_configs[].http_config.authorization.credentials_filebodystring
Receiver.webex_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.webex_configs[].http_config.authorization.typebodystring
Receiver.webex_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.webex_configs[].http_config.basic_auth.passwordbodyany
Receiver.webex_configs[].http_config.basic_auth.password_filebodystring
Receiver.webex_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.webex_configs[].http_config.basic_auth.usernamebodystring
Receiver.webex_configs[].http_config.basic_auth.username_filebodystring
Receiver.webex_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.webex_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.webex_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.webex_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.webex_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.webex_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.webex_configs[].http_config.no_proxybodystring
Receiver.webex_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.webex_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.webex_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.webex_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.webex_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.webex_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.webex_configs[].http_config.oauth2.claims.*bodyobject
Receiver.webex_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.webex_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.webex_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.webex_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.webex_configs[].http_config.oauth2.client_idbodystring
Receiver.webex_configs[].http_config.oauth2.client_secretbodyany
Receiver.webex_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.webex_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.webex_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.webex_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.webex_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.webex_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.webex_configs[].http_config.oauth2.no_proxybodystring
Receiver.webex_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.webex_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.webex_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.webex_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.webex_configs[].http_config.oauth2.scopesbodystring[]
Receiver.webex_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.webex_configs[].http_config.oauth2.token_urlbodystring
Receiver.webex_configs[].http_config.proxy_connect_headerbodyobject
Receiver.webex_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.webex_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.webex_configs[].http_config.proxy_urlbodyany
Receiver.webex_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.webex_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.webex_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.webex_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.webex_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.webex_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.webex_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.webex_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.webex_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.webex_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.webex_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.webex_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.webex_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.webex_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.webex_configs[].messagebodystring
Receiver.webex_configs[].room_idbodystring
Receiver.webhook_configsbodyo11y.WebhookConfig[]
Receiver.webhook_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.webhook_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.webhook_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.webhook_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.webhook_configs[].http_config.authorization.credentialsbodyany
Receiver.webhook_configs[].http_config.authorization.credentials_filebodystring
Receiver.webhook_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.webhook_configs[].http_config.authorization.typebodystring
Receiver.webhook_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.webhook_configs[].http_config.basic_auth.passwordbodyany
Receiver.webhook_configs[].http_config.basic_auth.password_filebodystring
Receiver.webhook_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.webhook_configs[].http_config.basic_auth.usernamebodystring
Receiver.webhook_configs[].http_config.basic_auth.username_filebodystring
Receiver.webhook_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.webhook_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.webhook_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.webhook_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.webhook_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.webhook_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.webhook_configs[].http_config.no_proxybodystring
Receiver.webhook_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.webhook_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.webhook_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.webhook_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.webhook_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.webhook_configs[].http_config.oauth2.claims.*bodyobject
Receiver.webhook_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.webhook_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.webhook_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.webhook_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.webhook_configs[].http_config.oauth2.client_idbodystring
Receiver.webhook_configs[].http_config.oauth2.client_secretbodyany
Receiver.webhook_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.webhook_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.webhook_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.webhook_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.webhook_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.webhook_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.webhook_configs[].http_config.oauth2.no_proxybodystring
Receiver.webhook_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.webhook_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.webhook_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.webhook_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.webhook_configs[].http_config.oauth2.scopesbodystring[]
Receiver.webhook_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.webhook_configs[].http_config.oauth2.token_urlbodystring
Receiver.webhook_configs[].http_config.proxy_connect_headerbodyobject
Receiver.webhook_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.webhook_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.webhook_configs[].http_config.proxy_urlbodyany
Receiver.webhook_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.webhook_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.webhook_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.webhook_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.webhook_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.webhook_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.webhook_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.webhook_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.webhook_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.webhook_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.webhook_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.webhook_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.webhook_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.webhook_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.webhook_configs[].max_alertsbodyintegerMaxAlerts is the maximum number of alerts to be sent per webhook message. Alerts exceeding this threshold will be truncated.
Receiver.webhook_configs[].timeoutbodyintegerTimeout is the maximum time allowed to invoke the webhook.
Receiver.webhook_configs[].urlbodyanyURL to send POST request to.
Receiver.webhook_configs[].url_filebodystring
Receiver.wechat_configsbodyo11y.WechatConfig[]
Receiver.wechat_configs[].NotifierConfigbodyo11y.NotifierConfig
Receiver.wechat_configs[].NotifierConfig.send_resolvedbodyboolean
Receiver.wechat_configs[].agent_idbodystring
Receiver.wechat_configs[].api_secretbodyany
Receiver.wechat_configs[].api_secret_filebodystring
Receiver.wechat_configs[].api_urlbodyany
Receiver.wechat_configs[].corp_idbodystring
Receiver.wechat_configs[].http_configbodyo11y.HTTPClientConfig
Receiver.wechat_configs[].http_config.authorizationbodyo11y.Authorization
Receiver.wechat_configs[].http_config.authorization.credentialsbodyany
Receiver.wechat_configs[].http_config.authorization.credentials_filebodystring
Receiver.wechat_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
Receiver.wechat_configs[].http_config.authorization.typebodystring
Receiver.wechat_configs[].http_config.basic_authbodyo11y.BasicAuth
Receiver.wechat_configs[].http_config.basic_auth.passwordbodyany
Receiver.wechat_configs[].http_config.basic_auth.password_filebodystring
Receiver.wechat_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
Receiver.wechat_configs[].http_config.basic_auth.usernamebodystring
Receiver.wechat_configs[].http_config.basic_auth.username_filebodystring
Receiver.wechat_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
Receiver.wechat_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
Receiver.wechat_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
Receiver.wechat_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
Receiver.wechat_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
Receiver.wechat_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
Receiver.wechat_configs[].http_config.no_proxybodystring
Receiver.wechat_configs[].http_config.oauth2bodyo11y.OAuth2
Receiver.wechat_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
Receiver.wechat_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
Receiver.wechat_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
Receiver.wechat_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
Receiver.wechat_configs[].http_config.oauth2.claims.*bodyobject
Receiver.wechat_configs[].http_config.oauth2.client_certificate_keybodyany
Receiver.wechat_configs[].http_config.oauth2.client_certificate_key_filebodystring
Receiver.wechat_configs[].http_config.oauth2.client_certificate_key_idbodystring
Receiver.wechat_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
Receiver.wechat_configs[].http_config.oauth2.client_idbodystring
Receiver.wechat_configs[].http_config.oauth2.client_secretbodyany
Receiver.wechat_configs[].http_config.oauth2.client_secret_filebodystring
Receiver.wechat_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
Receiver.wechat_configs[].http_config.oauth2.endpoint_paramsbodyobject
Receiver.wechat_configs[].http_config.oauth2.endpoint_params.*bodystring
Receiver.wechat_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
Receiver.wechat_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
Receiver.wechat_configs[].http_config.oauth2.no_proxybodystring
Receiver.wechat_configs[].http_config.oauth2.proxy_connect_headerbodyobject
Receiver.wechat_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
Receiver.wechat_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
Receiver.wechat_configs[].http_config.oauth2.proxy_urlbodyany
Receiver.wechat_configs[].http_config.oauth2.scopesbodystring[]
Receiver.wechat_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
Receiver.wechat_configs[].http_config.oauth2.token_urlbodystring
Receiver.wechat_configs[].http_config.proxy_connect_headerbodyobject
Receiver.wechat_configs[].http_config.proxy_connect_header.*bodyany[]
Receiver.wechat_configs[].http_config.proxy_from_environmentbodyboolean
Receiver.wechat_configs[].http_config.proxy_urlbodyany
Receiver.wechat_configs[].http_config.tls_configbodyo11y.TLSConfig
Receiver.wechat_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
Receiver.wechat_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
Receiver.wechat_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
Receiver.wechat_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
Receiver.wechat_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
Receiver.wechat_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
Receiver.wechat_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
Receiver.wechat_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
Receiver.wechat_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
Receiver.wechat_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
Receiver.wechat_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
Receiver.wechat_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
Receiver.wechat_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
Receiver.wechat_configs[].messagebodystring
Receiver.wechat_configs[].message_typebodystring
Receiver.wechat_configs[].to_partybodystring
Receiver.wechat_configs[].to_tagbodystring
Receiver.wechat_configs[].to_userbodystring
googlechat_configsbodyo11y.GoogleChatReceiverConfig[]
googlechat_configs[].NotifierConfigbodyo11y.NotifierConfig
googlechat_configs[].NotifierConfig.send_resolvedbodyboolean
googlechat_configs[].http_configbodyo11y.HTTPClientConfig
googlechat_configs[].http_config.authorizationbodyo11y.Authorization
googlechat_configs[].http_config.authorization.credentialsbodyany
googlechat_configs[].http_config.authorization.credentials_filebodystring
googlechat_configs[].http_config.authorization.credentials_refbodystringCredentialsRef is the name of the secret within the secret manager to use as credentials.
googlechat_configs[].http_config.authorization.typebodystring
googlechat_configs[].http_config.basic_authbodyo11y.BasicAuth
googlechat_configs[].http_config.basic_auth.passwordbodyany
googlechat_configs[].http_config.basic_auth.password_filebodystring
googlechat_configs[].http_config.basic_auth.password_refbodystringPasswordRef is the name of the secret within the secret manager to use as the password.
googlechat_configs[].http_config.basic_auth.usernamebodystring
googlechat_configs[].http_config.basic_auth.username_filebodystring
googlechat_configs[].http_config.basic_auth.username_refbodystringUsernameRef is the name of the secret within the secret manager to use as the username.
googlechat_configs[].http_config.bearer_tokenbodyanyThe bearer token for the targets.
googlechat_configs[].http_config.bearer_token_filebodystringThe bearer token file for the targets.
googlechat_configs[].http_config.enable_http2bodybooleanEnableHTTP2 specifies whether the client should configure HTTP2.
googlechat_configs[].http_config.follow_redirectsbodybooleanFollowRedirects specifies whether the client should follow HTTP 3xx redirects.
googlechat_configs[].http_config.http_headersbodyanyHTTPHeaders specify headers to inject in the requests.
googlechat_configs[].http_config.no_proxybodystring
googlechat_configs[].http_config.oauth2bodyo11y.OAuth2
googlechat_configs[].http_config.oauth2.TLSConfigbodyo11y.TLSConfig
googlechat_configs[].http_config.oauth2.TLSConfig.cabodystringText of the CA cert to use for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.ca_filebodystringThe CA cert to use for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.certbodystringText of the client cert file for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.cert_filebodystringThe client cert file for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.insecure_skip_verifybodybooleanDisable target certificate validation.
googlechat_configs[].http_config.oauth2.TLSConfig.keybodyanyText of the client key file for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.key_filebodystringThe client key file for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
googlechat_configs[].http_config.oauth2.TLSConfig.max_versionbodyanyMaximum TLS version.
googlechat_configs[].http_config.oauth2.TLSConfig.min_versionbodyanyMinimum TLS version.
googlechat_configs[].http_config.oauth2.TLSConfig.server_namebodystringUsed to verify the hostname for the targets.
googlechat_configs[].http_config.oauth2.audiencebodystringAudience optionally specifies the intended audience of the request. If empty, the value of TokenURL is used as the intended audience.
googlechat_configs[].http_config.oauth2.claimsbodyobjectClaims is a map of claims to be added to the JWT token.
googlechat_configs[].http_config.oauth2.claims.*bodyobject
googlechat_configs[].http_config.oauth2.client_certificate_keybodyany
googlechat_configs[].http_config.oauth2.client_certificate_key_filebodystring
googlechat_configs[].http_config.oauth2.client_certificate_key_idbodystring
googlechat_configs[].http_config.oauth2.client_certificate_key_refbodystringClientCertificateKeyRef is the name of the secret within the secret manager to use as the client secret.
googlechat_configs[].http_config.oauth2.client_idbodystring
googlechat_configs[].http_config.oauth2.client_secretbodyany
googlechat_configs[].http_config.oauth2.client_secret_filebodystring
googlechat_configs[].http_config.oauth2.client_secret_refbodystringClientSecretRef is the name of the secret within the secret manager to use as the client secret.
googlechat_configs[].http_config.oauth2.endpoint_paramsbodyobject
googlechat_configs[].http_config.oauth2.endpoint_params.*bodystring
googlechat_configs[].http_config.oauth2.grant_typebodystringGrantType is the OAuth2 grant type to use. It can be one of "client_credentials" or "urn:ietf:params:oauth:grant-type:jwt-bearer" (RFC 7523).
googlechat_configs[].http_config.oauth2.issbodystringIss is the OAuth client identifier used when communicating with the configured OAuth provider. Default value is client_id.
googlechat_configs[].http_config.oauth2.no_proxybodystring
googlechat_configs[].http_config.oauth2.proxy_connect_headerbodyobject
googlechat_configs[].http_config.oauth2.proxy_connect_header.*bodyany[]
googlechat_configs[].http_config.oauth2.proxy_from_environmentbodyboolean
googlechat_configs[].http_config.oauth2.proxy_urlbodyany
googlechat_configs[].http_config.oauth2.scopesbodystring[]
googlechat_configs[].http_config.oauth2.signature_algorithmbodystringSignatureAlgorithm is the RSA algorithm used to sign JWT token. Only used if GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
googlechat_configs[].http_config.oauth2.token_urlbodystring
googlechat_configs[].http_config.proxy_connect_headerbodyobject
googlechat_configs[].http_config.proxy_connect_header.*bodyany[]
googlechat_configs[].http_config.proxy_from_environmentbodyboolean
googlechat_configs[].http_config.proxy_urlbodyany
googlechat_configs[].http_config.tls_configbodyo11y.TLSConfig
googlechat_configs[].http_config.tls_config.cabodystringText of the CA cert to use for the targets.
googlechat_configs[].http_config.tls_config.ca_filebodystringThe CA cert to use for the targets.
googlechat_configs[].http_config.tls_config.ca_refbodystringCARef is the name of the secret within the secret manager to use as the CA cert for the targets.
googlechat_configs[].http_config.tls_config.certbodystringText of the client cert file for the targets.
googlechat_configs[].http_config.tls_config.cert_filebodystringThe client cert file for the targets.
googlechat_configs[].http_config.tls_config.cert_refbodystringCertRef is the name of the secret within the secret manager to use as the client cert for the targets.
googlechat_configs[].http_config.tls_config.insecure_skip_verifybodybooleanDisable target certificate validation.
googlechat_configs[].http_config.tls_config.keybodyanyText of the client key file for the targets.
googlechat_configs[].http_config.tls_config.key_filebodystringThe client key file for the targets.
googlechat_configs[].http_config.tls_config.key_refbodystringKeyRef is the name of the secret within the secret manager to use as the client key for the targets.
googlechat_configs[].http_config.tls_config.max_versionbodyanyMaximum TLS version.
googlechat_configs[].http_config.tls_config.min_versionbodyanyMinimum TLS version.
googlechat_configs[].http_config.tls_config.server_namebodystringUsed to verify the hostname for the targets.
googlechat_configs[].textbodystring
googlechat_configs[].titlebodystring
googlechat_configs[].webhook_urlbodyany

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y testChannel

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page