{ "id":"/axapi/v3/system/template-bind/monitor/{template-monitor}", "type":"object", "node-type":"list", "title":"monitor", "partition-visibility":"shared", "description":"Apply monitor template to the whole system", "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 } }, "object-keys":[ "template-monitor" ], "required":[ "template-monitor" ] }