SaveAlertSmtpConfig
Save or update the global SMTP configuration for email notifications
PUT
/api/v1/alerting/smtp-configOperation ID
SaveAlertSmtpConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
hostStringRequiredSMTP server hostname
Example: smtp.example.com
portIntegerRequiredSMTP server port
Example: 587
encryptionStringRequiredEncryption mode: none, ssl, or starttls
Example: starttls
usernameStringRequiredSMTP authentication username
Example: alerts@example.com
passwordStringRequiredSMTP authentication password
Example: secret
