{ "id":"/axapi/v3/harmony-controller/telemetry", "type":"object", "node-type":"scalar", "title":"telemetry", "partition-visibility":"shared", "description":"Harmony controller telemetry config", "properties":{ "log-rate":{ "type":"number", "format":"number", "minimum":0, "maximum":10000, "default":10, "partition-visibility":"shared", "description":"Max number of session logs sent by the partition per second", "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 } } }