{ "id":"/axapi/v3/system/template", "type":"object", "node-type":"scalar", "title":"template", "partition-visibility":"shared", "description":"Apply template to the whole system", "properties":{ "monitor-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "template-monitor":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "description":"Apply monitor template to the whole system (Monitor template ID Number)" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }