Get the license key
Contributors
You should get the license key information for your SolidFire eSDS cluster before you contact NetApp Support for help with troubleshooting issues. The license key for the SolidFire eSDS cluster consists of the cluster’s order number combined with the serial number.
You can use the GetLicenseKey
method to get the license key information for the SolidFire eSDS storage cluster. The GetLicenseKey
method has no input parameters. This method has the following return values:
Name | Description | Type |
---|---|---|
|
The new sales order number of the storage cluster. |
string |
|
The new serial number of the storage cluster. |
string |
-
Run the
GetLicenseKey
API method as shown in the following example:Requests for this method are similar to the following example:
{ "method": "GetLicenseKey", "params": { }, "id": 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : { "serialNumber": "30G56E3WV", "orderNumber": "33601" } } }