influxdata/telegraf
Auf GitHub ansehenplugin for Nvidia DLS (Delegated License Service) Appliance licenses usage
Open
#16.119 geöffnet am 31. Okt. 2024
feature requesthelp wanted
Repository-Metriken
- Stars
- (9.892 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 12h) (136 gemergte PRs in 30 T)
Beschreibung
Use Case
the plugin will collect the data (licence usage, list pool, get active leases) via restfull API
Expected behavior
have reports on usage and Nvidia license stats
Actual behavior
when trying to use inputs.http the way the DLS request authentication is not workable:
- use a first request on 1 url authentication to get a token
- with the token use the restfull right call with the token gathered in the first request as explain here inputs.http with cookies and for Nvidia DLS API calls
Additional info
details
- https://ui.licensing.nvidia.com/api-doc/dls-api-docs.html
- https://docs.nvidia.com/license-system/latest/index.html
plugin idea proposed by @srebhan ;)