Sha256: 61a8f2fd5ca41101b7953017d6def53e9f8487413c9fc52c19b564d28cfa808f
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
module Fog module Rackspace class Monitoring class Real def delete_check(entity_id, check_id) request( :expects => [204], :method => 'DELETE', :path => "entities/#{entity_id}/checks/#{check_id}" ) end end end end end
Version data entries
4 entries across 4 versions & 3 rubygems