C SDK Cluster Version

Using the C SDK version 3.3, is there a way to access and retrieve information about the target cluster using sdk APIs, I can access the information using the pools API is there an equivalent in the sdk?

Hi,

do you mean one of these functions described here: Couchbase C Client: Cluster Information ?

Thank you for your response.

Specifically after this “implementationVersion”: “7.1.1-3175-enterprise”. Does the SDK have a function that can give me this information?

The Java SDK has this under. ClusterConfiguration → GLobalConfiguration → version().

The analog in the C SDK would be under Couchbase C Client: Bucket/Cluster Configuration - but there are no details here

That was my first go to strange nothing is there…

Is it nested somewhere else perhaps?