# File lib/fog/rackspace/requests/monitoring/list_notifications.rb, line 5 def list_notifications(options={}) request( :expects => [200], :method => 'GET', :path => "notifications", :query => options ) end