{ "id":"/axapi/v3/system/template", "type":"object", "node-type":"scalar", "title":"template", "partition-visibility":"shared", "description":"Apply template to the whole system", "properties":{ "template-policy":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/template/policy", "description":"Apply policy template to the whole system (Policy template name)", "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 } } }