a73x

internal/server/api/testdata/exposure.golden.json

Ref:   Size: 425 B   History

[
  {
    "id": "x-9012",
    "vm_id": "v-5678",
    "host_id": "h-1234",
    "guest_port": 8080,
    "host_port": 30080,
    "host_addr": "192.168.0.190",
    "protocol": "tcp",
    "scope": "lan",
    "state": "failed",
    "reason": "listen tcp 0.0.0.0:30080: bind: address already in use",
    "created_at": "2026-07-27T12:04:00Z",
    "sessions": {
      "active": 7,
      "refused": 12,
      "dropped": 3
    }
  }
]