Noizu.Weaviate.Api.Cluster (Noizu Weaviate v0.2.0)

Functions for interacting with the Weaviate cluster API.

Summary

Functions

Get cluster statistics.

Functions

Link to this function

get_statistics(options \\ nil)

@spec get_statistics(options :: any()) :: {:ok, any()} | {:error, any()}

Get cluster statistics.

Returns

A tuple {:ok, response} on successful API call, where response is the API response. Returns {:error, term} on failure, where term contains error details.

Examples

{:ok, response} = Noizu.Weaviate.Api.Cluster.get_statistics()