Clients Inspect
Available API Paths
- /api/projects/{projectId}/brokers/{brokerId}/clients-inspect
- /api/projects/{projectId}/brokers/{brokerId}/clients-inspect/{clientId}
/api/projects/{projectId}/brokers/{brokerId}/clients-inspect
The following methods are available for this path:
GET
Get a list of clients currently connected to the broker
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
brokerId | path | string | A broker id |
offset | query | integer | Number of clients to skip. Set to 0 to start at the beginning. |
count | query | integer | Number of clients which should be returned. Set -1 for all entries. |
Responses
Status | Description | Response Content or Scheme |
200 | A list of currently connected clients |
|
401 | Unauthorized request error |
|
403 | Request is not allowed error |
|
404 | Resource is not found error |
|
405 | Method not supported for this resource |
|
500 | Internal server error |
|
/api/projects/{projectId}/brokers/{brokerId}/clients-inspect/{clientId}
The following methods are available for this path:
GET
Gets mroe detailed info about client specified by path id
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
brokerId | path | string | A broker id |
clientId | path | string | A client id |
Responses
Status | Description | Response Content or Scheme |
200 | Detailed client info |
|
401 | Unauthorized request error |
|
403 | Request is not allowed error |
|
404 | Resource is not found error |
|
405 | Method not supported for this resource |
|
500 | Internal server error |
|