getAttachedFile


SoftLayer_Notification_Occurrence_Event::getAttachedFile

Retrieve a file attached to an event.

Description

Retrieve the contents of the file attached to a SoftLayer event by it’s given identifier.

Parameters

Name Type Description
attachmentId int The id of the attachment to retrieve

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Notification_Occurrence_Event/{SoftLayer_Notification_Occurrence_EventID}/getAttachedFile'