What is the "floating-server-root" URI to use the licenses REST API?
![]()
I would like to use REST for getting Licenses information. In the WIKI of Jazz.net I found following information:
My question is now:
I tried the jts context root without success. (My licenses server is local on the JTS server.)
|
One answer
![]()
Try a REST GET call on https://my_jazz_server/jts/service/com.ibm.team.repository.service.internal.license.IFloatingLicenseService/licenses
I had the same question and had to instead dig through the JFS source code to find. At least the source code is made available or else I would have been entirely upset in not getting any answers. |
Comments
Does nobody out there, every used this REST call? What is with the developer of this functionality? May he give me a hint, how to use it?