mongoc_client_get_server_description - Man Page

Synopsis

mongoc_server_description_t *
mongoc_client_get_server_description (
   mongoc_client_t *client, uint32_t server_id);

Get information about the server specified by server_id​.

Parameters

Returns

A mongoc_server_description_t <> that must be freed with mongoc_server_description_destroy() <>​. If the server is no longer in the topology, returns NULL.

Author

MongoDB, Inc

Info

Sep 04, 2026 2.5.2 libmongoc