Method: Fog::Orchestration::OpenStack::Real#list_stack_data

Defined in:
lib/fog/orchestration/openstack/requests/list_stack_data.rb

#list_stack_data(options = {}) ⇒ Object



5
6
7
8
9
10
11
12
# File 'lib/fog/orchestration/openstack/requests/list_stack_data.rb', line 5

def list_stack_data(options = {})
  request(
    :method  => 'GET',
    :path    => 'stacks',
    :expects => 200,
    :query   => options
  )
end