Purpose  | Method  | URL  | 
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  |