I'm using the InfluxDB 2 client for Java, and I was wondering how I would check if the InfluxDB is online and if the given credentials are valid.
In influxdb-java I used the .ping() function, but I can't seem to find such a function for the influxdb-client-java