Add A Media Server To Be Monitored For This Organization

POST {{baseUrl}}/organizations/:organizationId/insight/monitoredMediaServers

Add a media server to be monitored for this organization. Only valid for organizations with Meraki Insight.

Request Body

{"name"=>"<string>", "address"=>"<string>", "bestEffortMonitoringEnabled"=>"<boolean>"}

HEADERS

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

RESPONSES

status: Created

{&quot;id&quot;:&quot;1284392014819&quot;,&quot;name&quot;:&quot;Sample VoIP Provider&quot;,&quot;address&quot;:&quot;123.123.123.1&quot;,&quot;bestEffortMonitoringEnabled&quot;:true}