Tagging a Connector at Creation

Add metadata to a connector when you first create it. This metadata enables you to define keys and values and to associate them with resources.

    1. On the Connectors list page, select Create connector. If you need help finding the list page, see Listing Connectors.
      The Create connector page opens.
    2. To show tagging options, select Show advanced options.
      If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option or ask an administrator. You can apply tags later.
    3. To add a defined tag, select the namespace and key, then enter a value.
    4. To add a free-form tag, enter a key and value.
    5. Provide values for the remaining fields.
      For information about the fields, see Creating a Connector.
    6. Select Create.
    Within a few minutes, the connector begins moving data according to its configuration. The connector applies tasks to data from the source service and then moves the data to the target service.
  • Use the oci sch service-connector create command and required parameters to tag a connector when you create it:

    oci sch service-connector create [--defined-tags | --freeform-tags] <tags> [...]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateServiceConnector operation to tag a connector when you create it. Include the definedTags and freeformTags attributes and their values.