webMethods Developer Portal Health check
This REST API is used to view the webMethods Developer Portal health, build, and metrics.
List of resources
- GET /info
Retrieves the webMethods Developer Portal build details.
- GET /metrics
Retrieves the webMethods Developer Portal application metrics.
- GET /health
Retrieves the webMethods Developer Portal health details.
- GET
/health/liveness
Retrieves the webMethods Developer Portal health liveness status.
- GET
/health/readiness
Retrieves the webMethods Developer Portal health readiness status.
- GET /env
Retrieves the webMethods Developer Portal environment details.
Sample cURL Command
curl --location --request GET 'developer_portal_rest_base/info' \
--header 'Authorization: Basic basic_auth'