SoftLayer_Network_Monitor_Version1_Query_Host_Stratum
Description
The monitoring stratum type stores the maximum level of the various components of the monitoring system that a particular hardware object has access to. This object cannot be accessed by ID, and cannot be modified. The user can access this object through Hardware_Server->availableMonitoring.
There are two values on this object that are important:
monitorLevel determines the highest level of SoftLayer_Network_Monitor_Version1_Query_Type object that can be placed in a monitoring instance on this server
responseLevel determines the highest level of SoftLayer_Network_Monitor_Version1_Query_ResponseType object that can be placed in a monitoring instance on this server
Also note that the query type and response types are available through getAllQueryTypes and getAllResponseTypes, respectively.
Local
The highest level of a monitoring query type allowed on this server
Type:
int
The highest level of a monitoring response type allowed on this server
Type:
int
Relational
The hardware object that these monitoring permissions applies to.
Type:
SoftLayer_Hardware
Count