Zerto 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 Body Using Json Format
The request body is empty.
Response In Json Format
The response body is empty.
XML Response Format
For the XML response format, see “Alerts API XML Response Format”, on page 352.
PowerShell Scripts
For complete PowerShell Scripts, see “Examples”, on page 23.