setOsPasswordFromEncrypted


SoftLayer_Resource_Configuration::setOsPasswordFromEncrypted

Set resource operating system password from an encrypted password

Description

The setOsPasswordFromEncrypted method is used to set the operating system password from a key/pair encrypted password signed by SoftLayer.

Parameters

Name Type Description
encryptedPassword string

Required Headers

Optional Headers

  • None

Return Values

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