"SoftLayer_" prefix removed for readability.
Return all hardware notifications associated with the passed hardware ID
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.
Name | Type | Description |
---|---|---|
hardwareId | int | The ID of the hardware 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_Hardware/findByHardwareId'