Endpoint
Response
Returns anAboutRepresentation object containing build and deployment metadata.
Response Fields
The name of the application
The build number from the CI/CD pipeline
The timestamp when the application was built
The timestamp when the service was deployed (ISO 8601 format with timezone)
The git commit hash of the deployed version
The git branch from which the service was built
The active Spring profiles (environment configuration)
Example Response
Use Cases
- Health monitoring and service discovery
- Debugging and troubleshooting deployments
- Verifying which version is running in an environment
- Audit trails for deployment tracking