Moving a Kafka Connect Configuration to a Different Compartment
Move a Kafka Connect configuration in the Streaming service to a different compartment.
To review requirements for working with Kafka Connect see Using Kafka Connect.
- On the Kafka Connect Configurations list page, find 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.
- Move Resource.
- In the Move Resource dialog box, select the compartment that you want to move the Kafka Connect configuration to.
- Select Move resource.
Use the oci streaming admin connect-harness change-compartment command and required parameters to move a Kafka Connect configuration to a different compartment:
oci streaming admin connect-harness change-compartment --connect-harness-id <kafka_connect_configuration_OCID> --compartment-id <target_compartment_OCID>
For example:
oci streaming admin connect-harness change-compartment --connect-harness-id ocid1.connectharness.oc1.phx.exampleuniqueID --compartment-id ocid1.compartment.oc1..exampleuniqueID { "etag": "\"69aae3a1-e5f0-4289-bbbf-950c0fdddf2e-cbdd76e0-9a97-49be-a747-812ba28248d1\"" }
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the ChangeConnectHarnessCompartment operation to move a Kafka Connect configuration to a different compartment.