Get-IntegrationList
SYNOPSIS
List all integrations (channels) for the Healthchecks project.
SYNTAX
__AllParameterSets
Get-IntegrationList [-ApiKey] <string> [-BaseUrl] <string> [<CommonParameters>]
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
Retrieves a list of all integrations (channels) configured in the Healthchecks project using the API v3.
EXAMPLES
EXAMPLE 1
Get-IntegrationList -ApiKey $apiKey -BaseUrl "https://checks.example.com"
Lists all integrations for the project.
PARAMETERS
-ApiKey
The Healthchecks API key for authentication.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-BaseUrl
The base URL of the Healthchecks instance.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: true
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
PSCustomObject with Url
{{ Fill in the Description }}
NOTES
Only works for projects you have permission to view. All parameters are required.
RELATED LINKS
{{ Fill in the related links here }}