SoftLayer Container Auxiliary Network Status Reading
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Container_Auxiliary_Network_Status_Reading data type contains information relating to an object being monitored from outside the SoftLayer network. It is primarily used to check the status of our edge routers from multiple locations around the world.
| 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
averagePing
Average packet round-trip time.
- Type: float
fails
Number of failures since the target was last detected to be working properly.
- Type: integer
frequency
Monitoring frequency in minutes.
- Type: integer
label
The target babel.
- Type: string
lastCheckDate
Last check date and time.
- Type: dateTime
lastDownDate
Date and time of the last problem detected.
- Type: dateTime
latency
The total response time in seconds calculated during the last check.
- Type: float
location
The monitoring location name.
- Type: string
maximumPing
Maximum packet round-trip time.
- Type: float
minimumPing
Minimum packet round-trip time.
- Type: float
pingLoss
Packet loss percentage.
- Type: float
statusCode
Status Code - one of UP, Down, Test pending.
- Type: string
statusMessage
The status message from the last effective check.
- Type: string
target
The target object.
- Type: string
targetType
A letter indicating the target type.
- Type: string

