# File lib/fog/monitoring/openstack/requests/get_alarm.rb, line 5
        def get_alarm(id)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "alarms/#{id}"
          )
        end