Client Inspect
Available API Paths
- /api/projects/{projectId}/brokers/{brokerId}/client-inspect
 - /api/projects/{projectId}/brokers/{brokerId}/client-inspect/detail
 
/api/projects/{projectId}/brokers/{brokerId}/client-inspect
The following methods are available for this path:
GET Viewer
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}/client-inspect/detail
The following methods are available for this path:
GET Viewer
Get detailed information about connected client
Parameters
| Name | Location | Type | Description | 
|---|---|---|---|
| projectId | path | string | A project id | 
| brokerId | path | string | A broker id | 
| clientid | query | string | A valid client id. URI encoded if necessary. | 
Responses
| Status | Description | Response Content or Scheme | 
| 200 | Detailed client information |  | 
| 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 |  |