Hello,
When using the API to GET the MX 1:Many NAT rules, my output is incomplete. Instead of displaying the port rules the output displays portRules=System.Object[]
I am using powershell
I have read-only priveleges
My output (using fake IP's):
{publicIp=193.1.1.1; uplink=internet1; portRules=System.Object[]}
Documentation output:
publicIp: 146.11.11.13, uplink: internet1, portRules: [ { name: Rule 1, protocol: tcp, publicPort: 9443, localIp: 192.168.128.1, localPort: 443, allowedIps: [ any ]
any assistance is welcome
cheers!