updateSubscriberDeliveryMethod


SoftLayer_User_Customer::updateSubscriberDeliveryMethod

Update a delivery method for the subscriber.

Description

Update a delivery method for a notification that the user is subscribed to. A delivery method keyName along with an active flag can be supplied to update the active status of the delivery methods for the specified notification. Available delivery methods - ‘EMAIL’. Available notifications - ‘PLANNED_MAINTENANCE’, ‘UNPLANNED_INCIDENT’.

Parameters

Name Type Description
notificationKeyName string A friendly keyname for the notification
deliveryMethodKeyNames string[] Friendly delivery method keynames
active int

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer/{SoftLayer_User_CustomerID}/updateSubscriberDeliveryMethod'