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.
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_ocidis 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_ocidis the root compartment of your tenancy.email_idsis 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 thefile://path/to/filesyntax.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.