{ "$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

The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.

" } ] } }, "required": [ "BrokerIds" ] }