Method: Fog::Rackspace::AutoScale::Real#get_webhook

Defined in:
lib/fog/rackspace/requests/auto_scale/get_webhook.rb

#get_webhook(group_id, policy_id, webhook_id) ⇒ Object



5
6
7
8
9
10
11
# File 'lib/fog/rackspace/requests/auto_scale/get_webhook.rb', line 5

def get_webhook(group_id, policy_id, webhook_id)
  request(
    :expects => [200],
    :method => 'GET',
    :path => "groups/#{group_id}/policies/#{policy_id}/webhooks/#{webhook_id}"
  )
end