{ "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", "description":"'all': All; 'ftp': FTP; 'ntp': NTP; 'rcp': RCP; 'snmp': SNMP; 'ssh': SSH and SCP; 'syslog': SYSLOG; 'telnet': Telnet; 'tftp': TFTP; 'web': Web - HTTP and HTTPS; ", "enum":[ "all", "ftp", "ntp", "rcp", "snmp", "ssh", "syslog", "telnet", "tftp", "web" ], "optional":false }, "source-interface":{ "type":"object", "properties":{ "loopback":{ "type":"number", "format":"interface", "description":"Loopback interface (Port number)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "traffic-type" ], "required":[ "traffic-type" ] }