Table of Contents

Class MqttBrokerCreateUpdateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Mqtt Broker Info

[DataContract]
public class MqttBrokerCreateUpdateRequest : NamedIdentifiedItem
Inheritance
MqttBrokerCreateUpdateRequest
Inherited Members

Properties

Authentication

Authentication settings of the MQTT broker

[DataMember(Name = "authentication")]
public MqttAuthentication Authentication { get; set; }

Property Value

MqttAuthentication

Host

Host name/IP address where the MQTT broker runs.

[DataMember(Name = "host")]
public string Host { get; set; }

Property Value

string

Port

Host port though which the MQTT broker can be reached.

[DataMember(Name = "port")]
public int Port { get; set; }

Property Value

int

Security

Security settings of the MQTT broker. - API v1.45 Changelog indicated this property is deprecated but it remains documented (2024-04-15)

[DataMember(Name = "security")]
public MqttSecurityCreateUpdateRequest Security { get; set; }

Property Value

MqttSecurityCreateUpdateRequest