大家好,
经过一些研究,我发现没有机会通过API(我在5.15.3 AOS上)收集每个保护域的总快照使用情况(独占使用情况)。
因为我有很多虚拟机每个PD,我如何通过Nutanix Cmdlets收集这些信息,并获得这个每个PD ?
谢谢。
最佳答案JacksonWrath1607
I installed the cmdlets and it is indeed there! Just a bit hidden. It shows up if you add the \u201c-ExpandedOutput\u201d parameter to the \u201cGet-NTNXProtectionDomain\u201d cmdlet. This will give you the number you want in PowerShell:<\/p>
(Get-NTNXProtectionDomain -PdName <PD_NAME_HERE>).usageStats[\"dr.exclusive_snapshot_usage_bytes\"]<\/code><\/pre>\u00a0<\/p>","className":"post__content__best_answer"}">