{ "id":"/axapi/v3/slb/template/fix/{name}", "type":"object", "node-type":"list", "title":"fix", "partition-visibility":"shared", "description":"FIX template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"FIX Template Name", "optional":false }, "logging":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'init': init only log; 'term': termination only log; 'both': both initial and termination log; ", "enum":[ "init", "term", "both" ], "optional":true }, "insert-client-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Insert client ip to tag 11447", "optional":true }, "tag-switching":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "switching-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'sender-comp-id': Select service group based on SenderCompID; 'target-comp-id': Select service group based on TargetCompID; ", "enum":[ "sender-comp-id", "target-comp-id" ] }, "equals":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Equals (Tag String)" }, "service-group":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/service-group", "description":"Create a Service Group comprising Servers (Service Group Name)" } } } ] }, "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" ] }