Why
Exposing the field in the API is not enough — the running provider must report its configured value so inventory and bid-screening clients can rely on it.
What
Provider status responses report the provider's configured reclamation window. Providers without a configured window omit the field.
Flows that should work:
- REST
/status includes reclamation_window when configured.
- gRPC
GetStatus and StreamStatus include Status.reclamation_window.
Acceptance Criteria
Why
Exposing the field in the API is not enough — the running provider must report its configured value so inventory and bid-screening clients can rely on it.
What
Provider status responses report the provider's configured reclamation window. Providers without a configured window omit the field.
Flows that should work:
/statusincludesreclamation_windowwhen configured.GetStatusandStreamStatusincludeStatus.reclamation_window.Acceptance Criteria
/statusincludesreclamation_windowwhen configured, and omits it when not.GetStatusandStreamStatusincludeStatus.reclamation_windowmatching the configured--reclamation-window.