Skip to content

Get-GitHubStamp

SYNOPSIS

Gets the available GitHub Status page stamps (regions).

SYNTAX

__AllParameterSets

Get-GitHubStamp [[-Name] <string>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Returns the available GitHub Status page stamps, which represent different regional status pages. Each stamp includes the name and base URL of the status page.

EXAMPLES

EXAMPLE 1

Get-GitHubStamp

Gets all available GitHub Status page stamps.

EXAMPLE 2

Get-GitHubStamp -Name 'Europe'

Gets the GitHub Status page stamp for 'Europe'.

PARAMETERS

-Name

The name of the stamp to get. If not specified, all stamps are returned.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases:
- Stamp
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

GitHubStamp

{{ Fill in the Description }}

NOTES

GitHub Status API