createNotificationSubscriber


SoftLayer_User_Customer::createNotificationSubscriber

Create a new subscriber for a given resource.

Description

Create a new subscriber for a given resource.

Parameters

Name Type Description
keyName string The key name of the notification to subscribe. Optional, but must be provided if $resourceTableId is provided.
resourceTableId int The resource subscribing to receive notification.

Required Headers

Optional Headers

  • None

Return Values

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