spawn/test/fixtures/vultr/_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
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"}
}
}