SoftLayer_Network_Monitor_Version1_Query_Host


SoftLayer_Network_Monitor_Version1_Query_Host

Description

The Monitoring_Query_Host type represents a monitoring instance. It consists of a hardware ID to monitor, an IP address attached to that hardware ID, a method of monitoring, and what to do in the instance that the monitor ever fails.

Local


arg1Value

The argument to be used for this monitor, if necessary. The lowest monitoring levels (like ping) ignore this setting, but higher levels like HTTP custom use it.
Type: string


guestId

Virtual Guest Identification Number for the guest being monitored.
Type: int


hardwareId

The ID of the hardware being monitored
Type: int


hostId

Identification Number for the host being monitored.
Type: int


id

The unique identifier for this object
Type: int


ipAddress

The IP address to be monitored. Must be attached to the hardware on this object
Type: string


queryTypeId

The ID of the query type to use.
Type: int


responseActionId

The ID of the response action to take when the monitor fails
Type: int


status

The status of this monitoring instance. Anything other than “ON” means that the monitor has been disabled
Type: string


waitCycles

The number of 5-minute cycles to wait before the “responseAction” is taken. If set to 0, the response action will be taken immediately
Type: int

Relational


hardware

The hardware that is being monitored by this monitoring instance
Type: SoftLayer_Hardware


lastResult

The most recent result for this particular monitoring instance.
Type: SoftLayer_Network_Monitor_Version1_Query_Result


queryType

The type of monitoring query that is executed when this hardware is monitored.
Type: SoftLayer_Network_Monitor_Version1_Query_Type


responseAction

The action taken when a monitor fails.
Type: SoftLayer_Network_Monitor_Version1_Query_ResponseType

Count