Syntax
Get-VsanRuntimeInfo -Cluster <Cluster[]> [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves the runtime information and of a vSAN cluster, such as resynchronization traffic information of the ongoing resynchronization operation.Parameters
Return Type
Zero or more VsanRuntimeInfo objectsNotes
Examples
-------------------------- Example 1 --------------------------
Get-VsanRuntimeInfo -Cluster $vsanCluster
Retrieves the vSAN runtime information of the $vsanCluster cluster.