Verify Knowledge Discovery Runs Correctly
When you have installed Knowledge Discovery and are using it, you can run actions to verify that it is running correctly.
GetRequestLog
Send a GRL
(or GetRequestLog
) action to any Knowledge Discovery component to return a log of the requests that have been made to it, including:
-
the date and time that a request was made.
-
the client IP address that made the request.
-
the internal thread that handled the action.
For example:
http://componentHost:port/action=GRL
For further details on the GRL
action, refer to the component Help.
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 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 Agent operations:
-<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>
GetStatus
Use the GetStatus
action to check whether the Knowledge Discovery service is running.
For example:
http://componentHost:port/action=GetStatus
GetVersion
Use the GetVersion
action to check the version number of a Knowledge Discovery service.
For example:
http://componentHost:port/action=GetVersion