SoftLayer Notification
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Notification service. For information on the SoftLayer_Notification data type please see SoftLayer_Notification (type).
Contents |
Overview
SoftLayer Customers can use this service to view all of the available notifications that can be subscribed to. Some of the notifications are required while others are not.
Endpoints
| SOAP WSDL | http://api.service.softlayer.com/soap/v3/SoftLayer_Notification?wsdl |
| XML-RPC | http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Notification |
Methods
getAllObjects
Retrieve all Notifications that can be subscribed to.
- returns
- parameters
- None
getObject
Retrieve a SoftLayer_Notification record.
- returns
- SoftLayer_Notification
- parameters
- None
getPreferences
Retrieve the preferences related to the notification. These are preferences are configurable and optional for subscribers to use.
- returns
- parameters
- None
getRequiredPreferences
Retrieve the required preferences related to the notification. While configurable, the subscriber does not have the option whether to use the preference.
- returns
- parameters
- None

