Files
2020-04-04 10:26:56 -04:00

2.1 KiB

external help file, Module Name, online version, schema
external help file Module Name online version schema
ZertoApiWrapper-help.xml ZertoApiWrapper https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZAVpg.md 2.0.0

Get-ZAVpg

SYNOPSIS

Retrieve a list of all VPGs.

SYNTAX

zOrg (Default)

Get-ZAVpg [-zOrgIdentifier <String>] [<CommonParameters>]

vpg

Get-ZAVpg -vpgIdentifier <String> [<CommonParameters>]

DESCRIPTION

Retrieve a list of all VPGs.

EXAMPLES

Example 1

PS C:\> Get-ZAVpg

Retrieve a list of all VPGs.

Example 2

PS C:\> Get-ZAVpg -zOrgIdentifier "1234-5678-9012"

Retrieve a list of all VPGs associated with zOrg "1234-5678-9012"

Example 3

PS C:\> Get-ZAVpg -vpgIdentifier "2109-8765-4321"

Retrieve information for VPG with identifier "2109-8765-4321"

PARAMETERS

-vpgIdentifier

The VPG Identifier

Type: String
Parameter Sets: vpg
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-zOrgIdentifier

The ZORG identifier by which to filter the VPG list. If the ZORG identifier is omitted, a list of all VPGs is retrieved.

Type: String
Parameter Sets: zOrg
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.

INPUTS

OUTPUTS

NOTES

Zerto Analytics REST API Endpoint for VPGs Zerto Analytics REST API Endpoint for VPG Identifier