Method: Fog::Rackspace::AutoScale::Real#execute_anonymous_webhook
- Defined in:
- lib/fog/rackspace/requests/auto_scale/execute_anonymous_webhook.rb
#execute_anonymous_webhook(capability_version, capability_hash) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/fog/rackspace/requests/auto_scale/execute_anonymous_webhook.rb', line 5 def execute_anonymous_webhook(capability_version, capability_hash) request( :expects => [202], :method => 'POST', :path => "execute/#{capability_version}/#{capability_hash}" ) end |