Sha256: 78cf6c9da3d53e8d44768df4e95915102dae13b26b70b13efcf3553f443419b0
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all alerts. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listAlerts.html] def list_alerts(options={}) options.merge!( 'command' => 'listAlerts' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_alerts.rb |