reboot_broker(**kwargs)¶Reboots brokers.
See also: AWS API Documentation
Request Syntax
response = client.reboot_broker(
    BrokerIds=[
        'string',
    ],
    ClusterArn='string'
)
[REQUIRED]
The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
[REQUIRED]
The Amazon Resource Name (ARN) of the cluster to be updated.
dict
Response Syntax
{
    'ClusterArn': 'string',
    'ClusterOperationArn': 'string'
}
Response Structure
(dict) --
Successful response.
ClusterArn (string) --
The Amazon Resource Name (ARN) of the cluster.
ClusterOperationArn (string) --
The Amazon Resource Name (ARN) of the cluster operation.
Exceptions
Kafka.Client.exceptions.BadRequestExceptionKafka.Client.exceptions.UnauthorizedExceptionKafka.Client.exceptions.InternalServerErrorExceptionKafka.Client.exceptions.ForbiddenExceptionKafka.Client.exceptions.NotFoundExceptionKafka.Client.exceptions.ServiceUnavailableExceptionKafka.Client.exceptions.TooManyRequestsException