Creating REST URIs to log on
You can create REST URIs to log on to Rational®
ClearQuest® Web.
About this task
Procedure
Example
The following REST URI template to log on to Rational ClearQuest Web was created by using the New REST URI wizard.
http://CQWebServerHost/cqweb/restapi/YourConnection/YourUserDB?format=HTML&loginId={{loginid}}&password={{password}}
The
variables and template placeholders have the following meanings:
- CQWebServerHost
- Web address of your Rational ClearQuest Web server host system. This value is defined when the REST URI template is created.
- YourConnection
- Your Rational ClearQuest connection. This value is defined when the REST URI template is created.
- YourUserDB
- Your Rational ClearQuest user database. This value is defined when the REST URI template is created.
- format
- The default format for the resource request is HTML. You can change the format to XML or ATOM, if desired.
- {{loginid}}
- Placeholder for your logon ID.
- {{password}}
- Placeholder for your password.