Get domains
Available in versions: 12.60 and later
Description
Gets the domains list for the authenticated user.
URL
/LoadTest/rest/domains
Remarks
None
HTTP Method
GET: Returns the domains list for the authenticated user.
Request
Headers:
None
Cookies:
Version 2020 (or later) | LWSSO_COOKIE_KEY={LwssoCookie}; |
Versions earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request Body:
None

GET http://<LRE_Server>/LoadTest/rest/domains
Response
Headers:
One of:
Content-Type: application/xml
Content-Type: application/json.
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:

<Domains xmlns="http://www.hp.com/PC/REST/API">
<Domain>
<Name>JOHN</Name>
</Domain>
<Domain>
<Name>DEFAULT</Name>
</Domain>
<Domain>
<Name>TESTING</Name>
</Domain>
<Domain>
<Name>AUTOMATION</Name>
</Domain>
</Domains>
See Also