# README
Go API client for kafkarestv3
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Overview
This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
- API version: 3.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://confluent.slack.com/app_redirect?channel=kafka-rest-eng
Installation
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional
Put the package under your project folder and add the following in import:
import "./kafkarestv3"
Documentation for API Endpoints
All URIs are relative to http://localhost:8082/v3
Class | Method | HTTP request | Description |
---|---|---|---|
ACLV3Api | CreateKafkaAcls | Post /clusters/{cluster_id}/acls | Create ACLs |
ACLV3Api | DeleteKafkaAcls | Delete /clusters/{cluster_id}/acls | Delete ACLs |
ACLV3Api | GetKafkaAcls | Get /clusters/{cluster_id}/acls | Search ACLs |
BalancerStatusV3Api | ClustersClusterIdBalancerAnyUnevenLoadGet | Get /clusters/{cluster_id}/balancer/any-uneven-load | Get AnyUnevenLoad status |
BalancerStatusV3Api | ClustersClusterIdBalancerGet | Get /clusters/{cluster_id}/balancer | Get status of the balancer |
BrokerApi | ClustersClusterIdBrokersdeletePost | Post /clusters/{cluster_id}/brokers:delete | Delete several brokers |
BrokerReplicaExclusionApi | ClustersClusterIdBrokerReplicaExclusionsBrokerIdGet | Get /clusters/{cluster_id}/broker-replica-exclusions/{broker_id} | Get a Broker Replica Exclusions. |
BrokerReplicaExclusionApi | ClustersClusterIdBrokerReplicaExclusionsGet | Get /clusters/{cluster_id}/broker-replica-exclusions | Get all Broker Replica Exclusions. |
BrokerReplicaExclusionApi | ClustersClusterIdBrokerReplicaExclusionscreatePost | Post /clusters/{cluster_id}/broker-replica-exclusions:create | Create Broker Replica Exclusions |
BrokerReplicaExclusionApi | ClustersClusterIdBrokerReplicaExclusionsdeletePost | Post /clusters/{cluster_id}/broker-replica-exclusions:delete | Delete Broker Replica Exclusions |
BrokerTaskApi | ClustersClusterIdBrokersBrokerIdTasksGet | Get /clusters/{cluster_id}/brokers/{broker_id}/tasks | List Broker Tasks of a specific Broker |
BrokerTaskApi | ClustersClusterIdBrokersBrokerIdTasksTaskTypeGet | Get /clusters/{cluster_id}/brokers/{broker_id}/tasks/{task_type} | Get single Broker Task. |
BrokerTaskApi | ClustersClusterIdBrokersTasksGet | Get /clusters/{cluster_id}/brokers/-/tasks | List Broker Tasks |
BrokerTaskApi | ClustersClusterIdBrokersTasksTaskTypeGet | Get /clusters/{cluster_id}/brokers/-/tasks/{task_type} | List Broker Tasks of a specific TaskType |
BrokerV3Api | ClustersClusterIdBrokersBrokerIdDelete | Delete /clusters/{cluster_id}/brokers/{broker_id} | Delete Broker |
BrokerV3Api | ClustersClusterIdBrokersBrokerIdGet | Get /clusters/{cluster_id}/brokers/{broker_id} | Get Broker |
BrokerV3Api | ClustersClusterIdBrokersBrokerIdPartitionReplicasGet | Get /clusters/{cluster_id}/brokers/{broker_id}/partition-replicas | Search Replicas by Broker |
BrokerV3Api | ClustersClusterIdBrokersGet | Get /clusters/{cluster_id}/brokers | List Brokers |
ClusterLinkingV3Api | CreateKafkaLink | Post /clusters/{cluster_id}/links | Create a cluster link |
ClusterLinkingV3Api | CreateKafkaMirrorTopic | Post /clusters/{cluster_id}/links/{link_name}/mirrors | Create a mirror topic |
ClusterLinkingV3Api | DeleteKafkaLink | Delete /clusters/{cluster_id}/links/{link_name} | Delete the cluster link |
ClusterLinkingV3Api | DeleteKafkaLinkConfig | Delete /clusters/{cluster_id}/links/{link_name}/configs/{config_name} | Reset the given config to default value |
ClusterLinkingV3Api | GetKafkaLink | Get /clusters/{cluster_id}/links/{link_name} | Describe the cluster link |
ClusterLinkingV3Api | GetKafkaLinkConfigs | Get /clusters/{cluster_id}/links/{link_name}/configs/{config_name} | Describe the config under the cluster link |
ClusterLinkingV3Api | ListKafkaLinkConfigs | Get /clusters/{cluster_id}/links/{link_name}/configs | List all configs of the cluster link |
ClusterLinkingV3Api | ListKafkaLinks | Get /clusters/{cluster_id}/links | List all cluster links in the dest cluster |
ClusterLinkingV3Api | ListKafkaMirrorTopics | Get /clusters/{cluster_id}/links/-/mirrors | List mirror topics |
ClusterLinkingV3Api | ListKafkaMirrorTopicsUnderLink | Get /clusters/{cluster_id}/links/{link_name}/mirrors | List mirror topics |
ClusterLinkingV3Api | ReadKafkaMirrorTopic | Get /clusters/{cluster_id}/links/{link_name}/mirrors/{mirror_topic_name} | Describe the mirror topic |
ClusterLinkingV3Api | UpdateKafkaLinkConfig | Put /clusters/{cluster_id}/links/{link_name}/configs/{config_name} | Alter the config under the cluster link |
ClusterLinkingV3Api | UpdateKafkaLinkConfigBatch | Put /clusters/{cluster_id}/links/{link_name}/configs:alter | Batch Alter Cluster Link Configs |
ClusterLinkingV3Api | UpdateKafkaMirrorTopicsFailover | Post /clusters/{cluster_id}/links/{link_name}/mirrors:failover | Failover the mirror topics |
ClusterLinkingV3Api | UpdateKafkaMirrorTopicsPause | Post /clusters/{cluster_id}/links/{link_name}/mirrors:pause | Pause the mirror topics |
ClusterLinkingV3Api | UpdateKafkaMirrorTopicsPromote | Post /clusters/{cluster_id}/links/{link_name}/mirrors:promote | Promote the mirror topics |
ClusterLinkingV3Api | UpdateKafkaMirrorTopicsPromoteLocalAndPauseRemoteMirror | Post /clusters/{cluster_id}/links/{link_name}/mirrors:promote-local-and-pause-remote-mirror | Promote the local mirror topic and Pause the remote mirror topic |
ClusterLinkingV3Api | UpdateKafkaMirrorTopicsPromoteLocalAndStartRemoteMirror | Post /clusters/{cluster_id}/links/{link_name}/mirrors:promote-local-and-start-remote-mirror | Promote the local mirror topic and start the remote mirror topic |
ClusterLinkingV3Api | UpdateKafkaMirrorTopicsResume | Post /clusters/{cluster_id}/links/{link_name}/mirrors:resume | Resume the mirror topics |
ClusterV3Api | ClustersGet | Get /clusters | List Clusters |
ClusterV3Api | GetKafkaCluster | Get /clusters/{cluster_id} | Get Cluster |
ConfigsV3Api | ClustersClusterIdBrokersBrokerIdConfigsGet | Get /clusters/{cluster_id}/brokers/{broker_id}/configs | List Broker Configs |
ConfigsV3Api | ClustersClusterIdBrokersBrokerIdConfigsNameDelete | Delete /clusters/{cluster_id}/brokers/{broker_id}/configs/{name} | Reset Broker Config |
ConfigsV3Api | ClustersClusterIdBrokersBrokerIdConfigsNameGet | Get /clusters/{cluster_id}/brokers/{broker_id}/configs/{name} | Get Broker Config |
ConfigsV3Api | ClustersClusterIdBrokersBrokerIdConfigsNamePut | Put /clusters/{cluster_id}/brokers/{broker_id}/configs/{name} | Update Broker Config |
ConfigsV3Api | ClustersClusterIdBrokersBrokerIdConfigsalterPost | Post /clusters/{cluster_id}/brokers/{broker_id}/configs:alter | Batch Alter Broker Configs |
ConfigsV3Api | ClustersClusterIdBrokersConfigsGet | Get /clusters/{cluster_id}/brokers/-/configs | List All Broker Configs |
ConfigsV3Api | DeleteKafkaClusterConfig | Delete /clusters/{cluster_id}/broker-configs/{name} | Reset Cluster Config |
ConfigsV3Api | DeleteKafkaTopicConfig | Delete /clusters/{cluster_id}/topics/{topic_name}/configs/{name} | Reset Topic Config |
ConfigsV3Api | GetKafkaClusterConfig | Get /clusters/{cluster_id}/broker-configs/{name} | Get Cluster Config |
ConfigsV3Api | GetKafkaTopicConfig | Get /clusters/{cluster_id}/topics/{topic_name}/configs/{name} | Get Topic Config |
ConfigsV3Api | ListKafkaAllTopicConfigs | Get /clusters/{cluster_id}/topics/-/configs | Get All Topic Configs |
ConfigsV3Api | ListKafkaClusterConfigs | Get /clusters/{cluster_id}/broker-configs | List Cluster Configs |
ConfigsV3Api | ListKafkaDefaultTopicConfigs | Get /clusters/{cluster_id}/topics/{topic_name}/default-configs | List Default Topic Configs |
ConfigsV3Api | ListKafkaTopicConfigs | Get /clusters/{cluster_id}/topics/{topic_name}/configs | List Topic Configs |
ConfigsV3Api | UpdateKafkaClusterConfig | Put /clusters/{cluster_id}/broker-configs/{name} | Update Cluster Config |
ConfigsV3Api | UpdateKafkaClusterConfigs | Post /clusters/{cluster_id}/broker-configs:alter | Batch Alter Cluster Configs |
ConfigsV3Api | UpdateKafkaTopicConfig | Put /clusters/{cluster_id}/topics/{topic_name}/configs/{name} | Update Topic Config |
ConfigsV3Api | UpdateKafkaTopicConfigBatch | Post /clusters/{cluster_id}/topics/{topic_name}/configs:alter | Batch Alter Topic Configs |
ConsumerGroupV3Api | GetKafkaConsumer | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/consumers/{consumer_id} | Get Consumer |
ConsumerGroupV3Api | GetKafkaConsumerAssignment | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/consumers/{consumer_id}/assignments/{topic_name}/partitions/{partition_id} | Get Consumer Assignment |
ConsumerGroupV3Api | GetKafkaConsumerGroup | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id} | Get Consumer Group |
ConsumerGroupV3Api | GetKafkaConsumerGroupLagSummary | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/lag-summary | Get Consumer Group Lag Summary. |
ConsumerGroupV3Api | ListKafkaConsumerAssignment | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/consumers/{consumer_id}/assignments | List Consumer Assignments |
ConsumerGroupV3Api | ListKafkaConsumerGroups | Get /clusters/{cluster_id}/consumer-groups | List Consumer Groups |
ConsumerGroupV3Api | ListKafkaConsumerLags | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/lags | List Consumer Lags |
ConsumerGroupV3Api | ListKafkaConsumers | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/consumers | List Consumers |
PartitionApi | ClustersClusterIdTopicsPartitionsReassignmentGet | Get /clusters/{cluster_id}/topics/-/partitions/-/reassignment | List All Replica Reassignments |
PartitionApi | ClustersClusterIdTopicsTopicNamePartitionsPartitionIdReassignmentGet | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/{partition_id}/reassignment | Get Replica Reassignments |
PartitionApi | ClustersClusterIdTopicsTopicNamePartitionsReassignmentGet | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/-/reassignment | Search Replica Reassignments By Topic |
PartitionV3Api | GetKafkaConsumerLag | Get /clusters/{cluster_id}/consumer-groups/{consumer_group_id}/lags/{topic_name}/partitions/{partition_id} | Get Consumer Lag |
PartitionV3Api | GetKafkaPartition | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/{partition_id} | Get Partition |
PartitionV3Api | ListKafkaPartitions | Get /clusters/{cluster_id}/topics/{topic_name}/partitions | List Partitions |
RecordsV3Api | ClustersClusterIdTopicsTopicNameRecordsPost | Post /clusters/{cluster_id}/topics/{topic_name}/records | Produce records to the given topic. |
RemoveBrokerTaskApi | ClustersClusterIdRemoveBrokerTasksBrokerIdGet | Get /clusters/{cluster_id}/remove-broker-tasks/{broker_id} | Get Remove Broker Task |
RemoveBrokerTaskApi | ClustersClusterIdRemoveBrokerTasksGet | Get /clusters/{cluster_id}/remove-broker-tasks | List Remove Broker Tasks |
ReplicaApi | ClustersClusterIdTopicsTopicNamePartitionsPartitionIdReplicasBrokerIdGet | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/{partition_id}/replicas/{broker_id} | Get Replica |
ReplicaApi | ClustersClusterIdTopicsTopicNamePartitionsPartitionIdReplicasGet | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/{partition_id}/replicas | List Replicas |
ReplicaStatusApi | ClustersClusterIdTopicsPartitionsReplicaStatusGet | Get /clusters/{cluster_id}/topics/-/partitions/-/replica-status | List All Replica Statuses from a cluster. |
ReplicaStatusApi | ClustersClusterIdTopicsTopicNamePartitionsPartitionIdReplicaStatusGet | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/{partition_id}/replica-status | List Partition Replica Statuses. |
ReplicaStatusApi | ClustersClusterIdTopicsTopicNamePartitionsReplicaStatusGet | Get /clusters/{cluster_id}/topics/{topic_name}/partitions/-/replica-status | List All Partition Replica Statuses. |
ReplicaV3Api | ClustersClusterIdBrokersBrokerIdPartitionReplicasGet | Get /clusters/{cluster_id}/brokers/{broker_id}/partition-replicas | Search Replicas by Broker |
TopicV3Api | CreateKafkaTopic | Post /clusters/{cluster_id}/topics | Create Topic |
TopicV3Api | DeleteKafkaTopic | Delete /clusters/{cluster_id}/topics/{topic_name} | Delete Topic |
TopicV3Api | GetKafkaTopic | Get /clusters/{cluster_id}/topics/{topic_name} | Get Topic |
TopicV3Api | ListKafkaTopics | Get /clusters/{cluster_id}/topics | List Topics |
UnregisterV3Api | ClustersClusterIdBrokersBrokerIdunregisterPost | Post /clusters/{cluster_id}/brokers/{broker_id}:unregister | Unregister a Broker |
Documentation For Models
- AbstractConfigData
- AbstractConfigDataAllOf
- AclData
- AclDataAllOf
- AclDataList
- AclResourceType
- AlterBrokerReplicaExclusionData
- AlterBrokerReplicaExclusionDataAllOf
- AlterBrokerReplicaExclusionDataList
- AlterBrokerReplicaExclusionDataListAllOf
- AlterConfigBatchRequestData
- AlterConfigBatchRequestDataData
- AlterMirrorStatusResponseData
- AlterMirrorStatusResponseDataAllOf
- AlterMirrorStatusResponseDataList
- AlterMirrorStatusResponseDataListAllOf
- AlterMirrorsRequestData
- AnyUnevenLoadData
- AnyUnevenLoadDataAllOf
- BalancerStatusData
- BalancerStatusDataAllOf
- BrokerConfigData
- BrokerConfigDataAllOf
- BrokerConfigDataList
- BrokerConfigDataListAllOf
- BrokerData
- BrokerDataAllOf
- BrokerDataList
- BrokerDataListAllOf
- BrokerRemovalData
- BrokerRemovalDataAllOf
- BrokerRemovalDataList
- BrokerRemovalDataListAllOf
- BrokerReplicaExclusionBatchRequestData
- BrokerReplicaExclusionData
- BrokerReplicaExclusionDataAllOf
- BrokerReplicaExclusionDataList
- BrokerReplicaExclusionDataListAllOf
- BrokerReplicaExclusionRequestData
- BrokerTaskData
- BrokerTaskDataAllOf
- BrokerTaskDataList
- BrokerTaskDataListAllOf
- BrokerTaskType
- ClusterConfigData
- ClusterConfigDataAllOf
- ClusterConfigDataList
- ClusterConfigDataListAllOf
- ClusterData
- ClusterDataAllOf
- ClusterDataList
- ClusterDataListAllOf
- ConfigData
- ConfigSynonymData
- ConsumerAssignmentData
- ConsumerAssignmentDataAllOf
- ConsumerAssignmentDataList
- ConsumerAssignmentDataListAllOf
- ConsumerData
- ConsumerDataAllOf
- ConsumerDataList
- ConsumerDataListAllOf
- ConsumerGroupData
- ConsumerGroupDataAllOf
- ConsumerGroupDataList
- ConsumerGroupDataListAllOf
- ConsumerGroupLagSummaryData
- ConsumerGroupLagSummaryDataAllOf
- ConsumerLagData
- ConsumerLagDataAllOf
- ConsumerLagDataList
- ConsumerLagDataListAllOf
- CreateAclRequestData
- CreateLinkRequestData
- CreateMirrorTopicRequestData
- CreateTopicRequestData
- CreateTopicRequestDataConfigs
- CreateTopicRequestDataReplicasAssignments
- Error
- InlineResponse200
- ListLinkConfigsResponseData
- ListLinkConfigsResponseDataAllOf
- ListLinkConfigsResponseDataList
- ListLinkConfigsResponseDataListAllOf
- ListLinksResponseData
- ListLinksResponseDataAllOf
- ListLinksResponseDataList
- ListLinksResponseDataListAllOf
- ListMirrorTopicsResponseData
- ListMirrorTopicsResponseDataAllOf
- ListMirrorTopicsResponseDataList
- ListMirrorTopicsResponseDataListAllOf
- MirrorLag
- MirrorTopicStatus
- PartitionData
- PartitionDataAllOf
- PartitionDataList
- PartitionDataListAllOf
- ProduceRequest
- ProduceRequestData
- ProduceRequestHeader
- ProduceResponse
- ProduceResponseData
- ReassignmentData
- ReassignmentDataAllOf
- ReassignmentDataList
- ReassignmentDataListAllOf
- Relationship
- RemoveBrokerTaskData
- RemoveBrokerTaskDataAllOf
- RemoveBrokerTaskDataList
- RemoveBrokerTaskDataListAllOf
- RemoveBrokersRequestData
- ReplicaData
- ReplicaDataAllOf
- ReplicaDataList
- ReplicaDataListAllOf
- ReplicaStatusData
- ReplicaStatusDataAllOf
- ReplicaStatusDataList
- ReplicaStatusDataListAllOf
- Resource
- ResourceCollection
- ResourceCollectionMetadata
- ResourceMetadata
- TopicConfigData
- TopicConfigDataAllOf
- TopicConfigDataList
- TopicConfigDataListAllOf
- TopicData
- TopicDataAllOf
- TopicDataList
- TopicDataListAllOf
- TopicList
- UnregisterBrokerData
- UpdateConfigRequestData
- UpdateLinkConfigRequestData
Documentation For Authorization
Endpoints do not require authorization.
Author
# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewConfiguration returns a new Configuration object.
# Constants
List of AclResourceType.
List of AclResourceType.
List of AclResourceType.
List of AclResourceType.
List of AclResourceType.
List of AclResourceType.
List of AclResourceType.
List of BrokerTaskType.
List of BrokerTaskType.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
List of MirrorTopicStatus.
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
# Structs
AbstractConfigData struct for AbstractConfigData.
AbstractConfigDataAllOf struct for AbstractConfigDataAllOf.
AclData struct for AclData.
AclDataAllOf struct for AclDataAllOf.
AclDataList struct for AclDataList.
AlterBrokerReplicaExclusionData struct for AlterBrokerReplicaExclusionData.
AlterBrokerReplicaExclusionDataAllOf struct for AlterBrokerReplicaExclusionDataAllOf.
AlterBrokerReplicaExclusionDataList struct for AlterBrokerReplicaExclusionDataList.
AlterBrokerReplicaExclusionDataListAllOf struct for AlterBrokerReplicaExclusionDataListAllOf.
AlterConfigBatchRequestData struct for AlterConfigBatchRequestData.
AlterConfigBatchRequestDataData struct for AlterConfigBatchRequestDataData.
AlterMirrorsRequestData struct for AlterMirrorsRequestData.
AlterMirrorStatusResponseData struct for AlterMirrorStatusResponseData.
AlterMirrorStatusResponseDataAllOf struct for AlterMirrorStatusResponseDataAllOf.
AlterMirrorStatusResponseDataList struct for AlterMirrorStatusResponseDataList.
AlterMirrorStatusResponseDataListAllOf struct for AlterMirrorStatusResponseDataListAllOf.
AnyUnevenLoadData struct for AnyUnevenLoadData.
AnyUnevenLoadDataAllOf struct for AnyUnevenLoadDataAllOf.
APIClient manages communication with the REST Admin API API v3.0.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
BalancerStatusData struct for BalancerStatusData.
BalancerStatusDataAllOf struct for BalancerStatusDataAllOf.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BrokerConfigData struct for BrokerConfigData.
BrokerConfigDataAllOf struct for BrokerConfigDataAllOf.
BrokerConfigDataList struct for BrokerConfigDataList.
BrokerConfigDataListAllOf struct for BrokerConfigDataListAllOf.
BrokerData struct for BrokerData.
BrokerDataAllOf struct for BrokerDataAllOf.
BrokerDataList struct for BrokerDataList.
BrokerDataListAllOf struct for BrokerDataListAllOf.
BrokerRemovalData struct for BrokerRemovalData.
BrokerRemovalDataAllOf struct for BrokerRemovalDataAllOf.
BrokerRemovalDataList struct for BrokerRemovalDataList.
BrokerRemovalDataListAllOf struct for BrokerRemovalDataListAllOf.
BrokerReplicaExclusionBatchRequestData struct for BrokerReplicaExclusionBatchRequestData.
BrokerReplicaExclusionData struct for BrokerReplicaExclusionData.
BrokerReplicaExclusionDataAllOf struct for BrokerReplicaExclusionDataAllOf.
BrokerReplicaExclusionDataList struct for BrokerReplicaExclusionDataList.
BrokerReplicaExclusionDataListAllOf struct for BrokerReplicaExclusionDataListAllOf.
BrokerReplicaExclusionRequestData struct for BrokerReplicaExclusionRequestData.
BrokerTaskData struct for BrokerTaskData.
BrokerTaskDataAllOf struct for BrokerTaskDataAllOf.
BrokerTaskDataList struct for BrokerTaskDataList.
BrokerTaskDataListAllOf struct for BrokerTaskDataListAllOf.
ClusterConfigData struct for ClusterConfigData.
ClusterConfigDataAllOf struct for ClusterConfigDataAllOf.
ClusterConfigDataList struct for ClusterConfigDataList.
ClusterConfigDataListAllOf struct for ClusterConfigDataListAllOf.
ClusterData struct for ClusterData.
ClusterDataAllOf struct for ClusterDataAllOf.
ClusterDataList struct for ClusterDataList.
ClusterDataListAllOf struct for ClusterDataListAllOf.
ClustersClusterIdBrokerReplicaExclusionscreatePostOpts Optional parameters for the method 'ClustersClusterIdBrokerReplicaExclusionscreatePost'.
ClustersClusterIdBrokerReplicaExclusionsdeletePostOpts Optional parameters for the method 'ClustersClusterIdBrokerReplicaExclusionsdeletePost'.
ClustersClusterIdBrokersBrokerIdConfigsalterPostOpts Optional parameters for the method 'ClustersClusterIdBrokersBrokerIdConfigsalterPost'.
ClustersClusterIdBrokersBrokerIdConfigsNamePutOpts Optional parameters for the method 'ClustersClusterIdBrokersBrokerIdConfigsNamePut'.
ClustersClusterIdBrokersBrokerIdDeleteOpts Optional parameters for the method 'ClustersClusterIdBrokersBrokerIdDelete'.
ClustersClusterIdBrokersdeletePostOpts Optional parameters for the method 'ClustersClusterIdBrokersdeletePost'.
ClustersClusterIdTopicsTopicNameRecordsPostOpts Optional parameters for the method 'ClustersClusterIdTopicsTopicNameRecordsPost'.
ConfigData struct for ConfigData.
ConfigSynonymData struct for ConfigSynonymData.
Configuration stores the configuration of the API client.
ConsumerAssignmentData struct for ConsumerAssignmentData.
ConsumerAssignmentDataAllOf struct for ConsumerAssignmentDataAllOf.
ConsumerAssignmentDataList struct for ConsumerAssignmentDataList.
ConsumerAssignmentDataListAllOf struct for ConsumerAssignmentDataListAllOf.
ConsumerData struct for ConsumerData.
ConsumerDataAllOf struct for ConsumerDataAllOf.
ConsumerDataList struct for ConsumerDataList.
ConsumerDataListAllOf struct for ConsumerDataListAllOf.
ConsumerGroupData struct for ConsumerGroupData.
ConsumerGroupDataAllOf struct for ConsumerGroupDataAllOf.
ConsumerGroupDataList struct for ConsumerGroupDataList.
ConsumerGroupDataListAllOf struct for ConsumerGroupDataListAllOf.
ConsumerGroupLagSummaryData struct for ConsumerGroupLagSummaryData.
ConsumerGroupLagSummaryDataAllOf struct for ConsumerGroupLagSummaryDataAllOf.
ConsumerLagData struct for ConsumerLagData.
ConsumerLagDataAllOf struct for ConsumerLagDataAllOf.
ConsumerLagDataList struct for ConsumerLagDataList.
ConsumerLagDataListAllOf struct for ConsumerLagDataListAllOf.
CreateAclRequestData struct for CreateAclRequestData.
CreateKafkaAclsOpts Optional parameters for the method 'CreateKafkaAcls'.
CreateKafkaLinkOpts Optional parameters for the method 'CreateKafkaLink'.
CreateKafkaMirrorTopicOpts Optional parameters for the method 'CreateKafkaMirrorTopic'.
CreateKafkaTopicOpts Optional parameters for the method 'CreateKafkaTopic'.
CreateLinkRequestData struct for CreateLinkRequestData.
CreateMirrorTopicRequestData struct for CreateMirrorTopicRequestData.
CreateTopicRequestData struct for CreateTopicRequestData.
CreateTopicRequestDataConfigs struct for CreateTopicRequestDataConfigs.
CreateTopicRequestDataReplicasAssignments struct for CreateTopicRequestDataReplicasAssignments.
DeleteKafkaAclsOpts Optional parameters for the method 'DeleteKafkaAcls'.
DeleteKafkaLinkOpts Optional parameters for the method 'DeleteKafkaLink'.
Error struct for Error.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetKafkaAclsOpts Optional parameters for the method 'GetKafkaAcls'.
GetKafkaLinkOpts Optional parameters for the method 'GetKafkaLink'.
InlineResponse200 struct for InlineResponse200.
LinkTask struct for LinkTask.
LinkTaskError struct for LinkTaskError.
ListKafkaMirrorTopicsOpts Optional parameters for the method 'ListKafkaMirrorTopics'.
ListKafkaMirrorTopicsUnderLinkOpts Optional parameters for the method 'ListKafkaMirrorTopicsUnderLink'.
ListLinkConfigsResponseData struct for ListLinkConfigsResponseData.
ListLinkConfigsResponseDataAllOf struct for ListLinkConfigsResponseDataAllOf.
ListLinkConfigsResponseDataList struct for ListLinkConfigsResponseDataList.
ListLinkConfigsResponseDataListAllOf struct for ListLinkConfigsResponseDataListAllOf.
ListLinksResponseData struct for ListLinksResponseData.
ListLinksResponseDataAllOf struct for ListLinksResponseDataAllOf.
ListLinksResponseDataList struct for ListLinksResponseDataList.
ListLinksResponseDataListAllOf struct for ListLinksResponseDataListAllOf.
ListMirrorTopicsResponseData struct for ListMirrorTopicsResponseData.
ListMirrorTopicsResponseDataAllOf struct for ListMirrorTopicsResponseDataAllOf.
ListMirrorTopicsResponseDataList struct for ListMirrorTopicsResponseDataList.
ListMirrorTopicsResponseDataListAllOf struct for ListMirrorTopicsResponseDataListAllOf.
MirrorLag struct for MirrorLag.
PartitionData struct for PartitionData.
PartitionDataAllOf struct for PartitionDataAllOf.
PartitionDataList struct for PartitionDataList.
PartitionDataListAllOf struct for PartitionDataListAllOf.
ProduceRequest struct for ProduceRequest.
ProduceRequestData struct for ProduceRequestData.
ProduceRequestHeader struct for ProduceRequestHeader.
ProduceResponse struct for ProduceResponse.
ProduceResponseData struct for ProduceResponseData.
ReadKafkaMirrorTopicOpts Optional parameters for the method 'ReadKafkaMirrorTopic'.
ReassignmentData struct for ReassignmentData.
ReassignmentDataAllOf struct for ReassignmentDataAllOf.
ReassignmentDataList struct for ReassignmentDataList.
ReassignmentDataListAllOf struct for ReassignmentDataListAllOf.
Relationship struct for Relationship.
RemoveBrokersRequestData struct for RemoveBrokersRequestData.
RemoveBrokerTaskData struct for RemoveBrokerTaskData.
RemoveBrokerTaskDataAllOf struct for RemoveBrokerTaskDataAllOf.
RemoveBrokerTaskDataList struct for RemoveBrokerTaskDataList.
RemoveBrokerTaskDataListAllOf struct for RemoveBrokerTaskDataListAllOf.
ReplicaData struct for ReplicaData.
ReplicaDataAllOf struct for ReplicaDataAllOf.
ReplicaDataList struct for ReplicaDataList.
ReplicaDataListAllOf struct for ReplicaDataListAllOf.
ReplicaStatusData struct for ReplicaStatusData.
ReplicaStatusDataAllOf struct for ReplicaStatusDataAllOf.
ReplicaStatusDataList struct for ReplicaStatusDataList.
ReplicaStatusDataListAllOf struct for ReplicaStatusDataListAllOf.
Resource struct for Resource.
ResourceCollection struct for ResourceCollection.
ResourceCollectionMetadata struct for ResourceCollectionMetadata.
ResourceMetadata struct for ResourceMetadata.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
TopicConfigData struct for TopicConfigData.
TopicConfigDataAllOf struct for TopicConfigDataAllOf.
TopicConfigDataList struct for TopicConfigDataList.
TopicConfigDataListAllOf struct for TopicConfigDataListAllOf.
TopicData struct for TopicData.
TopicDataAllOf struct for TopicDataAllOf.
TopicDataList struct for TopicDataList.
TopicDataListAllOf struct for TopicDataListAllOf.
TopicList struct for TopicList.
UnregisterBrokerData struct for UnregisterBrokerData.
UpdateConfigRequestData struct for UpdateConfigRequestData.
UpdateKafkaClusterConfigOpts Optional parameters for the method 'UpdateKafkaClusterConfig'.
UpdateKafkaClusterConfigsOpts Optional parameters for the method 'UpdateKafkaClusterConfigs'.
UpdateKafkaLinkConfigBatchOpts Optional parameters for the method 'UpdateKafkaLinkConfigBatch'.
UpdateKafkaLinkConfigOpts Optional parameters for the method 'UpdateKafkaLinkConfig'.
UpdateKafkaMirrorTopicsFailoverOpts Optional parameters for the method 'UpdateKafkaMirrorTopicsFailover'.
UpdateKafkaMirrorTopicsPauseOpts Optional parameters for the method 'UpdateKafkaMirrorTopicsPause'.
UpdateKafkaMirrorTopicsPromoteOpts Optional parameters for the method 'UpdateKafkaMirrorTopicsPromote'.
UpdateKafkaMirrorTopicsResumeOpts Optional parameters for the method 'UpdateKafkaMirrorTopicsResume'.
UpdateKafkaMirrorTopicsReverseAndPauseMirrorOpts Optional parameters for the method 'UpdateKafkaMirrorTopicsReverseAndPauseMirror'.
UpdateKafkaMirrorTopicsReverseAndStarMirrorOpts Optional parameters for the method 'UpdateKafkaMirrorTopicsReverseAndStarMirror'.
UpdateKafkaTopicConfigBatchOpts Optional parameters for the method 'UpdateKafkaTopicConfigBatch'.
UpdateKafkaTopicConfigOpts Optional parameters for the method 'UpdateKafkaTopicConfig'.
UpdateLinkConfigRequestData struct for UpdateLinkConfigRequestData.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AclResourceType the model 'AclResourceType'.
ACLV3ApiService ACLV3Api service.
BalancerStatusV3ApiService BalancerStatusV3Api service.
BrokerApiService BrokerApi service.
BrokerReplicaExclusionApiService BrokerReplicaExclusionApi service.
BrokerTaskApiService BrokerTaskApi service.
BrokerTaskType the model 'BrokerTaskType'.
BrokerV3ApiService BrokerV3Api service.
ClusterLinkingV3ApiService ClusterLinkingV3Api service.
ClusterV3ApiService ClusterV3Api service.
ConfigsV3ApiService ConfigsV3Api service.
ConsumerGroupV3ApiService ConsumerGroupV3Api service.
MirrorTopicStatus the model 'MirrorTopicStatus'.
PartitionApiService PartitionApi service.
PartitionV3ApiService PartitionV3Api service.
RecordsV3ApiService RecordsV3Api service.
RemoveBrokerTaskApiService RemoveBrokerTaskApi service.
ReplicaApiService ReplicaApi service.
ReplicaStatusApiService ReplicaStatusApi service.
ReplicaV3ApiService ReplicaV3Api service.
TopicV3ApiService TopicV3Api service.
UnregisterV3ApiService UnregisterV3Api service.