{ "id":"/axapi/v3/visibility/reporting/telemetry-export-interval", "type":"object", "node-type":"scalar", "title":"telemetry-export-interval", "partition-visibility":"shared", "description":"Configure monitor entity telemetry data export interval", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":5, "default":5, "partition-visibility":"shared", "description":"Monitored entity telemetry data export interval in mins (Default 5 mins)", "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 } } }