PowerCLI Reference

Get-VsanRuntimeInfo

Synopsis

This cmdlet retrieves the runtime information of a vSAN cluster.

Syntax

Get-VsanRuntimeInfo -Cluster <Cluster[]> [-Server <VIServer[]>] [<CommonParameters>]

Related Commands

Online Version

Detailed Description

This cmdlet retrieves the runtime information and of a vSAN cluster, such as resynchronization traffic information of the ongoing resynchronization operation.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ClusterCluster[]Specifies the vSAN cluster from which you want to retrieve runtime information.trueTrue (ByValue)
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falseFalse

Return Type

Zero or more VsanRuntimeInfo objects

Notes

Examples

-------------------------- Example 1 --------------------------

Get-VsanRuntimeInfo -Cluster $vsanCluster

Retrieves the vSAN runtime information of the $vsanCluster cluster.


Copyright © VMware, Inc. All rights reserved.