{ "$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-structure.json", "name": "OpenMonitoring", "type": "object", "description": "\n

JMX and Node monitoring for the MSK cluster.

", "properties": { "Prometheus": { "allOf": [ { "$ref": "#/components/schemas/Prometheus" }, { "xml": { "name": "prometheus" }, "description": "\n

Prometheus settings.

" } ] } }, "required": [ "Prometheus" ] }