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, click Add Tags. You can also click the Actions menu (Actions Menu) for the acceleration to which you want to add tags and select Add tags.

      The Add one or more tags to this resource dialog box appears.

    3. Complete the following:
      • Tag namespace

      • Tag key

      • Value

      See Tagging Overview for descriptions of these fields.

    4. Click +Additional tag to add another tag. Click X to remove the associated tag.
    5. Click 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.