Function Rename
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>
|
<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>
|
||||||
function Get-ZAJournalAverageSiteHistory {
|
function Get-ZAJournalSiteAverageHistory {
|
||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
param (
|
param (
|
||||||
[Parameter(
|
[Parameter(
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
external help file: ZertoApiWrapper-help.xml
|
external help file: ZertoApiWrapper-help.xml
|
||||||
Module Name: ZertoApiWrapper
|
Module Name: ZertoApiWrapper
|
||||||
online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZAJournalAverageSiteHistory.md
|
online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZAJournalSiteAverageHistory.md
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
# Get-ZAJournalAverageSiteHistory
|
# Get-ZAJournalSiteAverageHistory
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Get list of samples of average Journal History values for all VPGs replicating t
|
|||||||
## SYNTAX
|
## SYNTAX
|
||||||
|
|
||||||
```
|
```
|
||||||
Get-ZAJournalAverageSiteHistory [-recoverySiteIdentifier] <String> [[-startDate] <String>] [[-endDate] <String>]
|
Get-ZAJournalSiteAverageHistory [-recoverySiteIdentifier] <String> [[-startDate] <String>] [[-endDate] <String>]
|
||||||
[[-interval] <Int32>] [<CommonParameters>]
|
[[-interval] <Int32>] [<CommonParameters>]
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -26,21 +26,21 @@ Get list of samples of average Journal History values for all VPGs replicating t
|
|||||||
|
|
||||||
### Example 1
|
### Example 1
|
||||||
```powershell
|
```powershell
|
||||||
PS C:\> Get-ZAJournalAverageSiteHistory -recoverySiteIdentifier "9876-5432-1098"
|
PS C:\> Get-ZAJournalSiteAverageHistory -recoverySiteIdentifier "9876-5432-1098"
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns Journal Average History information for the recovery site with identifier "9876-5432-1098"
|
Returns Journal Average History information for the recovery site with identifier "9876-5432-1098"
|
||||||
|
|
||||||
### Example 2
|
### Example 2
|
||||||
```powershell
|
```powershell
|
||||||
PS C:\> Get-ZAJournalAverageSiteHistory -recoverySiteIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08"
|
PS C:\> Get-ZAJournalSiteAverageHistory -recoverySiteIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08"
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns Journal Average History information for the recovery site with identifier "9876-5432-1098" between the dates specified.
|
Returns Journal Average History information for the recovery site with identifier "9876-5432-1098" between the dates specified.
|
||||||
|
|
||||||
### Example 3
|
### Example 3
|
||||||
```powershell
|
```powershell
|
||||||
PS C:\> Get-ZAJournalAverageSiteHistory -recoverySiteIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" -interval 7200
|
PS C:\> Get-ZAJournalSiteAverageHistory -recoverySiteIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" -interval 7200
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns Journal Average History information for the recovery site with identifier "9876-5432-1098" between the dates specified with a 2 hour interval.
|
Returns Journal Average History information for the recovery site with identifier "9876-5432-1098" between the dates specified with a 2 hour interval.
|
||||||
Reference in New Issue
Block a user