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