projects_getLoadTests
Retrieve load tests for a specific project in LoadRunner Cloud using the project ID. Facilitates access to performance test data for analysis and integration into engineering workflows.
Instructions
Retrieve load tests for a project from LoadRunner Cloud.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the project. |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "The ID of the project.",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}