isWindowsServer


SoftLayer_Hardware_SecurityModule::isWindowsServer

Determine if a server runs the Microsoft Windows operating system.

Description

Determine if the server runs any version of the Microsoft Windows operating systems. Return ‘’true’’ if it does and ‘‘false if otherwise.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/isWindowsServer'