toggleManagementInterface


SoftLayer_Hardware_SecurityModule750::toggleManagementInterface

Toggle the IPMI interface on and off.

Description

Attempt to toggle the IPMI interface. If there is an active transaction on the server, it will throw an exception. This method creates a job to toggle the interface. It is not instant.

Parameters

Name Type Description
enabled boolean Whether to enable or disable the interface.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/toggleManagementInterface'