Method: Fog::Compute::StormOnDemand::Real#list_configs

Defined in:
lib/fog/storm_on_demand/requests/compute/list_configs.rb

#list_configs(options = {}) ⇒ Object

[View source]

6
7
8
9
10
11
# File 'lib/fog/storm_on_demand/requests/compute/list_configs.rb', line 6

def list_configs(options = {})
  request(
    :path     => "/storm/config/list",
    :body     => Fog::JSON.encode(options)
  )
end