{ "id":"/axapi/v3/system/telemetry-log", "type":"object", "node-type":"intermediate", "title":"telemetry-log", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"telemetry logs to be sent out", "properties":{ "top-k-source-list":{ "type":"object", "$ref":"/axapi/v3/system/telemetry-log/top-k-source-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "top-k-app-svc-list":{ "type":"object", "$ref":"/axapi/v3/system/telemetry-log/top-k-app-svc-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "device-status":{ "type":"object", "$ref":"/axapi/v3/system/telemetry-log/device-status", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "environment":{ "type":"object", "$ref":"/axapi/v3/system/telemetry-log/environment", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "partition-metrics":{ "type":"object", "$ref":"/axapi/v3/system/telemetry-log/partition-metrics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }