reboot_broker

Kafka.Client.reboot_broker(**kwargs)

Reboots brokers.

See also: AWS API Documentation

Request Syntax

response = client.reboot_broker(
    BrokerIds=[
        'string',
    ],
    ClusterArn='string'
)
Parameters
  • BrokerIds (list) --

    [REQUIRED]

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

    • (string) --
  • ClusterArn (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the cluster to be updated.

Return type

dict

Returns

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