Viewing Developer Portal health
This REST API is used to view the Developer Portal health, build, and metrics.
List of resources
- GET
/info
Retrieves the Developer Portal build details.
- GET
/metrics
Retrieves the Developer Portal application metrics.
- GET
/health
Retrieves the Developer Portal health details.
- GET
/health/liveness
Retrieves the Developer Portal health liveness status.
- GET
/health/readiness
Retrieves the Developer Portal health readiness status.
- GET
/env
Retrieves the Developer Portal environment details.
Sample cURL Command
curl --location --request GET 'developer_portal_rest_base/info' \
--header 'Authorization: Basic basic_auth'
The health.yaml file is located at SAGInstallDir\DeveloperPortal\developers\openapis.