Tagging a Web Application Acceleration Policy when Updating

Add metadata to 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 a web application acceleration policy's details using the OCI Console as described in Getting a Web Application Acceleration Policy's Details.
    2. In the Details page of the selected web application acceleration policy, click Add tags. You can also click the Actions menu (Actions Menu) for the web application acceleration policy 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-policy update command to tag a web application acceleration policy when you update it:

    oci waa web-app-acceleration-policy 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 a web application acceleration policy. Include the definedTags and freeformTags attributes and their values.