Retrieval of Test Automation service catalog document
![]()
As per https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI the Test Automation service catalog document can be retrieved from https://<ETM-URL>/qm/oslc_auto_test/catalog. We understand that for successful GET request, LtapToken2 cookie should be present in the request header.
Is there an API that returns the LtapToken on passing the necessary information? Is LtapToken based authorization consistent irrespective of the servers or databases used?
[Our requirement is to retrieve the Project areas list and populate it to a dropdown list. As per https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI the project areas can be fetched from the Test Automation service catalog document.]
|
One answer
![]()
Hello Anuraag,
You need to get that information once you have authenticated. All you need can be found here:
Look for
j_security_check
Hope this helps.
Regards,
Fabian
|