cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2226
Views
4
Helpful
2
Replies

API to retrieve MX uplink IP

ByronZ
Community Member

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

1 Accepted Solution

Accepted Solutions

Brash
Meraki Community All-Star
Meraki Community All-Star

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

View solution in original post

2 Replies 2

Brash
Meraki Community All-Star
Meraki Community All-Star

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

ByronZ
Community Member

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!