Client Inspection 2.8.0

This plugin provides information about clients connected to the broker. The topic of the plugins control API is $CONTROL/cedalo/inspect/v1.

Currently supported commands offered by the API are listClients for an overview which clients are connected and the getClient command to get detailed information about a specific client.

Operations

  • PUB $CONTROL/cedalo/inspect/v1

    Accepts the following message:

    Request to execute listClients/getClientcontrolRequest
    object
    uid: controlRequestPayload

    Examples

  • SUB $CONTROL/cedalo/inspect/v1/response

    Accepts the following message:

    Response to an executed listClients/getClient requestcontrolResponse
    object
    uid: controlResponsePayload

    Examples

Messages

  • #1Request to execute listClients/getClientcontrolRequest
    object
    uid: controlRequestPayload
  • #2Response to an executed listClients/getClient requestcontrolResponse
    object
    uid: controlResponsePayload

Schemas

  • object
    uid: controlRequestPayload
  • object
    uid: controlResponsePayload
  • correlationData
    string
    uid: correlationData

    This is an optional value to be able to identify the relation between request and response. The plugin will add the provided value in the response message.

      Examples values:
    • "37a6e977-2b4f-4431-83f7-5bd93b35c152"