Files
vmware-api-simulator/evidence/vsphere-8.0.2.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

84 lines
1.5 KiB
JSON

{
"product": "vmware-api-simulator",
"api_version": "8.0.2",
"major": 9,
"series": "vSphere 8.0 U2",
"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": 1077,
"universe_methods": 1077,
"unsupported_in_version": 0,
"coverage": 1.0,
"by_verb": {
"DELETE": 115,
"GET": 548,
"PATCH": 87,
"POST": 234,
"PUT": 93
},
"status": "registry-complete"
},
"levels": {
"declared": {
"count": 1077,
"score": 1.0
},
"gated": {
"count": 0,
"score": 0.0
},
"schema_only": {
"count": 0,
"score": 0.0
},
"implemented": {
"count": 1077,
"score": 1.0
},
"observed": {
"count": 1077,
"score": 1.0
},
"verified": {
"count": 1077,
"score": 1.0
}
},
"dimensions": {
"route_method": {
"count": 1077,
"score": 1.0
},
"get": {
"count": 548,
"score": 1.0
},
"post": {
"count": 234,
"score": 1.0
},
"patch": {
"count": 87,
"score": 1.0
},
"delete": {
"count": 115,
"score": 1.0
},
"auth_session": {
"count": 6,
"score": 1.0
},
"inventory": {
"count": 578,
"score": 1.0
},
"legacy_rest": {
"count": 12,
"score": 1.0
}
}
}