Get network topology
Return the list of Meilisearch instances currently known to this node (self and remotes).
Authorizations
An API key is a token that you provide when making API calls. Read more about how to secure your project.
Include the API key to the Authorization header, for instance:
If you use a SDK, ensure you instantiate the client with the API key, for instance with JS SDK:
Response
Known nodes are returned.
Network topology configuration for distributed Meilisearch
Map of remote instance names to their configurations
- Pass
nullas a value for a remote to remove it from the configuration. - Removing a remote will also remove it from all shards.
- Remotes that don't appear in this list will be unmodified by the network call.
Map of shard names to their configurations.
- Pass
nullas a value for a shard to remove it from the configuration. - Shards that don't appear in this list will be unmodified by the network call.
Previous shard configurations
This field should not be passed by end-users. It is used in internal communications between Meilisearch instances
Name of this instance in the network
"ms-00"
Name of the leader instance in the network
"ms-00"
Previous remote configurations
This field should not be passed by end-users. It is used in internal communications between Meilisearch instances