mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-23 21:14:51 +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
747 B
JSON
13 lines
747 B
JSON
{
|
|
"cloud": "linode",
|
|
"recorded_at": "2026-02-11T03:01:14Z",
|
|
"fixtures": {
|
|
"profile": {"endpoint": "/profile", "recorded_at": "2026-02-11T03:01:06Z"},
|
|
"ssh_keys": {"endpoint": "/profile/sshkeys", "recorded_at": "2026-02-11T03:01:07Z"},
|
|
"instances": {"endpoint": "/linode/instances", "recorded_at": "2026-02-11T03:01:07Z"},
|
|
"types": {"endpoint": "/linode/types", "recorded_at": "2026-02-11T03:01:08Z"},
|
|
"regions": {"endpoint": "/regions", "recorded_at": "2026-02-11T03:01:08Z"},
|
|
"create_server": {"endpoint": "POST /linode/instances", "type": "live", "recorded_at": "2026-02-11T03:01:10Z"},
|
|
"delete_server": {"endpoint": "DELETE /linode/instances/{id}", "type": "live", "recorded_at": "2026-02-11T03:01:14Z"}
|
|
}
|
|
}
|