--- external help file: ZertoApiWrapper-help.xml Module Name: ZertoApiWrapper online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZertoVra.md schema: 2.0.0 --- # Get-ZertoVra ## SYNOPSIS Returns information about VRAs at the site where the command is being run. ## SYNTAX ### main (Default) ``` Get-ZertoVra [] ``` ### ipConfigurationTypes ``` Get-ZertoVra [-ipconfigurationtypes] [] ``` ### statuses ``` Get-ZertoVra [-statuses] [] ``` ### vraIdentifier ``` Get-ZertoVra [-vraIdentifier ] [] ``` ### filter ``` Get-ZertoVra [-vraName ] [-status ] [-vraVersion ] [-hostVersion ] [-ipAddress ] [-vraGroup ] [-datastoreName ] [-datastoreClusterName ] [-networkName ] [] ``` ## DESCRIPTION Returns information about VRAs at the site where the command is being run. ## EXAMPLES ### Example 1 ```powershell PS C:\> Get-ZertoVra ``` Returns information about all VRAs in the site. ### Example 2 ```powershell PS C:\> Get-ZertoVra -vraName "Z-VRA-192.168.1.11" ``` Returns information about vra "Z-VRA-192.168.1.11" ## PARAMETERS ### -datastoreClusterName Search for VRAs on a specific datastore cluster ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -datastoreName Search for VRAs on a specific datastore ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -hostVersion Search for VRAs paired to a specific host version ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -ipAddress Search for a VRA with the specified IP address ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -ipconfigurationtypes Returns Valid VRA IP configuration types ```yaml Type: SwitchParameter Parameter Sets: ipConfigurationTypes Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -networkName Search for VRAs on a specific network ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -status Search for VRAs in a specific status ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -statuses Returns Valid VRA statuses ```yaml Type: SwitchParameter Parameter Sets: statuses Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -vraGroup Search for VRAs belonging to a specific group ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -vraIdentifier Returns information for provided VRA identifier(s) ```yaml Type: String[] Parameter Sets: vraIdentifier Aliases: vraId Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -vraName VRA Name to return information for. ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -vraVersion Search for VRAs of a specific version ```yaml Type: String Parameter Sets: filter Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS ### None ## OUTPUTS ### System.Object ## NOTES ## RELATED LINKS [Zerto REST API VRA End Point Documentation](http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20Zerto%20Virtual%20Manager%20%28ZVM%29%20-%20vSphere%20Online%20Help/RestfulAPIs/StatusAPIs.5.117.html#)