findByHardwareId


SoftLayer_User_Customer_Notification_Hardware::findByHardwareId

Return all hardware notifications associated with the passed hardware ID

Description

This method returns all Customer_Notification_Hardware objects associated with the passed in hardware ID as long as that hardware ID is owned by the current user’s account.

This behavior can also be accomplished by simply tapping monitoringUserNotification on the Hardware_Server object.


Parameters

Name Type Description
hardwareId int The ID of the hardware 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_Hardware/findByHardwareId'