addNotificationSubscriber


SoftLayer_User_Customer::addNotificationSubscriber

Create a notification subscription record for the user.

Description

Create a notification subscription record for the user. If a subscription record exists for the notification, the record will be set to active, if currently inactive.

Parameters

Name Type Description
notificationKeyName string

Required Headers

Optional Headers

  • None

Return Values

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