Tagging a Connector When Updating

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

    1. Open the navigation menu and click Analytics & AI. Under Messaging, click Connector Hub.
    2. On the Connectors page, select the compartment that contains the connector that you want.
    3. Click the name of the connector that you want.
      The connector's details page opens.
    4. To add a tag, click Add tags, and enter the tag namespace, key, and value.
    5. To view existing tags, click the Tags tab and then click Defined tags or Free-form tags.
    6. To edit an existing tag, click the edit icon, update the value in the Edit tag dialog box, and then click Save.
    7. To remove a tag, click the edit icon and then click Remove tag.
  • Use the oci sch service-connector update command and required parameters to tag a connector when you update it:

    oci sch service-connector update [--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 update it. Include the definedTags and freeformTags attributes and their values.