Update The Connectivity Testing Destinations For An MG Network

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

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

Supports Action Batches

ResourceOperation
/networks/{networkId}/cellularGateway/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"=>false}, {"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"=>false}]}

HEADERS

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

RESPONSES

status: OK

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