01-07-2025 02:06 PM
Hi,
I am trying to retrieve MX uplink IP with the following API call. With static IP, it works fine. With dynamic IP, it only shows the assignmentMode as dynamic, but not able to display the dynamic IP. Are there any way to retrieve the uplink's dynamic IP address?
{{baseUrl}}/devices/{{serial}}/appliance/uplinks/settings
Thanks
Byron
Solved! Go to Solution.
01-07-2025 02:23 PM
I've not validated but you might be able to use this API.
{{baseUrl}}/organizations/{organizationId}/appliance/uplink/statuses
You can add filters such as device tags and serial numbers to the API call.
Get Organization Appliance Uplink Statuses - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
01-07-2025 02:23 PM
I've not validated but you might be able to use this API.
{{baseUrl}}/organizations/{organizationId}/appliance/uplink/statuses
You can add filters such as device tags and serial numbers to the API call.
Get Organization Appliance Uplink Statuses - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
01-07-2025 06:52 PM
This API returns the uplink information on all MX in the organization, but it is including the dynamic IPs. With some filters, I think I can make it work.
Thanks a lot!
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