{ "id":"/axapi/v3/cgnv6/lsn/alg/esp", "type":"object", "node-type":"scalar", "title":"esp", "partition-visibility":"shared", "auto-created-object":1, "description":"Change LSN ESP ALG Settings", "properties":{ "esp-value":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': Enable ESP ALG for LSN; 'enable-with-ctrl': Enable ESP ALG for LSN with control session; ", "enum":[ "enable", "enable-with-ctrl" ], "optional":true }, "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; 'session-created': ESP Sessions Created; 'placeholder-debug': Placeholder Debug; 'nat-ip-conflict': NAT IP Conflict; ", "enum":[ "all", "session-created", "placeholder-debug", "nat-ip-conflict" ] } } } ] } } }