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
| `databases` | `LIST<STRING>` | Databases for which the status check should run. Providing an empty list runs the status check for all clustered databases on that server, i.e. it does not run on singles or secondaries.
640
+
| `timeoutMilliseconds` | `INTEGER` | How long to allow for replication, before returning it was unsuccessful. Default value is 1000 milliseconds.
| `database` | `STRING` | The database for which a status check entry was replicated.
643
+
| `serverId` | `STRING` | The UUID of the server, which did or did not participate in a successful replication of the status check entry.
644
+
| `serverName` | `STRING` | The friendly name of the server, or its UUID if no name is set.
645
+
| `address` | `STRING` | The address of the Bolt port for the server.
646
+
| `replicationSuccessful` | `BOOLEAN` | Indicates if the server (on which the procedure is run) can replicate a transaction.
647
+
| `memberStatus` | `STRING` | The status of each primary member.
648
+
| `recognisedLeader` | `STRING` | The server id of the perceived leader of each primary member.
649
+
| `recognisedLeaderTerm` | `INTEGER` | The term of the perceived leader of each primary member. If the members report different leaders, the one with the highest term should be trusted.
650
+
| `requester` | `BOOLEAN` | Whether a server is the requester or not.
651
+
| `error` | `STRING` | Contains the error message if one is present. An example of an error is that one or more of the requested databases do not exist on the requester.
0 commit comments