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
Resource | Operation |
---|---|
/networks/{networkId}/mqttBrokers | create |
Request Body
{"name"=>"<string>", "host"=>"<string>", "port"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"1234","name":"MQTT_Broker_1","host":"1.1.1.1","port":1234}