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
12 lines
655 B
JSON
12 lines
655 B
JSON
{
|
|
"cloud": "hetzner",
|
|
"recorded_at": "2026-02-11T03:07:29Z",
|
|
"fixtures": {
|
|
"server_types": {"endpoint": "/server_types?per_page=50", "recorded_at": "2026-02-11T03:07:22Z"},
|
|
"locations": {"endpoint": "/locations", "recorded_at": "2026-02-11T03:07:23Z"},
|
|
"ssh_keys": {"endpoint": "/ssh_keys", "recorded_at": "2026-02-11T03:07:24Z"},
|
|
"servers": {"endpoint": "/servers", "recorded_at": "2026-02-11T03:07:25Z"},
|
|
"create_server": {"endpoint": "POST /servers", "type": "live", "recorded_at": "2026-02-11T03:07:26Z"},
|
|
"delete_server": {"endpoint": "DELETE /servers/{id}", "type": "live", "recorded_at": "2026-02-11T03:07:29Z"}
|
|
}
|
|
}
|