list_mqtt_clients
Retrieve a list of active MQTT clients connected to your EMQX cluster for monitoring and management.
Instructions
List MQTT clients connected to your EMQX Cluster
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"title": "request",
"type": "string"
}
},
"required": [
"request"
],
"title": "list_clientsArguments",
"type": "object"
}