{ "id":"/axapi/v3/ip/mgmt-traffic/{traffic-type}", "type":"object", "node-type":"list", "title":"mgmt-traffic", "partition-visibility":"shared", "description":"Management traffic IP parameters", "properties":{ "traffic-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': All; 'ftp': FTP; 'ntp': NTP; 'snmp-trap': SNMP Trap; 'ssh': SSH and SCP; 'syslog': SYSLOG; 'telnet': Telnet; 'tftp': TFTP; 'web': Web - HTTP and HTTPS; ", "enum":[ "all", "ftp", "ntp", "snmp-trap", "ssh", "syslog", "telnet", "tftp", "web" ], "optional":false }, "source-interface":{ "type":"object", "properties":{ "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "lif":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Logical interface (Lif interface number)" }, "tunnel":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "traffic-type" ], "required":[ "traffic-type" ] }