internal/server/api/testdata/vm.golden.json
Ref: Size: 852 B History
{
"id": "v-5678",
"host_id": "h-1234",
"name": "sandbox-abc123",
"image_url": "https://images.example.com/resolute.img",
"vcpus": 2,
"mem_mb": 2048,
"disk_gb": 10,
"power_state": "running",
"status": "ready",
"last_error": "boot timeout",
"assigned_ip": "10.77.1.2",
"network": "lan",
"network_ip": "192.168.0.42",
"created_at": "2026-07-27T12:01:00Z",
"deleted": true,
"actual_power": "stopped",
"phase": "creating",
"status_detail": "downloading image 1.2/3.7 GiB",
"destroy_at": 1785153600,
"lifecycle": "deleting",
"injected_key": {
"type": "ssh-ed25519",
"fingerprint": "SHA256:0000000000000000000000000000000000000000000",
"comment": "alex@laptop"
},
"trusted_cas": [
{
"label": "laptop-ca",
"fingerprint": "SHA256:1111111111111111111111111111111111111111111"
}
]
}