Managing Email Notifications in License Manager

Create and manage the list of email addresses that can be notified about product license activity.

You can manage the list of email addresses that get notifications about expirations or subscription overages in the License Manager Notifications page. Emails are sent on a weekly basis.

For items that require action, you receive an email that provides a License Manager summary. The email highlights the product licenses that are over-subscribed, and license records near or past their license or support contract expiration dates.

    1. Open the navigation menu and select Governance & Administration. Under License Management, select Notifications.
      The License Manager Notifications page opens.
    2. Select Edit.
      The Email Notifications panel opens.
    3. Enter an email address to receive notifications in the Email recipients box and select Add to list.
      The email address you entered is added to the Email recipients box and appears in the list underneath with a checkbox enabled to indicate it's an active recipient.
    4. Add more email addresses using the same method. Select Add to list for each email address before adding the next one.
      Each email address you add appears both within Email recipients and the list. You can enable or disable an email address in the list by selecting or clearing the checkbox next to it.
    5. Select Save.
  • Getting the List of Notification Email Addresses

    Use the oci license-manager configuration get command and required parameters to get the notification email addresses for License Manager:

    oci license-manager configuration get --compartment-id compartment_ocid [OPTIONS]

    compartment_ocid is the root compartment of your tenancy.

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

    Updating the List of Notification Email Addresses

    Use the oci license-manager configuration update command and required parameters to add email address to the notification list in License Manager:

    oci license-manager configuration update compartment_ocid --email-ids email_ids [OPTIONS]

    compartment_ocid is the root compartment of your tenancy.

    email_ids is the list of email IDs associated with the configuration. This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using the file://path/to/file syntax.

  • Getting the List of Notification Email Addresses

    Run the GetConfiguration operation to get the notification email addresses for License Manager.

    Updating the List of Notification Email Addresses

    Run the UpdateConfiguration operation to add email address to the notification list in License Manager.