SoftLayer Auxiliary Notification Emergency (type)
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Auxiliary_Notification_Emergency data type. For information on the SoftLayer_Auxiliary_Notification_Emergency service please see SoftLayer_Auxiliary_Notification_Emergency.
Contents |
Overview
A SoftLayer_Auxiliary_Notification_Emergency data object represents a notification event being broadcast to the SoftLayer customer base. It is used to provide information regarding outages or current known issues.
| 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
createDate
The date this event was created.
- Type: dateTime
device
The device (if any) effected by this event.
- Type: string
- Length: 512 characters
duration
The duration of this event.
- Type: string
- Length: 512 characters
id
The device (if any) effected by this event.
- Type: integer
location
The location effected by this event.
- Type: string
- Length: 512 characters
message
A message describing this event.
- Type: string
- Length: 4000 characters
modifyDate
The last date this event was modified.
- Type: dateTime
servicesAffected
The service(s) (if any) effected by this event.
- Type: string
- Length: 512 characters
startDate
The date this event will start.
- Type: dateTime
statusId
Current status record for this event.
- Type: integer
- Length: 10 digits
Relational Properties
signature
The signature associated with this notification.
signature can be queried by object mask.
signature must be a unique value.
status
The status of this notification.
status can be queried by object mask.
status must be a unique value.

