"SoftLayer_" prefix removed for readability.
Return all monitoring instances associated with the passed hardware ID
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.
Name | Type | Description |
---|---|---|
hardwareId | int | The ID of the hardware to search by. |
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'