Skip to main content

Asset Health and Service Information API

Host routes

RouteClassificationBehavior
GET /healthFoundationASP.NET Core health-check response; no dependency checks are registered
GET /FoundationStandard service-information envelope with correlation context
GET /asset/health-dataFoundation diagnosticsTenant-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.cs
  • microservices/src/asset-service/Api/AssetEndpoints.cs
  • microservices/src/shared-kernel/Extensions/EndpointRouteBuilderExtensions.cs