jtp:license string in JTS rootservices (Jazz OSLC API discovery)
Hello guys,
If request rootservices for JTS application (IBM Rational Jazz), I can find there a string:
<jtp:license rdf:resource="https://<server>:<port>/jts/process-authoring/license"/>
Response:
What do I do wrong? Is anyway to read and manipulate licensing capabilities by means of OSLC API somehow?
Thank you!
Accepted answer
Dmitry,
Comments
Ralph,
Thank you very much for quick answer! It's pity that CAL management is unavailable at OSLC level. I mean looking for available licenses, assigned licenses, and may be even releasing some licenses with big timeout. Or may be that is possible somehow?
Dmitri,
Ralph,
Thank you very much! This is very valuable information for me.
Using the repotools this would look like this:
One other answer
Hi Dmitry
- Query users and license allocations to CSV: repotools-jts -exportUsers
- Create users/assign licenses from CSV: repotools-jts -importUsers
- Create a user/assign license: repotools-jts -createUser
- List licenses on the server to CSV: repotools-jts -listLicenses
Comments
Hi Ian,
Thank you very much for this posted answer. At least, I'm considering some research of reportools which could be applied to my task. The entry points provided by you are very valuable for me on this way.
Anyway, I will take a look at this way with attention.