Amazon MSK · JSON Structure

Msk Api Open Monitoring Info Structure

JMX and Node monitoring for the MSK cluster.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

OpenMonitoringInfo is a JSON Structure definition published by Amazon MSK, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Prometheus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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            <p>JMX and Node monitoring for the MSK cluster.</p>",
  "properties": {
    "Prometheus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PrometheusInfo"
        },
        {
          "xml": {
            "name": "prometheus"
          },
          "description": "\n            <p>Prometheus settings.</p>"
        }
      ]
    }
  },
  "required": [
    "Prometheus"
  ]
}