Method: Fog::Rackspace::AutoScale::Real#list_webhooks
- Defined in:
- lib/fog/rackspace/requests/auto_scale/list_webhooks.rb
#list_webhooks(group_id, policy_id) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/fog/rackspace/requests/auto_scale/list_webhooks.rb', line 5 def list_webhooks(group_id, policy_id) request( :expects => [200], :method => 'GET', :path => "groups/#{group_id}/policies/#{policy_id}/webhooks" ) end |