Zerto Virtual Replication APIs : Alerts API
  
Alerts API
/v1/alerts returns information about alerts and dismisses or undismisses a specific alert. The following API are available:
https://zvm_ip:port/v1/alerts – GET Methods
https://zvm_ip:port/v1/alerts – POST Methods
Purpose
Method
URI
Information for all alerts
GET
https://zvm_ip:port/v1/alerts
Information for one alert
GET
https://zvm_ip:port/v1/alerts/{alertId}
Valid values for alert entities
GET
https://zvm_ip:port/v1/alerts/entities
Valid values for alert help identifiers
GET
https://zvm_ip:port/v1/alerts/helpidentifiers
Valid values for alert levels
GET
https://zvm_ip:port/v1/alerts/levels
Dismisses an alert
POST
https://zvm_ip:port/v1/alerts/{alertId}/dismiss
Undismisses an alert
POST
https://zvm_ip:port/v1/alerts/{alertId}undismiss
HTTP Methods
GET, POST
Security
The API is exposed over HTTPS. Client code must use the x-zerto-session HTTP authorization header.
See Also
Starting a session: https://zvm_ip:port/v1/session – POST Method
Format
Json, XML