I just started a free Influx Cloud db and am looking to connect to it via the c# client library that Influx offers. In the past I have connected to this API using Influx OSS versions and have had no issues. However I cannot seem to connect to the cloud version of influx through the c# API. Is there any documentation specific for connecting to client libraries with the cloud version of influx?
It seems there quite a few differences between the cloud and oss version of influx. When I pass a flux query just requesting the buckets I have on my Influx db, I get a http 405 error, which typically means the server knows what I’m asking for, but is not able to give it to me (can these endpoints be enabled??). I also do not have access to the ping or health endpoints. What endpoints are enabled/disabled on the cloud version of influx? Is the cloud version supposed to be compatible with the C# client library? The documentation for the client library just states version 2.x is compatible, does that include the cloud version? If it is compatible, is there any documentation for how to read data and query using flux?
any information regarding Influx Cloud and the C# client library would be greatly appreciated.