Client Control
Available API Paths
- /api/projects/{projectId}/brokers/{brokerId}/client-control/disconnect
- /api/projects/{projectId}/brokers/{brokerId}/client-control/subscribe
- /api/projects/{projectId}/brokers/{brokerId}/client-control/unsubscribe
/api/projects/{projectId}/brokers/{brokerId}/client-control/disconnect
The following methods are available for this path:
PUT
Disconnect specified broker client
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
brokerId | path | string | A broker id |
Request Body
Name | Location | Type | Description |
body | body | object | Properties:
|
Responses
Status | Description | Response Content or Scheme |
200 | An empty object. | |
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-control/subscribe
The following methods are available for this path:
PUT
Subscribe client to given topic
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
brokerId | path | string | A broker id |
Request Body
Name | Location | Type | Description |
body | body | object | Properties:
|
Responses
Status | Description | Response Content or Scheme |
204 | ||
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-control/unsubscribe
The following methods are available for this path:
PUT
Unsubscribe client from given topic
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
brokerId | path | string | A broker id |
Request Body
Name | Location | Type | Description |
body | body | object | Properties:
|
Responses
Status | Description | Response Content or Scheme |
204 | ||
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 |
|