{ "id":"/axapi/v3/techreport", "type":"object", "node-type":"scalar", "title":"techreport", "auto-created-object":1, "description":"Configure show tech", "properties":{ "disable":{ "type":"number", "format":"flag", "default":0, "description":"Disable the polling techreport", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "interval":{ "type":"object", "$ref":"/axapi/v3/techreport/interval", "properties":{ "value":{ "type":"number", "format":"number", "minimum":15, "maximum":120, "default":15, "description":"Showtech interval in minutes (default is 15)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }