When that same durable goes offline, is_offline is be set to true. Although the client is possibly no longer connected (and would not appear in the clientsz endpoint), the client_id field is still displayed here.
HTTP/1.1 200 OK
Date: Wed, 24 Jun 2020 14:44:24 GMT
Content-Length: 0
If not:
HTTP/1.1 204 No Content
Date: Wed, 24 Jun 2020 14:44:37 GMT
The endpoint reports information about the store.
The endpoint reports more detailed information about the connected clients.
You can control these via URL arguments (limit and offset). For example: .
You can also report detailed subscription information on a per client basis using subs=1. For example: .
You can select a specific client based on its client ID with client=<id>, and get also get detailed statistics with subs=1. For example: .
The endpoint reports the list of channels.
You can control these via URL arguments (limit and offset). For example: .
You can also get the list of subscriptions with subs=1. For example: .
You can select a specific channel based on its name with channel=name. For example: .
And again, you can get detailed subscriptions with subs=1. For example: .
The endpoint indicates, through the HTTP response code, if this server is running as the active server of a fault tolerant (FT) group. If the server is the active server, the HTTP response code returned is 200, otherwise 204 (which indicates either that the server is running as a FT standby server, or simply not running in FT mode).