Sha256: b9c6e93ff0a2f3b682cb0c843f8385b95e3cc644120ed21cf196e153eae6dcd7
Contents?: true
Size: 414 Bytes
Versions: 86
Compression:
Stored size: 414 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all alerts. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listAlerts.html] def list_alerts(options={}) options.merge!( 'command' => 'listAlerts' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems