Users may want to know if VMware NSX (formerly NSX-T) supports native email alerts or notifications to confirm the success or failure of a scheduled management plane backup. Currently, while backups can be automated, there is no visible toggle within the UI to input SMTP settings for direct status reports.
VMware NSX
The built-in backup scheduler in the NSX Manager is designed to execute the file transfer to a remote SFTP/HTTP server but does not include a native SMTP (email) engine. The system logs the outcome internally but lacks a built-in mechanism to push those specific status logs to an email address automatically.
Currently, backup status must be monitored via the NSX Manager UI or through external integration. To manage this, follow these approaches:
Manual Verification: Navigate to System > Lifecycle Management > Backup & Restore in the NSX Manager console to view the "Last Backup Status."
Log Forwarding (Recommended): Configure NSX to forward Syslog data to a log management tool (such as VMware Aria Operations for Logs or Splunk). You can then create an alert rule in that tool to email you whenever a "Backup Failed" or "Backup Successful" string is detected in the logs.
API Monitoring: Use the NSX API to programmatically check backup status. A simple script can be scheduled to query GET /api/v1/cluster/backups/history and send an email based on the JSON response.
For detailed steps on how to configure the initial backup schedule and file servers, please refer to the official Broadcom documentation: Backing Up and Restoring the NSX Manager