Get SLA status for a completed run

Available in versions: 12.55 and later

Description

Returns service level agreement (SLA) data for a completed run.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/runs/{RunID}/SlaData

Remarks

The ID of the run is in the request data. See below.

HTTP Method

GET: Returns the SLA data for the completed run in the body of the response.

Request

Headers:

Accept: application/xml

Cookies:

Version 2020 (or later)

LWSSO_COOKIE_KEY={LwssoCookie};

Versions earlier than 2020

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request Body:

None

Response

Headers:

Content-Type: application/xml

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

The XML containing the SLA data.

Examples

See Also

Run results