{ "id":"/axapi/v3/system/mon-template/monitoring-mode", "type":"object", "node-type":"scalar", "title":"monitoring-mode", "partition-visibility":"shared", "auto-created-object":1, "description":"Monitoring behavior mode interdependent/and", "properties":{ "mmode":{ "type":"string", "format":"enum", "default":"interdependent", "partition-visibility":"shared", "description":"'interdependent': INTERDEPENDENT monitoring behaviour, Default; 'and': AND monitoring behaviour; ", "enum":[ "interdependent", "and" ], "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 } } }