mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 23:50:48 +00:00
* feat: testing * feat: auto-fix dead apis * fix: mock works * feat: new fixtures * fix: more clouds tested * fix: dry run fix * fix: civo valid size * fix: civo result wait * feat: fixtures * feat: per cloud agent
13 lines
711 B
JSON
13 lines
711 B
JSON
{
|
|
"cloud": "vultr",
|
|
"recorded_at": "2026-02-11T03:01:06Z",
|
|
"fixtures": {
|
|
"account": {"endpoint": "/account", "recorded_at": "2026-02-11T02:59:20Z"},
|
|
"ssh_keys": {"endpoint": "/ssh-keys", "recorded_at": "2026-02-11T02:59:21Z"},
|
|
"instances": {"endpoint": "/instances", "recorded_at": "2026-02-11T02:59:21Z"},
|
|
"plans": {"endpoint": "/plans", "recorded_at": "2026-02-11T02:59:24Z"},
|
|
"regions": {"endpoint": "/regions", "recorded_at": "2026-02-11T02:59:25Z"},
|
|
"create_server": {"endpoint": "POST /instances", "type": "live", "recorded_at": "2026-02-11T02:59:27Z"},
|
|
"delete_server": {"endpoint": "DELETE /instances/{id}", "type": "live", "recorded_at": "2026-02-11T03:01:06Z"}
|
|
}
|
|
}
|