getCurrentBenchmarkCertificationResultFile


SoftLayer_Hardware_SecurityModule750::getCurrentBenchmarkCertificationResultFile

Get the file for the current benchmark certification result, if it exists.

Description

Attempt to retrieve the file associated with the current benchmark certification result, if such a file exists. If there is no file for this benchmark certification result, calling this method throws an exception.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary

Error Handling

  • Throws the exception ‘This hardware currently does not have a benchmark certification.’ when a benchmark certification test has not been performed for this hardware.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getCurrentBenchmarkCertificationResultFile'