Sha256: 446157763235ea618ce0551a266fe67c55fb8ce3c43e876f88f6639abc327208
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Archive one or more alerts. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/archiveAlerts.html] def archive_alerts(options={}) options.merge!( 'command' => 'archiveAlerts' ) 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/archive_alerts.rb |