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
Resource | Operation |
---|---|
/networks/{networkId}/appliance/connectivityMonitoringDestinations | update |
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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
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}]}