Port Forwarding API - Uplink

SOLVED
diablo24
Building a reputation

Port Forwarding API - Uplink

Hi,

 

I have a question regarding a value being returned by the following API:

GET 'https://api.meraki.com/api/v1/networks/{networkId}/appliance/firewall/portForwardingRules'

the attribute "uplink" returns 3 different values "both", "internet1", or "internet2". Can I assume that this maps to the uplink API:

GET 'https://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/uplink'

to the "interface" attribute: 

"interface": "WAN 1"

so from the port forwarding API "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the device?

 

Thanks in advance,

-Jerome

1 ACCEPTED SOLUTION
Seshu
Meraki Employee
Meraki Employee

Hello @diablo24 

 

That is correct. "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the MX. 

 

Regards,

Meraki Team

View solution in original post

2 REPLIES 2
Seshu
Meraki Employee
Meraki Employee

Hello @diablo24 

 

That is correct. "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the MX. 

 

Regards,

Meraki Team

diablo24
Building a reputation

@SeshuThanks!

Get notified when there are additional replies to this discussion.