SoftLayer Network Monitor Version1 Query ResponseType
From SoftLayer Development Network Wiki
Contents |
Overview
The ResponseType type stores only an ID and a description of the response type. The only use for this object is in reference. The user chooses a response action that would be appropriate for a monitoring instance, and sets the ResponseTypeId to the SoftLayer_Network_Monitor_Version1_Query_Host->responseActionId value.
The user can retrieve all available ResponseTypes with the getAllObjects method on this 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
actionDescription
The description of the action the monitoring system will take on failure
- Type: string
- Length: 100 characters
id
The unique identifier for this object
- Type: integer
level
The level of this response. The level the customer has access to is determined by values in SoftLayer_Network_Monitor_Version1_Query_Host_Stratum
- Type: integer
- Length: 4 digits

