2020/07/30 - Managed Streaming for Kafka - 1 new api methods
Changes Amazon MSK has added a new API that allows you to reboot brokers within a cluster.
Reboots brokers.
See also: AWS API Documentation
Request Syntax
client.reboot_broker( BrokerIds=[ 'string', ], ClusterArn='string' )
list
[REQUIRED]
The list of broker IDs to be rebooted.
(string) --
string
[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.