Bank Name |
---|
tg-abco-sandbox-1 |
Average Response time
in milliseconds
{{(response.responseTime.ttlb / response.responseTime.count).toFixed(2)}}ms
Total API Calls
total number of API calls including 2xx, 4xx and 5xx
{{response.responseTime.count}}
Successful API Calls
total number of 2xx API calls
{{response.stats['2xx']}}
Client Error
total number of 4xx API calls
{{response.stats['4xx'] || 0}}
System Error
total number of 5xx API calls
{{response.stats['5xx'] || 0}}
Error Rate
Error rate percenage
{{ errorRate }}%