You can send a GetLicenseInfo
action to HPE IDOL to return information on your license. This action allows you to check whether your license is valid, which HPE IDOL operations your license includes, and which actions you can run.
For example:
http://IDOLhost: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 HPE IDOL 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>
|