Skip to content

Latest commit

 

History

History
121 lines (90 loc) · 2.18 KB

Get-GLMapWidgetMapData.md

File metadata and controls

121 lines (90 loc) · 2.18 KB
external help file Module Name online version schema
PSGraylog-help.xml
PSGraylog
2.0.0

Get-GLMapWidgetMapData

SYNOPSIS

Get map data

SYNTAX

Get-GLMapWidgetMapData [-Body] <PSObject> [[-APIUrl] <String>] [[-Credential] <PSCredential>] [-WhatIf]
 [-Confirm] [<CommonParameters>]

DESCRIPTION

Get map data

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

EXAMPLES

EXAMPLE 1


PARAMETERS

-Body

Parameter JSON body

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-APIUrl

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

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
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: 3
Default value: $Global:GLCredential
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
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