The HP Performance Center REST API enables you to write applications to create and run load tests without using the Performance Center user interface. This API provides only a subset of the functionality provided by the user interface.
This document does not define the terms used in the context of LoadRunner or Performance Center. Refer to the user guides and administrator guides for those products.
Before accessing any other resource, you must authenticate the user. See Authenticate.
Once the user is authenticated, you can:
Upload and download VuGen scripts. See Scripts and Scripts/{ID}.
Before your application closes, logout from the server.
The Performance Center REST API can be used with the ALM REST API. The ALM REST API Reference is available from the help library of ALM.
application/xml
. To pass the request data in JSON format, use header Content-type: application/json
.application/xml
. To request that data be returned in JSON format, use header Accept: application/json
.
|