saveCurrentConfiguration


SoftLayer_Network_Application_Delivery_Controller::saveCurrentConfiguration

Save an application delivery controller’s configuration state.

Description

Save an application delivery controller’s configuration state. The notes property for this method is optional.

Parameters

Name Type Description
notes string A note to identify a saved configuration at a later date.

Required Headers

Optional Headers

Return Values

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller/{SoftLayer_Network_Application_Delivery_ControllerID}/saveCurrentConfiguration'