Update A Monitored Media Server For This Organization
PUT {{baseUrl}}/organizations/:organizationId/insight/monitoredMediaServers/:monitoredMediaServerId
Update a monitored media server 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: OK
{"id":"1284392014819","name":"Sample VoIP Provider","address":"123.123.123.1","bestEffortMonitoringEnabled":true}