For the complete documentation index, see llms.txt. This page is also available as Markdown.

Access Aggregated Data from Sahamati

FIP Health API V1.0.0

Introduction

FIUs 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.

Target Users

  • FIUs

  • AA Client apps

  • FIP Health monitoring systems

  • Real-time alert systems - both central and FIP specific

How the solution works

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 Broad Specs

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:

Status
Condition

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?