Skip to content

Instantly share code, notes, and snippets.

@elight
Created May 6, 2014 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elight/1333042828016e29885a to your computer and use it in GitHub Desktop.
Save elight/1333042828016e29885a to your computer and use it in GitHub Desktop.
module Fog
module Rackspace
class Monitoring
class Real
def list_entities(options={})
request(
:expects => [200, 203],
:method => 'GET',
:path => 'entities',
:query => options
)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment