Update The Connectivity Testing Destinations For An MX Network

PUT {{baseUrl}}/networks/:networkId/appliance/connectivityMonitoringDestinations

Update the connectivity testing destinations for an MX network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: destinations| array| The list of connectivity monitoring destinations

Supports Action Batches

ResourceOperation
/networks/{networkId}/appliance/connectivityMonitoringDestinationsupdate

Request Body

{"destinations"=>[{"type"=>"boolean", "description"=>"Boolean indicating whether this is the default testing destination (true) or not (false). Defaults to false. Only one default is allowed", "default"=>"<boolean>"}, {"type"=>"boolean", "description"=>"Boolean indicating whether this is the default testing destination (true) or not (false). Defaults to false. Only one default is allowed", "default"=>"<boolean>"}]}

HEADERS

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

RESPONSES

status: OK

{&quot;destinations&quot;:[{&quot;ip&quot;:&quot;8.8.8.8&quot;,&quot;description&quot;:&quot;Google&quot;,&quot;default&quot;:false},{&quot;ip&quot;:&quot;1.23.45.67&quot;,&quot;description&quot;:&quot;test description&quot;,&quot;default&quot;:true},{&quot;ip&quot;:&quot;9.8.7.6&quot;,&quot;description&quot;:null,&quot;default&quot;:false}]}