cbd0adca91
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
1.1 KiB
1.1 KiB
Language / Язык: English | Русский
API surface
Entry points:
| Path | Role |
|---|---|
/ovirt-engine/api |
Engine REST root (v4 default on 4.x series) |
/ovirt-engine/api/v3 … /v4 |
Explicit API major |
/ovirt-engine/sso/oauth/* |
SSO OAuth2 |
/health/live, /health/ready |
Liveness / readiness |
/ (UI port) |
Web console |
Routing model
- Contract routes from the active
contracts/ovirt/<series>pack are registered as individual OpenAPI operations. - Specialized semantic handlers persist inventory mutations (VMs, disks, hosts, networks, storage domains, jobs, …).
- A catch-all Engine router remains as a hidden fallback for remaining collections via the schema engine.
Packs live under contracts/ovirt/. Coverage table:
api_coverage.md. Domain guides: domains/.
Representations
Request/response bodies may be JSON or XML depending on Accept /
Content-Type. Prefer Accept: application/json for modern clients.