Tagging an HTTP Monitor When Updating

Tag an HTTP monitor in Health Checks when you update it.

  • These steps show how to tag an HTTP monitor from its details page. You can also tag an HTTP monitor from the Health checks page by clicking the Actions menu (Actions Menu) to the right of the monitor name and then selecting Add tags.
    1. Open the navigation menu and click Observability & Management. Under Monitoring, click Health Checks.
    2. On the Health checks page, choose the compartment that contains the HTTP monitor that you want.
    3. Click the name of the ping monitor that you want.
      Tip

      To find a ping monitor by name, enter its name in the Search field.
      The monitor's details page is displayed.
    4. To view existing tags, click Tags.
      To view defined tags, click Defined tags. To view free-form tags, click Free-form tags.
    5. To edit an existing tag, do the following.
      1. Click the pencil icon.
        The Edit tag dialog box appears.
      2. Update the value.
      3. Click Save.
    6. To remove a tag, click the pencil icon and then click Remove tag.
  • Use the oci health-checks http-monitor update command and required parameters to tag an HTTP monitor when you update it:

    oci health-checks http-monitor update [...] [--defined-tags | --freeform-tags] tags

    For a complete list of parameters and values for CLI commands, see the CLI for Health Checks.

  • Run the UpdateHttpMonitor operation to tag an HTTP monitor when you update it. Include the definedTags and freeformTags attributes and their values.