Hello Team,
Do we have an API to collect execution results failure rate, number of hits?
I am using the following API
'https://blazemeter.domain.net:8443/api/v4/masters?limit=1&testId=XXXXX&workspaceId=XXXXXXX&sort[]=-updated'
But the output did not have that information.
Saas BLAZEMETER PERFORMANCE TESTING
API
Can you review the below API call and see if this meets your needs?
api-functional-summary-statistics-response-attributes – API Reference (blazemeter.com)
{
"api_version": 4,
"error": null,
"result": [
{
"groupId": "76691196-ec79-5b35-a91d-xxxxxxxxxxx",
"sessionId": "r-v4-5e0a5dxxxxxx",
"summary": {
"testsCount": 28,
"requestsCount": 28,
"errorsCount": 7,
"assertions": {
"count": 0,
"passed": 0
},
"responseTime": {
"sum": 12552
},
"isFailed": true,
"failedCount": 7,
"failedPercentage": 100
},
"id": "76691196-ec79-5b35-a91d-xxxxxxxxxxx",
"name": "Thread Group 1"
}
],
"request_id": "5e0a698xxxxxx"
}
You can explore some of the other API in the same area for additional information.