Comment on page
Registration
Returns the registration data of the HarperDB instance.
- operation (required) - must always be
registration_info
{
"operation": "registration_info"
}
{
"registered": true,
"version": "4.2.0",
"ram_allocation": 2048,
"license_expiration_date": "2022-01-15"
}
Returns the HarperDB fingerprint, uniquely generated based on the machine, for licensing purposes.
Operation is restricted to super_user roles only
- operation (required) - must always be
get_fingerprint
{
"operation": "get_fingerprint"
}
Sets the HarperDB license as generated by HarperDB License Management software.
Operation is restricted to super_user roles only
- operation (required) - must always be
set_license
- key (required) - your license key
- company (required) - the company that was used in the license
{
"operation": "set_license",
"key": "<your-license-key>",
"company": "<your-company>"
}
Last modified 18d ago