GET/jack/hubclients
Gets the hub send and receive channels.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
A message with clear information what's going on.
hubClients objectrequired
The current hubclients on the host.
{
"message": "string",
"hubClients": {}
}
Loading...