GetLicenseInfo
You can send a GetLicenseInfo
action to Knowledge Discovery to return information on your license. This action allows you to check whether your license is valid, which Knowledge Discovery operations your license includes, and which actions you can run.
For example:
http://componentHost:port/action=GetLicenseInfo
The following result indicates that your license is valid:
-<autn:license> <autn:validlicense>true</autn:validlicense> </autn:license>
The following result indicates that your license includes the Knowledge Discovery Agent operation:
-<autn:section> <autn:name>Agent</autn:name> <autn:licensed>true</autn:licensed> </autn:section>
The following result indicates that you are permitted to run Query
actions:
-<autn:section> <autn:name>Query</autn:name> <autn:licensed>true</autn:licensed> </autn:section>