spawn/test/fixtures/linode/_metadata.json
Ahmed Abushagur 8b9f9a0e5a
QA-Bot setup (#335)
* 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
2026-02-10 19:51:07 -08:00

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"}
}
}