Status

Status related operations

Fetches the status of the Replication Server.

get
/status
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Status was fetched successfully

application/json
connected_clientsinteger · uint64Required

Current number of clients served (excluding PersistenceClients and Simulators).

memory_limitinteger · int64Required

Target memory limit for the process.

memory_usedinteger · int64Required

Current memory usage of the process (can be higher than MemoryLimit).

get
/status

Health check endpoint for the Replication Server.

get
/health
Authorizations
AuthorizationstringRequired
Responses
chevron-right
200

Health check was successful

text/html
stringOptionalExample: OK
get
/health

Last updated

Was this helpful?