- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API to retrieve MX uplink IP
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
