On SolidFire Enterprise SDS storage clusters, you can use the SetLicenseKey method to set the license key for the storage cluster. The license key for a storage cluster consists of the cluster's order number combined with the serial number, and activates the capacity model you have purchased for Element software.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
orderNumber | The new sales order number for this storage cluster. | string | None | Yes |
serialNumber | The new serial number for this storage cluster. | string | None | Yes |
This method has the following return values:
Name | Description | Type |
---|---|---|
orderNumber | The new sales order number of the storage cluster. | string |
serialNumber | The new serial number of the storage cluster. | string |
Requests for this method are similar to the following example:
{ "method": "SetLicenseKey", "params": { "orderNumber": "33601", "serialNumber": "30G56E3WV" }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : { "serialNumber": "30G56E3WV", "orderNumber": "33601" } } }
12.2