{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/tracking-template/template/{template}", "type":"object", "node-type":"list", "title":"template", "partition-visibility":"shared", "description":"Configure tracking template to be used by scaleout [OBSOLETED!]", "properties":{ "template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"bind tracking template name", "optional":false }, "threshold-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"action triggering threshold" }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'down': node stops processing user traffic; 'exit-cluster': node exits scaleout cluster; ", "enum":[ "down", "exit-cluster" ] } } } ] }, "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":[ "template" ], "required":[ "template" ] }