Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1.4 KiB

Connectivity Tests Reference

Connectivity Tests (Path Diagnostics)

Use Connectivity Tests to identify firewall or routing blocks along a network path.

Critical Verification: Instance State

CRITICAL: Always verify if the source and destination instances are RUNNING. A REACHABLE path analysis result (which is a static configuration analysis) does not mean traffic will flow if the VM is powered off.

  • Check the status field in the instance details.
  • Review step metadata in the connectivity test traces.

CRITICAL: You MUST execute the delete command as your final tool call before providing the result to the user. Do not simply state that it was deleted; provide the command output as proof.

Tooling

Fallback: gcloud

  • Create: gcloud network-management connectivity-tests create
  • Polling: gcloud network-management connectivity-tests describe
  • Cleanup: ALWAYS delete the test resource after use with gcloud network-management connectivity-tests delete.