Configuring the Notification Schedule
You must assign anotification schedule for service plans configured through PCM for a designated reseller account by using two open API methods. Run these methods using cURL on the management node:
-
Create a system property for the notification schedule using the following method with the same values:
pem.registerSystemProperty(name="wizard_notification_schedule", edit_by="r", num_prop={'default_value':0})
-
Set the system property value using the following method:
pem.setSystemProperty(account_id=100004, name="wizard_notification_schedule", num_value="101")
where:
account_id
is the ID of a reseller account.name
is the name of the system property (use value from the example).num_value
is the ID of the notification schedule that you want to be assigned to the service plans.
In this example, the method defines a notification schedule with ID 101 for a reseller account with ID 100004.