{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-open-monitoring-info-structure.json", "name": "OpenMonitoringInfo", "type": "object", "description": "\n
JMX and Node monitoring for the MSK cluster.
", "properties": { "Prometheus": { "allOf": [ { "$ref": "#/components/schemas/PrometheusInfo" }, { "xml": { "name": "prometheus" }, "description": "\nPrometheus settings.
" } ] } }, "required": [ "Prometheus" ] }