Initial release of the oVirt/RHV Engine API simulator.
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"series": "3.1",
|
||||
"previous": "3.0",
|
||||
"added_count": 30,
|
||||
"removed_count": 0,
|
||||
"added": [
|
||||
"DELETE /ovirt-engine/api/datacenters/{datacenter_id}/quotas/{id}",
|
||||
"DELETE /ovirt-engine/api/jobs/{id}",
|
||||
"DELETE /ovirt-engine/api/jobs/{job_id}/steps/{id}",
|
||||
"DELETE /ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas/{id}",
|
||||
"DELETE /ovirt-engine/api/v3/jobs/{id}",
|
||||
"DELETE /ovirt-engine/api/v3/jobs/{job_id}/steps/{id}",
|
||||
"GET /ovirt-engine/api/datacenters/{datacenter_id}/quotas",
|
||||
"GET /ovirt-engine/api/datacenters/{datacenter_id}/quotas/{id}",
|
||||
"GET /ovirt-engine/api/jobs",
|
||||
"GET /ovirt-engine/api/jobs/{id}",
|
||||
"GET /ovirt-engine/api/jobs/{job_id}/steps",
|
||||
"GET /ovirt-engine/api/jobs/{job_id}/steps/{id}",
|
||||
"GET /ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas",
|
||||
"GET /ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas/{id}",
|
||||
"GET /ovirt-engine/api/v3/jobs",
|
||||
"GET /ovirt-engine/api/v3/jobs/{id}",
|
||||
"GET /ovirt-engine/api/v3/jobs/{job_id}/steps",
|
||||
"GET /ovirt-engine/api/v3/jobs/{job_id}/steps/{id}",
|
||||
"POST /ovirt-engine/api/datacenters/{datacenter_id}/quotas",
|
||||
"POST /ovirt-engine/api/jobs",
|
||||
"POST /ovirt-engine/api/jobs/{job_id}/steps",
|
||||
"POST /ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas",
|
||||
"POST /ovirt-engine/api/v3/jobs",
|
||||
"POST /ovirt-engine/api/v3/jobs/{job_id}/steps",
|
||||
"PUT /ovirt-engine/api/datacenters/{datacenter_id}/quotas/{id}",
|
||||
"PUT /ovirt-engine/api/jobs/{id}",
|
||||
"PUT /ovirt-engine/api/jobs/{job_id}/steps/{id}",
|
||||
"PUT /ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas/{id}",
|
||||
"PUT /ovirt-engine/api/v3/jobs/{id}",
|
||||
"PUT /ovirt-engine/api/v3/jobs/{job_id}/steps/{id}"
|
||||
],
|
||||
"removed": []
|
||||
}
|
||||
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"series": "3.1",
|
||||
"major": 31,
|
||||
"api_version": "3",
|
||||
"product": {
|
||||
"major": "3",
|
||||
"minor": "1",
|
||||
"full": "3.1.0"
|
||||
},
|
||||
"operation_count": 498,
|
||||
"service_count": 1,
|
||||
"services": [
|
||||
"engine"
|
||||
],
|
||||
"checksum": "14b4cc5a097c71ed8880d552123c2924b7c6cd540570d47eca786d0af7193241",
|
||||
"generated_at": "2026-07-16T04:31:47Z",
|
||||
"entry_point_links": [
|
||||
{
|
||||
"rel": "bookmarks",
|
||||
"href": "/ovirt-engine/api/bookmarks"
|
||||
},
|
||||
{
|
||||
"rel": "clusters",
|
||||
"href": "/ovirt-engine/api/clusters"
|
||||
},
|
||||
{
|
||||
"rel": "datacenters",
|
||||
"href": "/ovirt-engine/api/datacenters"
|
||||
},
|
||||
{
|
||||
"rel": "disks",
|
||||
"href": "/ovirt-engine/api/disks"
|
||||
},
|
||||
{
|
||||
"rel": "domains",
|
||||
"href": "/ovirt-engine/api/domains"
|
||||
},
|
||||
{
|
||||
"rel": "events",
|
||||
"href": "/ovirt-engine/api/events"
|
||||
},
|
||||
{
|
||||
"rel": "groups",
|
||||
"href": "/ovirt-engine/api/groups"
|
||||
},
|
||||
{
|
||||
"rel": "hosts",
|
||||
"href": "/ovirt-engine/api/hosts"
|
||||
},
|
||||
{
|
||||
"rel": "jobs",
|
||||
"href": "/ovirt-engine/api/jobs"
|
||||
},
|
||||
{
|
||||
"rel": "networks",
|
||||
"href": "/ovirt-engine/api/networks"
|
||||
},
|
||||
{
|
||||
"rel": "permissions",
|
||||
"href": "/ovirt-engine/api/permissions"
|
||||
},
|
||||
{
|
||||
"rel": "roles",
|
||||
"href": "/ovirt-engine/api/roles"
|
||||
},
|
||||
{
|
||||
"rel": "storageconnections",
|
||||
"href": "/ovirt-engine/api/storageconnections"
|
||||
},
|
||||
{
|
||||
"rel": "storagedomains",
|
||||
"href": "/ovirt-engine/api/storagedomains"
|
||||
},
|
||||
{
|
||||
"rel": "tags",
|
||||
"href": "/ovirt-engine/api/tags"
|
||||
},
|
||||
{
|
||||
"rel": "templates",
|
||||
"href": "/ovirt-engine/api/templates"
|
||||
},
|
||||
{
|
||||
"rel": "users",
|
||||
"href": "/ovirt-engine/api/users"
|
||||
},
|
||||
{
|
||||
"rel": "vmpools",
|
||||
"href": "/ovirt-engine/api/vmpools"
|
||||
},
|
||||
{
|
||||
"rel": "vms",
|
||||
"href": "/ovirt-engine/api/vms"
|
||||
}
|
||||
],
|
||||
"deltas": {
|
||||
"added": 30,
|
||||
"removed": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user