"SoftLayer_" prefix removed for readability.
Create multiple user Virtual Guest notification entries at once
Name | Type | Description |
---|---|---|
templateObjects | SoftLayer_User_Customer_Notification_Virtual_Guest[] | An array of SoftLayer_User_Customer_Notification_Virtual_Guest objects that you wish to create. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_Customer_Notification_Virtual_Guest]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_Notification_Virtual_Guest/createObjects'