{ "id":"/axapi/v3/cgnv6/template/http-alg/{name}", "type":"object", "node-type":"list", "title":"http-alg", "partition-visibility":"shared", "description":"HTTP-ALG Template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"HTTP-ALG template name", "optional":false }, "request-insert-client-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Insert Client IP into HTTP request", "optional":true }, "header-name-client-ip":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "default":"X-Forwarded-For", "partition-visibility":"shared", "description":"Header name (default: X-Forwarded-For)", "optional":true }, "include-tunnel-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include the tunnel IP (applies to DS-Lite and 6RD-NAT64 sessions)", "optional":true }, "method":{ "type":"string", "format":"enum", "default":"append", "partition-visibility":"shared", "description":"'append': Append if there is already a header (default); 'replace': Replace if there is already a header; ", "enum":[ "append", "replace" ], "optional":true }, "request-insert-msisdn":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Insert MSISDN into HTTP request", "optional":true }, "header-name-msisdn":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "default":"X-MSISDN", "partition-visibility":"shared", "description":"Header name (default: X-MSISDN)", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }