SoftNAS API Guide
Menu
Index

3.8. licenseactivate

 
Description
 
This method is used to activate a license key for use with SoftNAS.
 
NOTE:  SoftNAS Cloud does not require license keys or activation and is recommended product for on-demand, dynamic use on AWS.
 
POST
licenseactivate
 
 
 
Request
 
The following parameters are part of the licenseactivate method, in addition to the Standard Request Structure
 
For definitions of the parameters, see section Properties
Name
Parameter name
Required?
licensekey
currentkey
Y
register name
regname
Y
hardware id
hardware_id
Y
 
Example
 
Response
 
 
Example
{
    "result": {
      
 "msg": "Activation proxy: Activation attempt failed. Details: This
license key has been previously activated and cannot be activated
again.<br><br>Please obtain a new license key or contact
Support for activation assistance if you have moved or reinstalled.",
        "success": false
    },
    "session_id": 11255,
    "success": true
}
 
 
Made with help of Dr.Explain