Sets the baseline for a trend report.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/TrendReports/{TrendID}/baselineid
None
POST: Sets the trend baseline ID.
Headers:
Accept: application/xml
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
No request body.
POST http://<PcServer>/LoadTest/rest/domains/MyDomain/projects/MyProject/TrendReports/5/baselineid Content-Type: application/xml Cookie: LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; <TrendBaseLine xmlns="http://www.hp.com/PC/REST/API"> <RunID>6</RunID> </TrendBaseLine >
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
An XML describing the Baseline ID or equivalent JSON format. See Request Example.
TrendReports/{ID}
TrendReports/{ID}/data
TrendReports/{ID} XML
TrendReports (Get all Trend Reports)
TrendReports (Get Trend Report in XML format)