Portforwards

Portforwards
Portforwards

The list of port forwarding

JSON Example
{
    "num": 0,
    "port_forwardings": [
        {
            "port": 0,
            "protocol": "string",
            "desc": "string",
            "guest": {
                "ip": "string",
                "port": 0
            }
        }
    ]
}
num
Required

num

port_forwardings
Required

The list of port forwardings

Returned By