如何使用python脚本获取Windows vCenter Server的许可证到期日期和许可证类型

时间:2017-09-17 08:10:08

标签: python python-2.7 vmware vcenter pyvmomi

有人可以建议我获取vCenter服务器许可证到期日期和许可证类型的模块。

我尝试从https://github.com/vmware/pyvmomi-community-samples搜索但找不到任何内容。

我需要使用python的信息(在附件中显示)。 enter image description here

1 个答案:

答案 0 :(得分:0)

您应该可以使用LicenseManager来实现此目的。尝试使用si.RetrieveContent().licenseManager并从那里调用方法。

请注意,从{6.0}开始,LicenseManager已被弃用,但根据this answer,他们仍会存在一段时间,看起来CIS API也未被记录对于vSphere 6.5。