Get-VsanRuntimeInfo
This cmdlet retrieves the runtime information and of a vSAN cluster, such as resynchronization traffic information of the ongoing resynchronization operation.
Syntax
-Cluster
< Cluster[] >
[-ProgressAction
< ActionPreference > ]
[-Server
< VIServer[] > ]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Cluster | Cluster[] | named |
|
Specifies the vSAN cluster from which you want to retrieve runtime information. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. |
Output
VMware.VimAutomation.Storage.Types.V1.Vsan.VsanRuntimeInfoExamples
Example 1
Get-VsanRuntimeInfo -Cluster $vsanCluster
Retrieves the vSAN runtime information of the $vsanCluster cluster.
Related Commands
VsanRuntimeInfo
This cmdlet retrieves the runtime information of a vSAN cluster.