The run-time settings of a group in a test.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups/{group name}/RTS
When updating the run-time settings, the request body contains only the data to be changed. The request body is a subset of Run-time Settings XML.
GET: Gets the run-time settings for the group.
PUT: Updates run-time settings for the group.
Headers:
PUT, one of:
GET: One of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
GET: No request body.
PUT: An XML describing the run-time settings to be changed, or the equivalent in JSON format. See Run-time Settings XML
GET http://<PcServer>/LoadTest/rest/domains/TEST_DOMAIN/projects/TEST_PROJECT/tests/1/Groups/{group name}/RTS Content-Type: application/xml Cookie: LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Headers:
None
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
PUT, DELETE: None
GET: The data. See Run-time Settings XML
|