{ "operationId": "getVMCpu", "method": "GET", "path": "/vcenter/vm/{vm}/hardware/cpu", "summary": "Vmware Get Vm Cpu Configuration", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getvmcpu200Example", "example": { "count": 10, "cores_per_socket": 10, "hot_add_enabled": true, "hot_remove_enabled": true } } ] }