getResultFile


SoftLayer_Hardware_Benchmark_Certification::getResultFile

Retrieve the file for a benchmark certification result, if is exists.

Description

Attempt to retrieve the file associated with a benchmark certification result, if such a file exists. If there is no file for this benchmark certification result, calling this method throws an exception. The “getResultFile” method attempts to retrieve the file associated with a benchmark certification result, if such a file exists. If no file exists for the benchmark certification, an exception is thrown.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary

Error Handling

  • “The benchmark certification result file you attempted to retrieve does not exist.”
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Benchmark_Certification/{SoftLayer_Hardware_Benchmark_CertificationID}/getResultFile'