{ "id":"/axapi/v3/ip/nat/alg", "type":"object", "node-type":"intermediate", "title":"alg", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Change NAT ALG Settings", "properties":{ "pptp":{ "type":"object", "$ref":"/axapi/v3/ip/nat/alg/pptp", "properties":{ "pptp":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'disable': Disable PPTP NAT ALG; 'enable': Enable PPTP NAT ALG; ", "enum":[ "disable", "enable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'current-smp-sessions': some help string; 'current-gre-sessions': some help string; 'smp-session-creation-failure': some help string; 'truncated-pns-message': some help string; 'truncated-pac-message': some help string; 'mismatched-pns-call-id': some help string; 'mismatched-pac-call-id': some help string; 'retransmitted-pns-message': some help string; 'retransmitted-pac-message': some help string; 'truncated-gre-packet': some help string; 'unknown-gre-version': some help string; 'no-matching-gre-session': some help string; ", "enum":[ "all", "current-smp-sessions", "current-gre-sessions", "smp-session-creation-failure", "truncated-pns-message", "truncated-pac-message", "mismatched-pns-call-id", "mismatched-pac-call-id", "retransmitted-pns-message", "retransmitted-pac-message", "truncated-gre-packet", "unknown-gre-version", "no-matching-gre-session" ] }, "optional":true } } ] } } } } }