我正在使用REST Api控制vSphere vCenter Server 6.5和6.7 为了区分两者,我发现/ rest / appliance / system / version正在6.5上运行(实际上GET正确返回6.5.xx)。 相同路径在6.7上不起作用(未找到)。有等同吗?
谢谢 洛伦佐
答案 0 :(得分:0)
它可以在我的系统上运行:(从API Explorer中提取)
请求URL
https://vcenter.fqdn/rest/appliance/system/version
响应正文
{
"value": {
"install_time": "2018-09-03T14:28:52 UTC",
"summary": "Update for VMware vCenter Server Appliance 6.7.0",
"product": "VMware vCenter Server Appliance",
"build": "10244745",
"releasedate": "October 16, 2018",
"type": "vCenter Server with an embedded Platform Services Controller",
"version": "6.7.0.20000"
}
}
中仍然可用