Service doublecloud.kafka.v1.ConnectorService
Get
Returns information about an Apache Kafka® connector.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster the connector belongs to. To get this ID, make a [ClusterService.List] request. |
|
string Name of the Apache Kafka® connector to return information about. To get this name, make a [ConnectorService.List] request. |
Response
Field |
Description |
|
string Name of the connector. |
|
google.protobuf.Int64Value Maximum number of connector tasks. Default value is the number of brokers. |
|
list
A set of properties passed to Managed Service for Apache Kafka® with the
connector configuration.
Example: |
|
|
|
doublecloud.kafka.v1.Connector.Health Connector health. |
|
doublecloud.kafka.v1.Connector.Status Current status of the connector. |
|
string ID of the Apache Kafka® cluster that the connector belongs to. |
|
one of: |
|
doublecloud.kafka.v1.ConnectorConfigMirrorMaker Configuration of the MirrorMaker connector. |
|
doublecloud.kafka.v1.ConnectorConfigS3Sink Configuration of S3-Sink connector. |
List
Retrieves the list of Apache Kafka® connectors in a cluster.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster to list connectors in. To get this ID, make a [ClusterService.List] request. |
|
doublecloud.v1.Paging Paging information of the request. See [doublecloud.priv.v1.Paging] for details Following constraints applied:
|
Response
Field |
Description |
|
list List of Apache Kafka® Connectors. |
|
|
|
doublecloud.v1.NextPage Pagination information of the response See [doublecloud.priv.v1.NextPage] for details |
Create
Creates a new Apache Kafka® connector in a cluster.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster to create the connector in. To get this ID, make a [ClusterService.List] request. |
|
doublecloud.kafka.v1.ConnectorSpec Configuration of the connector to create. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |
Update
Updates an Apache Kafka® connector.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster to update the connector in. To get this ID, make a [ClusterService.List] request. |
|
string Name of the connector to update. To get this name, make a [ConnectorService.List] request. |
|
doublecloud.kafka.v1.UpdateConnectorSpec Configuration of the connector to update. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |
Delete
Deletes an Apache Kafka® connector.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster to delete the connector from. To get this ID, make a [ClusterService.List] request. |
|
string Name of the connector to delete. To get this name, make a [ConnectorService.List] request. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |
Resume
Resumes an Apache Kafka® connector.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster to resume the connector in. To get this ID, make a [ClusterService.List] request. |
|
string Name of the Apache Kafka® connector to resume. To get this name, make a [ConnectorService.List] request. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |
Pause
Pauses an Apache Kafka® connector.
Request
Field |
Description |
|
string ID of the Apache Kafka® cluster to pause the connector in. To get this ID, make a [ClusterService.List] request. |
|
string Name of the Apache Kafka® connector to pause. To get this name, make a [ConnectorService.List] request. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |