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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"1284392014819","name":"Sample VoIP Provider","address":"123.123.123.1","bestEffortMonitoringEnabled":true}