Amazon MSK · JSON Structure

Msk Api Reboot Broker Request Structure

Reboots a node.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

RebootBrokerRequest 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

BrokerIds

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-reboot-broker-request-structure.json",
  "name": "RebootBrokerRequest",
  "type": "object",
  "description": "Reboots a node.",
  "properties": {
    "BrokerIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "brokerIds"
          },
          "description": "\n            <p>The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.</p>"
        }
      ]
    }
  },
  "required": [
    "BrokerIds"
  ]
}