"SoftLayer_" prefix removed for readability.
Create a new notification preference for a subscriber.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Notification_User_Subscriber_Preference | The SoftLayer_Notification_User_Subscriber_Preference object that you wish to create. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Notification_User_Subscriber_Preference]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Notification_User_Subscriber_Preference/createObject'