pub async fn check_multi_vantage(
reference: &str,
bees: &[String],
timeout: Duration,
) -> Result<Report>Expand description
Probe /stewardship/{ref} across all vantages in parallel. Alongside
the retrievability call, fetches /addresses (overlay) and
/health (Bee version) so the rendered report can surface which
neighborhood the probe came from. These ancillary calls are
best-effort: failure leaves overlay / bee_version unset rather
than failing the whole vantage.