VMware Cloud Director 10.6.1
VMware Cloud Director 10.6.1.1
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n vm.hideExternalSnapshots -v true
4. Check that the feature is now enabled:
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n vm.hideExternalSnapshots -l
Additional details -
You manage this property using the cell-management-tool, which is found on each VCD cell (typically under /opt/vmware/vcloud-director/bin/):
To Set the Property:
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n vm.hideExternalSnapshots -v trueTo View Current Value:
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n vm.hideExternalSnapshots -lTo Revert (if needed):
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n vm.hideExternalSnapshots -v false