getLicenseFile


SoftLayer_Software_VirtualLicense::getLicenseFile

Get the file for a virtual license, if it exists

Description

Attempt to retrieve the file associated with a virtual license, if such a file exists. If there is no file for this virtual license, calling this method will either throw an exception or return false.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Software_VirtualLicense/{SoftLayer_Software_VirtualLicenseID}/getLicenseFile'