Files
vmware-api-simulator/evidence/vsphere-7.0.0.json
T
inecs f8d3cbdd59 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.
2026-07-18 04:42:11 +03:00

82 lines
1.5 KiB
JSON

{
"product": "vmware-api-simulator",
"api_version": "7.0.0",
"major": 6,
"series": "vSphere 7.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": 31,
"universe_methods": 1077,
"unsupported_in_version": 1046,
"coverage": 0.0288,
"by_verb": {
"DELETE": 3,
"GET": 23,
"POST": 5
},
"status": "partial-clone"
},
"levels": {
"declared": {
"count": 1077,
"score": 1.0
},
"gated": {
"count": 1046,
"score": 0.9712
},
"schema_only": {
"count": 1046,
"score": 0.9712
},
"implemented": {
"count": 31,
"score": 0.0288
},
"observed": {
"count": 31,
"score": 0.0288
},
"verified": {
"count": 31,
"score": 0.0288
}
},
"dimensions": {
"route_method": {
"count": 31,
"score": 0.0288
},
"get": {
"count": 23,
"score": 0.042
},
"post": {
"count": 5,
"score": 0.0214
},
"patch": {
"count": 0,
"score": 0.0
},
"delete": {
"count": 3,
"score": 0.0261
},
"auth_session": {
"count": 6,
"score": 1.0
},
"inventory": {
"count": 15,
"score": 0.026
},
"legacy_rest": {
"count": 12,
"score": 1.0
}
}
}