• LRE API - Timeslot endpoint not working (for me)

    Using this endpoint: https://loa-lre-qa.pncint.net/LoadTest/rest/domains/PNC/projects/Automation/timeslots/availabilities Request Type : PUT Body : { "TimeslotAvailability" : { "SearchDurationInHours" : 4 , "Timeslot" : { "StartTime…
  • LRE API - Retrieving a result by file name

    I'm using this URL to get a results file by Run ID https://{LREPath}/loadTest/rest/domains/PNC/projects/Retail/Runs/9722/Results/Reports.zip/data Getting this response < h2 > 500 - Internal server error. </ h2 > < h3 > There is a problem with…
  • LRE Rest API - Python - Are there server logs? If so, where?

    Hi all I'm just getting started with LRE API Rest and I'm facing some issues. I'm using Python to call the API. This code isn't working and giving back 500 server error with generalized response, Are there server logs that will show the detailed error…
  • LRE 2022 REST API Get Project by query

    Hi Team, I am trying to get the specific LRE project details by using the LRE REST API, But I get the below error in Java. Could anyone please help? What I am missing here. The same URL works in Postman. HttpHeaders headers = new HttpHeaders(); headers…