SoftLayer_Notification


SoftLayer_Notification

Description

Details provided for the notification are basic. Details such as the related preferences, name and keyname for the notification can be retrieved. The keyname property for the notification can be used to refer to a notification when integrating into the SoftLayer Notification system. The name property can used more for display purposes.

Local


id

Unique identifier for the notification.
Type: int


keyName

Name that can be used by external systems to refer to a notification.
Type: string


name

Friendly name for the notification.
Type: string

Relational


preferences

The preferences related to the notification. These are preferences are configurable and optional for subscribers to use.
Type: SoftLayer_Notification_Preference[]


requiredPreferences

The required preferences related to the notification. While configurable, the subscriber does not have the option whether to use the preference.
Type: SoftLayer_Notification_Preference[]

Count


preferenceCount

A count of the preferences related to the notification. These are preferences are configurable and optional for subscribers to use.
Type: unsignedLong


requiredPreferenceCount

A count of the required preferences related to the notification. While configurable, the subscriber does not have the option whether to use the preference.
Type: unsignedLong