Access Aggregated Data from Sahamati
Last updated
Was this helpful?
FIUs/TSPs want to access SAANS Data during their user journeys. This allows them to manage the user expectations and Lending FIUgate the user through the AA flow depending upon the health status of the APIs. This could lead to a higher success percentage by only raising a consent request when the likelihood of the consent's success is much higher.
FIUs
AA Client apps
FIP Health monitoring systems
TSPs
Real-time alert systems - both central and FIP specific
The solution requires a system that can identify FIUs that have subscribed to the service. These FIUs will expose endpoints that receive data from the API on a 30 min frequency. This data will be calculated based on the performance of FIP over the last 30 min. The data will be pushed to the exposed endpoint.
API Specs: View Specs
Sample JSON: View Sample
SLAs: View SLAs
Status Criteria
The status value is derived from two metrics, Success % and P50 Latency, using the following logic:
GOOD
Success % > 95% AND P50 Latency < 5000 ms
BAD
Success %≤ 95% OR P50 Latency≥ 5000 ms
UNSURE
No data available or metrics are incomplete for the time window
Last updated
Was this helpful?
Was this helpful?