diff --git a/docs/Get-ZAJournalBreach.md b/docs/Get-ZAJournalBreach.md index c1e6253..03e25ba 100644 --- a/docs/Get-ZAJournalBreach.md +++ b/docs/Get-ZAJournalBreach.md @@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/ schema: 2.0.0 --- -# Get-ZAJournalSummary +# Get-ZAJournalBreach ## SYNOPSIS @@ -14,7 +14,7 @@ Retrieves the journal history breaches over the selected timeframe. ## SYNTAX ``` -Get-ZAJournalSummary [-vpgIdentifier] [[-startDate] ] [[-endDate] ] +Get-ZAJournalBreach [-vpgIdentifier] [[-startDate] ] [[-endDate] ] [] ``` @@ -26,14 +26,14 @@ Retrieves the journal history breaches over the selected timeframe. ### Example 1 ```powershell -PS C:\> Get-ZAJournalSummary -vpgIdentifier "9876-5432-1098" +PS C:\> Get-ZAJournalBreach -vpgIdentifier "9876-5432-1098" ``` Returns Journal Breach information for VPG with identifier "9876-5432-1098" ### Example 2 ```powershell -PS C:\> Get-ZAJournalSummary -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" +PS C:\> Get-ZAJournalBreach -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" ``` Returns Journal Breach information for VPG with identifier "9876-5432-1098" between the dates specified. diff --git a/docs/Get-ZAJournalHistoryStat.md b/docs/Get-ZAJournalHistoryStat.md index 63b56e4..957ffc4 100644 --- a/docs/Get-ZAJournalHistoryStat.md +++ b/docs/Get-ZAJournalHistoryStat.md @@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/ schema: 2.0.0 --- -# Get-ZAJournalSummary +# Get-ZAJournalHistoryStat ## SYNOPSIS @@ -14,7 +14,7 @@ Retrieves Journal history min, max and avg Statistics over the selected timefram ## SYNTAX ``` -Get-ZAJournalSummary [-vpgIdentifier] [[-startDate] ] [[-endDate] ] +Get-ZAJournalHistoryStat [-vpgIdentifier] [[-startDate] ] [[-endDate] ] [] ``` @@ -26,14 +26,14 @@ Retrieves Journal history min, max and avg Statistics over the selected timefram ### Example 1 ```powershell -PS C:\> Get-ZAJournalStorageStat -vpgIdentifier "9876-5432-1098" +PS C:\> Get-ZAJournalHistoryStat -vpgIdentifier "9876-5432-1098" ``` Returns Journal History Stats for VPG with identifier "9876-5432-1098" ### Example 2 ```powershell -PS C:\> Get-ZAJournalStorageStat -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" +PS C:\> Get-ZAJournalHistoryStat -vpgIdentifier "9876-5432-1098" -startDate "2019-06-01" -endDate "2019-06-08" ``` Returns Journal History Stats for VPG with identifier "9876-5432-1098" between the dates specified. diff --git a/docs/Get-ZAJournalStorageStat.md b/docs/Get-ZAJournalStorageStat.md index 6b806c8..625f650 100644 --- a/docs/Get-ZAJournalStorageStat.md +++ b/docs/Get-ZAJournalStorageStat.md @@ -5,7 +5,7 @@ online version: https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/ schema: 2.0.0 --- -# Get-ZAJournalSummary +# Get-ZAJournalStorageStat ## SYNOPSIS @@ -14,7 +14,7 @@ Retrieves Journal Storage minimum, maximum and average. Statistics over the sele ## SYNTAX ``` -Get-ZAJournalSummary [-vpgIdentifier] [[-startDate] ] [[-endDate] ] +Get-ZAJournalStorageStat [-vpgIdentifier] [[-startDate] ] [[-endDate] ] [] ```