API reference
The provider details API (legacy) provides RESTful endpoints for accessing provider data.
The primary documentation for the REST endpoints is the Swagger UI - which is available at each of the following PDA (legacy) environment URLs:
- PDA (legacy) dev environment
- PDA (legacy) uat environment
- PDA (legacy) preprod environment
- PDA (legacy) prod environment (no Swagger UI)
Health check
GET /actuator/health
Returns the health status of the application.
Response:
{
"status": "UP",
"components": {
"db": {
"status": "UP"
},
"redis": {
"status": "UP"
}
}
}
Rate limiting
The API enforces rate limiting:
- RPS: 100 requests per second
- RPM: 6000 requests per minute
Rate limiting is handled by the Cloud Platform ingress.
Operational hours
The PDA (legacy) environments are dependent on connectivity to the ECP environment, so PDA’s operational hours are similar to ECP’s. The service is available 07:00 until 21:30.
More information
For detailed implementation, see Development.