external help file | Module Name | online version | schema |
---|---|---|---|
HPESimpliVity-help.xml |
HPESimpliVity |
2.0.0 |
Display HPE SimpliVity cluster information
Get-SvtCluster [[-ClusterName] <String[]>] [-Raw] [<CommonParameters>]
Shows cluster information from the SimpliVity Federation
Free Space is shown in green if at least 20% of the allocated storage is free, yellow if free space is between 10% and 20% and red if less than 10% is free.
Get-SvtCluster
Shows information about all clusters in the Federation
Get-SvtCluster Prod01
PS C:\> Get-SvtCluster -Name Prod01
Shows information about the specified cluster
Get-SvtCluster cluster1,cluster2
Shows information about the specified clusters
Get-SvtCluster -ClusterName MyCluster -Raw
Display the specified cluster in raw JSON from the Simplivity API.
Show information about the specified cluster only
Type: String[]
Parameter Sets: (All)
Aliases: Name
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Display output as JSON, rather than a formatted PowerShell object. This parameter might useful in troubleshooting and maintaining the module.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Roy Atkins, HPE Services
https://github.com/atkinsroy/HPESimpliVity/blob/master/Docs/Get-SvtCluster.md