Initial commit: VMware vSphere API simulator scaffold.
Add the FastAPI app, PostgreSQL migrations, Docker/Helm packaging, API contracts, docs, client examples, and the unit/integration/compatibility test suite for local client and tooling labs without a real vCenter.
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"product": "vmware-api-simulator",
|
||||
"api_version": "8.0.0",
|
||||
"major": 8,
|
||||
"series": "vSphere 8.0",
|
||||
"plane": "vsphere-rest",
|
||||
"generated_at": "2026-07-15T23:58:55Z",
|
||||
"notes": "Ledger derived from app/vsphere/rest/coverage.py + PATH_FLOOR. implemented_methods = available at this major; universe_methods = full simulator registry.",
|
||||
"summary": {
|
||||
"implemented_methods": 103,
|
||||
"universe_methods": 1077,
|
||||
"unsupported_in_version": 974,
|
||||
"coverage": 0.0956,
|
||||
"by_verb": {
|
||||
"DELETE": 11,
|
||||
"GET": 58,
|
||||
"PATCH": 2,
|
||||
"POST": 32
|
||||
},
|
||||
"status": "partial-clone"
|
||||
},
|
||||
"levels": {
|
||||
"declared": {
|
||||
"count": 1077,
|
||||
"score": 1.0
|
||||
},
|
||||
"gated": {
|
||||
"count": 974,
|
||||
"score": 0.9044
|
||||
},
|
||||
"schema_only": {
|
||||
"count": 974,
|
||||
"score": 0.9044
|
||||
},
|
||||
"implemented": {
|
||||
"count": 103,
|
||||
"score": 0.0956
|
||||
},
|
||||
"observed": {
|
||||
"count": 103,
|
||||
"score": 0.0956
|
||||
},
|
||||
"verified": {
|
||||
"count": 103,
|
||||
"score": 0.0956
|
||||
}
|
||||
},
|
||||
"dimensions": {
|
||||
"route_method": {
|
||||
"count": 103,
|
||||
"score": 0.0956
|
||||
},
|
||||
"get": {
|
||||
"count": 58,
|
||||
"score": 0.1058
|
||||
},
|
||||
"post": {
|
||||
"count": 32,
|
||||
"score": 0.1368
|
||||
},
|
||||
"patch": {
|
||||
"count": 2,
|
||||
"score": 0.023
|
||||
},
|
||||
"delete": {
|
||||
"count": 11,
|
||||
"score": 0.0957
|
||||
},
|
||||
"auth_session": {
|
||||
"count": 6,
|
||||
"score": 1.0
|
||||
},
|
||||
"inventory": {
|
||||
"count": 67,
|
||||
"score": 0.1159
|
||||
},
|
||||
"legacy_rest": {
|
||||
"count": 12,
|
||||
"score": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user