Method: Fog::Compute::Cloudstack::Real#list_alerts
- Defined in:
- lib/fog/cloudstack/requests/compute/list_alerts.rb
#list_alerts(options = {}) ⇒ Object
Lists all alerts.
9 10 11 12 13 14 15 |
# File 'lib/fog/cloudstack/requests/compute/list_alerts.rb', line 9 def list_alerts(={}) .merge!( 'command' => 'listAlerts' ) request() end |