Checks the status of InfluxDB instance and version of InfluxDB.
Returns:
124 125 126
# File 'lib/influxdb2/client/client.rb', line 124 def ping PingApi.new(options: @options).ping end