... |
... |
@@ -30,7
+30,7 @@ |
30 |
30 |
|failed_login_count|For each login name, the login cache contains how many times a user made a failed login attempt with that login name. This is the number of login names in that cache.|A non-negative number. |
31 |
31 |
|connect_frontendserver_by_name|Triggers a connection to the frontend server by name.|__Key:__ <serverName>, true/false to trigger reconnect always (no matter if there is a connection) |
32 |
32 |
__Return value:__ true/false |
33 |
|
-|connect_frontendserver_by_id|Triggert eine Verbindung zum Frontend-Servers per ID an.|__Key:__ <serverName>, true/false to trigger reconnect always (no matter if there is a connection) |
|
33 |
+|connect_frontendserver_by_id|Triggers a connection to the frontend server by id.|__Key:__ <serverName>, true/false to trigger reconnect always (no matter if there is a connection) |
34 |
34 |
__Return value:__ true/false |
35 |
35 |
{{/table}} |
36 |
36 |
|
... |
... |
@@ -40,7
+40,7 @@ |
40 |
40 |
|connected|Whether this {{fserver/}} is connected to a {{mserver/}}.|true, false |
41 |
41 |
|failed_login_count|For each login name, the login cache contains how many times a user made a failed login attempt with that login name. This is the number of login names in that cache.|A non-negative number. |
42 |
42 |
|status|The connection status of this {{fserver/}}.|CONNECTED, NOT_CONNECTED, ERROR, RECONNECTING, DISCONNECTING, CONNECTING, AUTHENTICATING, WAIT_FOR_CONNECTION |
43 |
|
-|restart|xxx|None |
|
43 |
+|restart|Triggers a restart of the frontend server.|None |
44 |
44 |
{{/table}} |
45 |
45 |
|
46 |
46 |
== JSON REST API == |