API to retrieve MX uplink IP

Solved
ByronZ
Getting noticed

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

1 Accepted Solution
Brash
Kind of a big deal
Kind of a big deal

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
Kind of a big deal
Kind of a big deal

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
Getting noticed

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!

Get notified when there are additional replies to this discussion.