{ "id":"/axapi/v3/slb/ftp-ctl", "type":"object", "node-type":"scalar", "title":"ftp-ctl", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure FTP", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'sessions_num': Total Control Sessions; 'alg_pkts_num': Total ALG packets; 'alg_pkts_xmitted_num': ALG packets rexmitted; 'alg_port_helper_created': Total PORT helper sessions; 'alg_pasv_helper_created': Total PASV helper sessions; 'alg_port_helper_freed_unused': PORT helper freed unused; 'alg_pasv_helper_freed_unused': PASV helper freed unused; 'alg_port_helper_nat_free': PORT helper NAT free; ", "enum":[ "all", "sessions_num", "alg_pkts_num", "alg_pkts_xmitted_num", "alg_port_helper_created", "alg_pasv_helper_created", "alg_port_helper_freed_unused", "alg_pasv_helper_freed_unused", "alg_port_helper_nat_free" ] } } } ] } } }