-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #702 from rubrikinc/5.2-release
5.2 documentation release pull to Devel
- Loading branch information
Showing
31 changed files
with
5,153 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 78 additions & 0 deletions
78
docs/command-documentation/reference/get-rubrikblackout.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
external help file: Rubrik-help.xml | ||
Module Name: Rubrik | ||
online version: https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikblackout | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Get-RubrikBlackout | ||
|
||
## SYNOPSIS | ||
The Get-RubrikBlackout cmdlet will retrieve cluster blackout windows information | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Get-RubrikBlackout [[-Server] <String>] [[-api] <String>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
The Get-RubrikBlackout cmdlet will retrieve cluster blackout windows information | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
``` | ||
Get-RubrikBlackout | ||
``` | ||
|
||
This will return whether or not Global Blackout is active on the currently connected cluster | ||
|
||
## PARAMETERS | ||
|
||
### -Server | ||
Rubrik server IP or FQDN | ||
|
||
```yaml | ||
Type: String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: 1 | ||
Default value: $global:RubrikConnection.server | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -api | ||
API version | ||
```yaml | ||
Type: String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: 2 | ||
Default value: $global:RubrikConnection.api | ||
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 | ||
## OUTPUTS | ||
## NOTES | ||
Written by Jaap Brasser for community usage | ||
Twitter: @jaap_brasser | ||
GitHub: jaapbrasser | ||
## RELATED LINKS | ||
[https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikblackout](https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikblackout) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.