SoftLayer Network Monitor Version1 Query Host Stratum (type)
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Network_Monitor_Version1_Query_Host_Stratum data type. For information on the SoftLayer_Network_Monitor_Version1_Query_Host_Stratum service please see SoftLayer_Network_Monitor_Version1_Query_Host_Stratum.
Contents |
Overview
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.
User Access
Users wishing to access the SoftLayer_Network_Monitor_Version1_Query_Host_Stratum type must have the Monitoring permission assigned to their account.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
monitorLevel
The highest level of a monitoring query type allowed on this server
- Type: integer
- Length: 4 digits
responseLevel
The highest level of a monitoring response type allowed on this server
- Type: integer
- Length: 4 digits
Relational Properties
hardware
The hardware object that these monitoring permissions applies to.
hardware can be queried by object mask.
hardware must be a unique value.
- Type: SoftLayer_Hardware

