Add An MQTT Broker

POST {{baseUrl}}/networks/:networkId/mqttBrokers

Add an MQTT broker #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| Name of the MQTT broker host| string| Host name/IP address where MQTT broker runs port| integer| Host port though which MQTT broker can be reached

Supports Action Batches

ResourceOperation
/networks/{networkId}/mqttBrokerscreate

Request Body

{"name"=>"<string>", "host"=>"<string>", "port"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;1234&quot;,&quot;name&quot;:&quot;MQTT_Broker_1&quot;,&quot;host&quot;:&quot;1.1.1.1&quot;,&quot;port&quot;:1234}