现在,付费帐户上留下了孤儿快照,而Nutanix将球寄回了Veeam回到Nutanix,所以我在这里
Protection域DP-QC-3具有3个老年第三方备份快照,并可能不必要地在集群中消耗存储空间。
我有很多这些,想手动删除那些快照,是否有一个过程?
最好的答案tbcconstruction
\r\n\r\nget all vm uuids
\r\ngrab snapshots with thos in mind.. with api
\r\ncurl -u \"admin\" -k -X POST --header 'Content-Type: application\/json' --data '{\"filter\":\"entity_uuid==UUIDHERE\",\"kind\":\"vm_snapshot\"}' 'https:\/\/1.2.3.4:9440\/api\/nutanix\/v3\/vm_snapshots\/list
\r\n
\r\nfind one with furthest date or to delete and use api to delete.
\r\n
\r\ncurl -u admin -k -X DELETE --header 'Content-Type: application\/json' --header 'Accept: application\/json' 'https:\/\/1.2.3.4:9440\/api\/nutanix\/v3\/vm_snapshots\/SNAPIDHERE","className":"post__content__best_answer"}">