{ "id":"/axapi/v3/fw/alg", "type":"object", "node-type":"scalar", "title":"alg", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure ALG", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "ftp":{ "type":"object", "$ref":"/axapi/v3/fw/alg/ftp", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable FTP ALG default port 21; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "tftp":{ "type":"object", "$ref":"/axapi/v3/fw/alg/tftp", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable TFTP ALG default port 69; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "rtsp":{ "type":"object", "$ref":"/axapi/v3/fw/alg/rtsp", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable RTSP ALG default port 554; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "pptp":{ "type":"object", "$ref":"/axapi/v3/fw/alg/pptp", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable PPTP ALG default port 1723; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "sip":{ "type":"object", "$ref":"/axapi/v3/fw/alg/sip", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable SIP ALG default port 5060; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "dns":{ "type":"object", "$ref":"/axapi/v3/fw/alg/dns", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable DNS ALG default port 53; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "esp":{ "type":"object", "$ref":"/axapi/v3/fw/alg/esp", "properties":{ "default-port-disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'default-port-disable': Disable ESP ALG default port 500; ", "enum":[ "default-port-disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "icmp":{ "type":"object", "$ref":"/axapi/v3/fw/alg/icmp", "properties":{ "disable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'disable': Disable ICMP ALG which allows ICMP errors to pass the firewall; ", "enum":[ "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }