大家好,
经过一番研究,我发现没有机会通过API收集每个保护域的全部快照(独家用法)(我使用5.15.3 AOS)。
由于我每天有很多VM,我如何通过nutanix cmdlet收集此信息并获得该信息?
谢谢。
最好的答案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"}">