Registration
Registration Info
Returns the registration data of the HarperDB instance.
operation (required) - must always be
registration_info
Body
{
"operation": "registration_info"
}
Response: 200
{
"registered": true,
"version": "4.2.0",
"ram_allocation": 2048,
"license_expiration_date": "2022-01-15"
}
Get Fingerprint
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
Body
{
"operation": "get_fingerprint"
}
Set License
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
Body
{
"operation": "set_license",
"key": "<your-license-key>",
"company": "<your-company>"
}
Last updated