Group runtime settings
Description
The runtime settings of a group in a test.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups/{group name}/RTS
Remarks
When updating the runtime settings, the request body contains only the data to be changed. The request body is a subset of Runtime Settings XML.
You can also globally update runtime settings on all or part of the groups in a test. For details, see Example: Update global runtime settings and command line.
HTTP Method
GET: Gets the runtime settings for the group.
PUT: Updates runtime settings for the group.
Request
Headers:
PUT:
Content-Type: application/xml
GET:
Accept: application/xml
Cookies:
Version 2020 (or later) | LWSSO_COOKIE_KEY={LwssoCookie}; |
Versions earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request Body:
GET: No request body.
PUT: An XML describing the runtime settings to be changed. See Runtime Settings XML

GET http://<LRE_Server>/LoadTest/rest/domains/TEST_DOMAIN/projects/TEST_PROJECT/tests/1/Groups/{group name}/RTS
Content-Type: application/xml
Cookie: LWSSO_COOKIE_KEY={LwssoCookie};
Response
Headers:
None
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
PUT, DELETE: None
GET: The data. See Runtime Settings XML
See Also
Create a test
Get or delete all groups in test
Runtime Settings XML