SoftLayer_User_Customer_Notification_Hardware


SoftLayer_User_Customer_Notification_Hardware

Description

The Customer_Notification_Hardware object stores links between customers and the hardware devices they wish to monitor. This link is not enough, the user must be sure to also create SoftLayer_Network_Monitor_Version1_Query_Host instance with the response action set to “notify users” in order for the users linked to that hardware object to be notified on failure.

Local


hardwareId

The ID of the Hardware object that is to be monitored.
Type: int


id

The unique identifier for this object
Type: int


userId

The ID of the SoftLayer_User_Customer object that represents the user to be notified on monitoring failure.
Type: int

Relational


hardware

The hardware object that will be monitored.
Type: SoftLayer_Hardware


user

The user that will be notified when the associated hardware object fails a monitoring instance.
Type: SoftLayer_User_Customer

Count