testRaidAlertService


SoftLayer_Hardware_SecurityModule750::testRaidAlertService

Tests the RAID Alert service.

Description

Test the RAID Alert service by sending the service a request to store a test email for this server. The server must have an account ID and MAC address. A RAID controller must also be installed.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throws the exception ‘Missing required property: …’ when the server is missing an account ID, MAC address, or RAID controller.
  • Throws the exception ‘API request failed.’ when there is an unrecoverable error communication with the RAID Alert service.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/testRaidAlertService'