# File lib/fog/cloudstack/requests/compute/list_alerts.rb, line 9
        def list_alerts(options={})
          options.merge!(
            'command' => 'listAlerts'
          )
          
          request(options)
        end