Managing a Subscription

Add email addresses as subscribers to receive notifications for an alarm in Control Center by using the Notifications service.

  • Subscriptions are linked to specific alarm configurations, so notifications are sent only to relevant stakeholders.

    To associate an alarm with an existing notifications topic and manage email subscriptions:

    1. On the Alarm notifications list page, find the alarm you want to update. If you need help finding the Alarm notifications list page, see Listing Alarms.
    2. From the Actions menu (three dots) in the row for that alarm, select Add subscription.
    3. Select the Subscriptions tab.
    4. From the Actions menu (three dots) in the row for the relevant notifications topic, select Manage subscription.
      You are redirected to the Notifications page, where you can manage the subscription and add more email addresses to the topic.
    5. On the Notifications service topics page, add email addresses for subscribers.
      For information about adding email subscriptions, see Creating an Email Subscription.
  • Use the oci ons subscription create command and required parameters to add a subscription for the specified topic and send the subscription confirmation URL to the endpoint:

    oci ons subscription create --compartment-id <compartment_OCID> --display-name <text> --subscription-endpoint <text> --topic-id <topic_OCID> [OPTIONS]

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

  • Run the CreateSubscription operation to add a subscription for the specified topic and send the subscription confirmation URL to the endpoint.