{ "id":"/axapi/v3/ddos/network-object/{object-name}/sport/{port-num}+{protocol}", "type":"object", "node-type":"list", "title":"sport", "partition-visibility":"shared", "description":"Configure per-host source port in a DDos Network Object", "properties":{ "port-num":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Port Number", "optional":false }, "protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'udp': UDP port; 'tcp': TCP Port; ", "enum":[ "udp", "tcp" ], "optional":false }, "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":[ "port-num", "protocol" ], "required":[ "port-num", "protocol" ] }