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