{ "id":"/axapi/v3/harmony-controller/profile/oper", "type":"object", "node-type":"scalar", "title":"profile", "description":"Operational Status for the object profile", "properties":{ "oper":{ "type":"object", "properties":{ "overall-status":{ "type":"string", "format":"string" }, "heartbeat-status":{ "type":"string", "format":"string" }, "heartbeat-error-message":{ "type":"string", "format":"string" }, "service-registry":{ "type":"string", "format":"string" }, "service-registry-error-message":{ "type":"string", "format":"string" }, "registration-status":{ "type":"string", "format":"string" }, "registration-status-code":{ "type":"number", "format":"number" }, "registration-error-message":{ "type":"string", "format":"string" }, "deregistration-status":{ "type":"string", "format":"string" }, "deregistration-status-code":{ "type":"number", "format":"number" }, "deregistration-error-message":{ "type":"string", "format":"string" }, "schema-registry-status":{ "type":"string", "format":"string" }, "broker_info":{ "type":"string", "format":"string" }, "kafka-broker-state":{ "type":"string", "format":"enum", "enum":[ "Up", "Down" ] }, "Number-of-tenant-mapped-partitions":{ "type":"number", "format":"number" }, "Number-of-tenant-unmapped-partitions":{ "type":"number", "format":"number" }, "tunnel-status":{ "type":"string", "format":"string" }, "tunnel-error-message":{ "type":"string", "format":"string" }, "peer-device-info":{ "type":"string", "format":"string" } } } } }