{ "id":"/axapi/v3/partition/{partition-name}/template", "type":"object", "node-type":"scalar", "title":"template", "partition-visibility":"shared", "description":"Attach a template to the partition", "properties":{ "resource-accounting":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Attach a resource accounting template (Name of the template)", "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 } } }