-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing checkout / check-in on licenses API #6875
Comments
Also, looking for this functionality to put checkin/outs of licenses on our rlm server. Is this included in ver 5? |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Yes, need this to be able to automate things. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Is there also an API endpoint for Licenses assigned to a user? |
Definitely need this feature!! |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
still wanted |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Still needed |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Yes. |
Yes this feature would work dreams. |
Stale bot doesn't seem to have remove the label yet, @snipe. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Yes |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Yes
…On May 16, 2020, 20:16, at 20:16, Marc Leuser ***@***.***> wrote:
i believe this is basically the same request as this one
#6695
can we agree to close this ticket and move discussions to my FR? i've
started working on it already
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#6875 (comment)
|
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
May be the same as #6695; would that allow checking out licences to users and/or computers? |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
@iainhallam yes, it would. The PR i opened implements that. It's probably not going to be merged until v5 is finished. When it's out i'm going to revisit my PR and update it so it will hopefully make it into a release eventually. |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
still relevant. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
yes it is. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Adding to the list of users who would like to see this functionality. |
@TonyAndraza and anybody else reading this, the feature has made it into a release already, unfortunately the API reference is lacking documentation. The related issue has been closed as stale unfortunately: #6696 You can list seats using /licenses/:id/seats and you can perform a checkin/checkout by PUTing the new information to /licenses/:id/seats/:id (the former ID being the license ID, the latter the license seat ID). The API will automatically derive the information whether it's a checkin or checkout, and log it accordingly, as the GUI would |
@marcquark Thanks a bunch! That works. I searched everywhere and spend many hours with trying but only to get plain rejections. |
Our documentation platform allows you to submit change requests; please do! |
@uberbrady i'd love to! I might just be too dumb, but i can't figure out where? There's a button in the "Guides" section, yes. But it's a dead end as far as i can tell, only allows editing "normal" pages but not the API reference. Would you be able to provide some guidance on how to submit change requests specifically for the API reference? |
https://snipe-it.readme.io/reference/licensesidseatseatid
|
@snipe I just learned that #6695 has been closed and released and is now available to us, after reading this other issue here 🙈 I posted a note there referencing this issue here. But then I also noticed that the docs for v6.0.0 (which is the default selection in the api reference) don't contain that endpoint. Took me a while to figure out that only v5.4.4 contains the relevant information. Would you want me to open a new issue or is this something you can easily fix?
|
It seams https://snipe-it.readme.io/reference/licensesidseatseatid is not available anymore :/
|
Server (please complete the following information):
Is your feature request related to a problem? Please describe.
I can't find a way to auto update software licenses with API, as there is no API to assign (checkin & checkout) a license to a user/computer
Describe the solution you'd like
A clear and concise description of what you want to happen.
add a checkout/checkin options for licenses api
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
manual work , lots of :)
Additional context
thanks, hope this is something small and important that could be easily applied.
The text was updated successfully, but these errors were encountered: