"SoftLayer_" prefix removed for readability.
Return all CloudLayer computing instance notifications associated with the passed ID
This method returns all SoftLayer_User_Customer_Notification_Virtual_Guest objects associated with the passed in ID as long as that Virtual Guest ID is owned by the current user’s account.
This behavior can also be accomplished by simply tapping monitoringUserNotification on the Virtual_Guest object.
Name | Type | Description |
---|---|---|
id | int | The ID of the CloudLayer computing instance (virtual_guest) object to search by. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_Notification_Virtual_Guest/findByGuestId'