Zerto Virtual Replication APIs : Alerts API : Alerts: POST
  
Alerts: POST
Dismisses or undismisses a specified alert.
URL
Dismiss alert
https://zvm_ip:port/v1/alerts/{alertId}/dismiss
Undismiss alert
https://zvm_ip:port/v1/alerts/{alertId}/undismiss
Where:
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
alertId
The identifier of the alert for which information is returned or which is dismissed or undismissed
Request Format
The request body is empty.
Response Format
The response body is empty.
XML Response Format
For the XML response format, see “Alerts API XML Response Format”, on page 226.
PowerShell Scripts
For complete PowerShell Scripts, see “Code Samples”, on page 20.