Asset Health and Service Information API
Host routes
| Route | Classification | Behavior |
|---|---|---|
GET /health | Foundation | ASP.NET Core health-check response; no dependency checks are registered |
GET / | Foundation | Standard service-information envelope with correlation context |
GET /asset/health-data | Foundation diagnostics | Tenant-scoped asset and evidence counts |
The routes are included in OpenAPI through endpoint registration/tags. No separate liveness/readiness groups, persistence probe, broker probe, Workflow probe, Document Service probe, diagnostic authorization, or operational status model is registered. Health-data indicates seeded/count state only and must not be treated as dependency readiness.
Classification
The API is Transitional. Capabilities explicitly described as absent are Not implemented. Host diagnostics and evidence routes are Foundation. Production exposure, ownership, and governance Require confirmation.
Source References
microservices/src/asset-service/Program.csmicroservices/src/asset-service/Api/AssetEndpoints.csmicroservices/src/shared-kernel/Extensions/EndpointRouteBuilderExtensions.cs