Backup destinations
Testing a destination before you trust it: `testDestination` and the stored verdict.
Queries
destinationTestReport(id)
Reads the stored verdict without re-probing.
Mutations
testDestination(id)
Asks the agent to actually try the destination and returns
DestinationTestResult { destination, report }.
A verdict is a return value, not an error
report.ok is the verdict, report.error carries the agent's verbatim
message, report.steps the probe sequence.
Gated on manage_backup_destinations, see
Capabilities.
See also
Did this page help you?