forked from Badgerati/Pode
-
Notifications
You must be signed in to change notification settings - Fork 0
Get PodeEndpoint
mdaneri edited this page Mar 10, 2025
·
1 revision
external help file: Pode-help.xml Module Name: Pode online version: PodeType: Endpoint schema: 2.0.0
Get an Endpoint(s).
Get-PodeEndpoint [[-Address] <String>] [[-Port] <Int32>] [[-Hostname] <String>] [[-Protocol] <String>]
[[-Name] <String[]>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get an Endpoint(s).
Get-PodeEndpoint -Address 127.0.0.1
Get-PodeEndpoint -Protocol Http
Get-PodeEndpoint -Name Admin, User
An Address to filter the endpoints.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
A Hostname to filter the endpoints.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Any endpoints Names to filter endpoints.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
A Port to filter the endpoints.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
A Protocol to filter the endpoints.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
sss
x