Tagging a Acceleration for a Web Application Acceleration Policy when Updating

Add metadata to an acceleration for a web application acceleration policy when you update an existing one. This metadata enables you to define keys and values and associate them with resources.

    1. Begin the steps for getting an acceleration's details using the OCI Console as described in Getting an Acceleration's Details.
    2. In the Details page of the selected acceleration, select Add Tags.
    3. Enter the following information:
      • Tag namespace

      • Tag key

      • Value

      See Tagging Overview for descriptions of these fields.

    4. Select +Additional tag to add another tag. Click X to remove the associated tag.
    5. Select Add tags.

    The Add tags dialog box closes and you're returned to the Details page.

  • Use the --defined-tags or --freeform-tags options when running the oci waa web-app-acceleration update command to tag an acceleration when you update it:

    oci waa web-app-acceleration update [...] [--defined-tags | --freeform-tags] tags

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

  • Run the UpdateWebAppAcceleration operation to update an acceleration. Include the definedTags and freeformTags attributes and their values.