get_mqtt_client
Retrieve detailed information about a specific MQTT client using its client ID to monitor and manage connections on the EMQX MQTT broker.
Instructions
Get detailed information about a specific MQTT client by client ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"title": "request",
"type": "string"
}
},
"required": [
"request"
],
"title": "get_client_infoArguments",
"type": "object"
}