Find Funnelback licence key information
API
The Admin API includes a number of API calls that return information about the installed Funnelback licence.
To access this information:
-
Log in to the Funnelback administration interface
-
Select
API UI
from thesystem
menu -
Local the
licence-limits-and-usage
section. -
Use the appropriate API call to determine the information you are interested in.
Command line
The Funnelback license key is located in /opt/funnelback/VERSION/funnelback.lic
.
Use the read key program /opt/funnelback/bin/read_key
to get the details about a Funnelback licence key.
[search@localhost ~]$ /opt/funnelback/bin/read_key <license_key> #e.g pass through a key [search@localhost ~]$ /opt/funnelback/bin/read_key 1231asdfas23d1fsadfasd1hj #e.g pipe license key file to read key program [search@localhost ~]$ cat /opt/funnelback/VERSION/funnelback.lic | /opt/funnelback/bin/read_key #response example old full licnese Product code: full Expires: never Max docs: unlimited Max colls: unlimited Licensed host: .funnelback.com #response example full licnese Product code: fuwg Expires: never Max docs: unlimited Max colls: unlimited Licensed host: .funnelback.com
text