"SoftLayer_" prefix removed for readability.
Add an update to a ticket.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Ticket_Update | The update to add to the ticket |
attachedFiles | SoftLayer_Container_Utility_File_Attachment[] | An array of no more than two files to attach to your ticket. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Ticket_Update, SoftLayer_Container_Utility_File_Attachment]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Ticket/{SoftLayer_TicketID}/addUpdate'