You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/operations-api/clustering.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ _Operation is restricted to super\_user roles only_
17
17
* authorization _(optional)_ - an object or a string which contains the authorization information for the node being added. If it is an object, it should contain `username` and `password` fields. If it is a string, it should use HTTP `Authorization` style credentials
18
18
* retain_authorization _(optional)_ - a boolean which determines if the authorization credentials should be retained/stored and used everytime a connection is made to this node. If `true`, the authorization will be stored on the node record. Generally this should not be used, as mTLS/certificate based authorization is much more secure and safe, and avoids the need for storing credentials. Defaults to `false`.
19
19
* revoked_certificates _(optional)_ - an array of revoked certificates serial numbers. If a certificate is revoked, it will not be accepted for any connections.
20
-
*sharding_(optional)_ - a number which can be used to indicate which shard this node belongs to. This is only needed if you are using sharding.
20
+
*shard_(optional)_ - a number which can be used to indicate which shard this node belongs to. This is only needed if you are using sharding.
21
21
* subscriptions _(optional)_ - The relationship created between nodes. If not provided a fully replicated cluster will be setup. Must be an object array and include `database`, `table`, `subscribe` and `publish`:
22
22
* database - the database to replicate
23
23
* table - the table to replicate
@@ -59,7 +59,7 @@ _Note: will attempt to add the node if it does not exist_
59
59
* operation _(required)_ - must always be `update_node`
60
60
* hostname _(required)_ - the `hostname` of the remote node you are updating
61
61
* revoked_certificates _(optional)_ - an array of revoked certificates serial numbers. If a certificate is revoked, it will not be accepted for any connections.
62
-
*sharding_(optional)_ - a number which can be used to indicate which shard this node belongs to. This is only needed if you are using sharding.
62
+
*shard_(optional)_ - a number which can be used to indicate which shard this node belongs to. This is only needed if you are using sharding.
63
63
* subscriptions _(required)_ - The relationship created between nodes. Must be an object array and include `database`, `table`, `subscribe` and `publish`:
0 commit comments