04-08-2025 08:18 AM
Hi ,
I'm trying to find this exact setting with the API :
I can't find it.
It would be way easier to find endpoints if they would match the dashboard description.
Eg : getNetworkApplianceTrafficShapingUplinkBandwidth is not a valid dashboard section. It should be UplinkConfiguration just like getNetworkApplianceTrafficShapingUplinkSelection is a valid section :
I feel like the whole dashboard page TrafficShaping is scattered into so many api endpoints. Way too confusing for no reason.
6 dashboard section :
getNetworkApplianceTrafficShapingUplinkBandwidth
getNetworkApplianceConnectivityMonitoringDestinations ( doesn't follow the name scheme + named Uplink statistics )
getNetworkApplianceTrafficShapingUplinkSelection ( missing WAN failover and failback behavior on templates ... )
getNetworkApplianceTrafficShapingCustomPerformanceClasses
getOrganizationApplianceTrafficShapingVpnExclusionsByNetwork ( only a org-wide call ? )
getNetworkApplianceTrafficShaping ( doesn't follow the name scheme )
04-08-2025 02:41 PM
I have no idea. I tried asking the AI at developer.cisco.com this question:
"What is the API to configure the cellular active uplink feature in the Dashboard for a security appliance?".
It gave this response:
"To configure the cellular active uplink feature for a security appliance in the Meraki Dashboard using the Meraki API, you can use the /networks/{networkId}/appliance/uplinks/settings endpoint. This endpoint allows you to update the uplink settings for an MX network appliance, including the cellular uplink.
Here is an example of how you can use this endpoint to configure the cellular active uplink feature:
PUT /networks/{networkId}/appliance/uplinks/settings
{
"cellular": {
"enabled": true
}
}In this example, the enabled parameter is set to true to enable the cellular uplink. You can also use the bandwidthLimits parameter to set the bandwidth limits for the cellular uplink."
Maybe try Get'ing this and seeing if there are any field differences with it on or off?
04-09-2025 08:49 AM
That's weird. /networks/{networkId}/appliance/uplinks/settings is not a valid path. it's /devices/{serial}/appliance/uplinks/settings which return WAN settings ( dhcp , PPPoE [...])
04-09-2025 10:41 AM
Typical useless AI response!
04-09-2025 10:42 AM
Don't worry Phil , AI won't replace us 😂
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide