diff --git a/docs/Get-ZAJournalSiteAverageHistory.md b/docs/Get-ZAJournalSiteAverageHistory.md index 13a0bb6..e514e06 100644 --- a/docs/Get-ZAJournalSiteAverageHistory.md +++ b/docs/Get-ZAJournalSiteAverageHistory.md @@ -14,8 +14,8 @@ Get list of samples of average Journal History values for all VPGs replicating t ## SYNTAX ``` -Get-ZAJournalSiteAverageHistory [-recoverySiteIdentifier] [[-startDate] ] [[-endDate] ] - [[-interval] ] [] +Get-ZAJournalSiteAverageHistory [-recoverySiteIdentifier] [[-startDate] ] + [[-endDate] ] [[-interval] ] [] ``` ## DESCRIPTION @@ -78,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -recoverySiteIdentifier +The identifier of the recovery site. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -startDate The starting date of the report, in RFC 3339 standard ('1970-01-01T00:00:00Z'). If only the end date is added, the start date by default will be the end date minus 7 days. @@ -94,21 +109,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -recoverySiteIdentifier -The identifier of the VPG. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 1 -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).