findByGuestId


SoftLayer_User_Customer_Notification_Virtual_Guest::findByGuestId

Return all CloudLayer computing instance notifications associated with the passed ID

Description

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.


Parameters

Name Type Description
id int The ID of the CloudLayer computing instance (virtual_guest) object to search by.

Required Headers

Optional Headers

Return Values

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'