Amazon MSK · JSON Structure

Msk Api Node Exporter Info Structure

Indicates whether you want to turn on or turn off the Node Exporter.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

NodeExporterInfo 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

EnabledInBroker

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-node-exporter-info-structure.json",
  "name": "NodeExporterInfo",
  "type": "object",
  "description": "\n            <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>",
  "properties": {
    "EnabledInBroker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "enabledInBroker"
          },
          "description": "\n            <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>"
        }
      ]
    }
  },
  "required": [
    "EnabledInBroker"
  ]
}