{ "id":"/axapi/v3/system/template-bind", "type":"object", "node-type":"intermediate", "title":"template-bind", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Apply template to the whole system", "properties":{ "monitor-list":{ "type":"array", "minItems":1, "items":{ "type":"monitor" }, "uniqueItems":true, "$ref":"/axapi/v3/system/template-bind/monitor/{template-monitor}", "array":[ { "properties":{ "template-monitor":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/template/monitor", "description":"Monitor template ID Number", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "template-monitor" ] } ] } } }