SoftLayer Network Monitor Version1 Query Result
From SoftLayer Development Network Wiki
Contents |
Overview
The monitoring result object is used to show the status of the actions taken by the monitoring system.
In general, only the responseStatus variable is needed, as it holds the information on the status of the service.
| 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
finishTime
The timestamp of when this monitor was co
- Type: dateTime
responseStatus
The response status for this server. The response status meanings are: 0: Down/Critical: Server is down and/or has passed the critical response threshold (extremely long ping response, abnormal behavior, etc.) 1: Warning - Server may be recovering from a previous down state, or may have taken too long to respond 2: Up 3: Not used 4: Unknown - An unknown error has occurred. If the problem persists, contact support. 5: Unknown - An unknown error has occurred. If the problem persists, contact support.
- Type: integer
- Length: 4 digits
responseTime
The length of time it took the server to respond
- Type: float
Relational Properties
queryHost
References the queryHost that this response relates to.
queryHost can be queried by object mask.
queryHost must be a unique value.

