findByHardwareId


SoftLayer_Network_Monitor_Version1_Query_Host::findByHardwareId

Return all monitoring instances associated with the passed hardware ID

Description

This method returns all Query_Host 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 networkMonitors on the Hardware_Server object.


Parameters

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