{ "id":"/axapi/v3/techreport/interval", "type":"object", "node-type":"scalar", "title":"interval", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure polling techreport interval", "properties":{ "value":{ "type":"number", "format":"number", "minimum":15, "maximum":120, "default":15, "partition-visibility":"shared", "description":"Showtech interval in minutes (default is 15)", "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 } } }