NSX-T Data Center REST API

MessagingClientInfo (type)

{
  "id": "MessagingClientInfo",
  "module_id": "ClusterManagement",
  "properties": {
    "account_name": {
      "title": "Account name in messaging client",
      "type": "string"
    },
    "client_type": {
      "enum": [
        "MPA",
        "HOST"
      ],
      "title": "Type of messaging client",
      "type": "string"
    }
  },
  "type": "object"
}