MsgClientInfo

MsgClientInfo
MsgClientInfo

Information about a messaging client

JSON Example
{
    "software_version": "string",
    "account_name": "string",
    "certificate": "string",
    "shared_secret": "string"
}
string
software_version
Optional

Software version of the node.

string
account_name
Optional

Account name for the messaging client. Identifies the client on the management plane message bus.

string
certificate
Optional

Messaging client's certificate. Used to authenticate to the control plane messaging endpoint.

string
shared_secret
Optional

Messaging client's secret. Used to authenticate to the management plane messaging broker.