# File lib/fog/rackspace/requests/cdn_v2/get_ping.rb, line 2
  def get_ping
    request(
      :expects => [204],
      :method  => 'GET',
      :path    => "ping",
      :headers => { :accept => "*/*" }
    )
  end