Get select license info from Qlik Sense server #805
Closed
mountaindude
started this conversation in
Ideas
Replies: 2 comments
-
Output to console log will be either as info or warn, depending on whether number of remaining days in the server license is more or less than a threshold value set in the Butler config file.
or
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Included in 12.4.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should be optional feature limited to non/low-sensitive info.
Example:
Status is checked at configurable intervals and sent to console log.
Other destinations can be added (handled in separate GitHub tickets).
Data is available at QRS endpoint
/qrs/license/
.The returned JSON contains a
keyDetails
property which needs to be parsed to get license expiry dates for the various components included in the Qlik Sense license that is installed.Beta Was this translation helpful? Give feedback.
All reactions