Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 1.53 KB

Get-GLAlarmCallbacksAvailable.md

File metadata and controls

74 lines (53 loc) · 1.53 KB
external help file Module Name online version schema
PSGraylog-help.xml
PSGraylog
2.0.0

Get-GLAlarmCallbacksAvailable

SYNOPSIS

Get a list of all alarm callbacks types

SYNTAX

Get-GLAlarmCallbacksAvailable [[-APIUrl] <String>] [[-Credential] <PSCredential>] [<CommonParameters>]

DESCRIPTION

Get a list of all alarm callbacks types

For more information about this cmdlet - please search for /alerts/callbacks/types in the docs available at http(s)://your-graylog.fqdn/api/api-docs

EXAMPLES

EXAMPLE 1

Get-GLAlarmCallbacksAvailable

PARAMETERS

-APIUrl

Base url for the API, normally https://<grayloghost>:<port>/api

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: $Global:GLApiUrl
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Graylog credentials as username:password or use Convert-GLTokenToCredential for token usage

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: $Global:GLCredential
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

Auto generated

RELATED LINKS