Creating REST URIs to log on
You can create REST URIs to log on to HCL Compass Web.
About this task
Procedure
- On the HCL Compass Web
toolbar, click the arrow next to New Change Request and
select New REST URI. The New REST URI wizard opens.
- Select Log on from the REST URI Type list.
- Click Create.The REST URI logon template appears in the REST URI Template field.
- Copy the template into a text editor and replace the placeholders
{{loginid}}
and{{password}}
with your login ID and password, respectively.Optional: Change the default format for the resource request from
HTML
toXML
orATOM
. - Copy the modified template into your Web application or another Web browser window.
- Click Reset to create a new REST URI template or Close to exit.
Example
The following REST URI template to log on to HCL Compass 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 HCL Compass Web server host system. This value is defined when the REST URI template is created.
- YourConnection
- Your HCL Compass connection. This value is defined when the REST URI template is created.
- YourUserDB
- Your HCL Compass 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 toXML
orATOM
, if desired. - {{loginid}}
- Placeholder for your logon ID.
- {{password}}
- Placeholder for your password.