Returns or deletes a script.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/scripts/{ID}
/LoadTest/rest/domains/{domainName}/projects/{projectName}/scripts/{ID}/zip
None
GET: scripts/{ID}
returns the script metadata. scripts/{ID}/zip
returns the zip archive of the script.
DELETE: Deletes the script.
Headers:
One of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
GET: No request body.
DELETE: No request body.
GET http://<PcServer>/LoadTest/rest/domains/TEST_DOMAIN/projects/TEST_PROJECT/scripts/125 Content-Type: application/xml Cookie: LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Headers:
One of:
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
GET: Returns the data on the entity in the script entity XML or equivalent JSON string.
DELETE: No body returned.
|