Getting a Kafka Connect Configuration
Get a Kafka Connect configuration in the Streaming service.
To review requirements for working with Kafka Connect see Using Kafka Connect.
- On the Kafka Connect Configurations list page, select the Kafka Connect configuration that you want to work with. If you need help finding the list page or the Kafka Connect configuration, see Listing Kafka Connect Configurations.
Use the oci streaming admin connect-harness get command and required parameters to get details for a Kafka Connect configuration:
oci streaming admin connect-harness get --connect-harness-id <kafka_connect_configuration_OCID>
For example:
oci streaming admin connect-harness get --connect-harness-id exampleuniqueID { "data": { "compartment-id": "ocid1.tenancy.oc1..exampleuniqueID", "defined-tags": {}, "freeform-tags": {}, "id": "ocid1.connectharness.oc1.phx.exampleuniqueID", "lifecycle-state": "ACTIVE", "lifecycle-state-details": null, "name": "MyKafkaConnectConfig", "time-created": "2020-08-31T17:26:09.640000+00:00" }, "etag": "\"5cca5a19-ad06-42f4-b11e-3945d1b0ece5-a3cec7b6-7b84-4056-b411-10fd9f4b1763\"" }
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetConnectHarness operation to get a Kafka Connect configuration.