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.BadRequestException
Kafka.Client.exceptions.UnauthorizedException
Kafka.Client.exceptions.InternalServerErrorException
Kafka.Client.exceptions.ForbiddenException
Kafka.Client.exceptions.NotFoundException
Kafka.Client.exceptions.ServiceUnavailableException
Kafka.Client.exceptions.TooManyRequestsException