< Back

Get-EdgeAlias

Sun Jan 19, 2020 6:02 pm

NAME Get-EdgeAlias



SYNOPSIS

Get one or more aliases from a keystore or truststore in Apigee Edge.





SYNTAX

Get-EdgeAlias [-Environment] <String> [[-Keystore] <String>] [[-Truststore] <String>] [[-Alias] <String>] [[-Org]

<String>] [<CommonParameters>]





DESCRIPTION

Get one or more aliases from a keystore or truststore in Apigee Edge.





PARAMETERS

-Environment <String>

Required. The Apigee Edge environment. Keystores or Truststores in Edge are associated to

an environment.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Keystore <String>

Optional. The Keystore to inquire. You should pass one of -Keystore or -Truststore.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Truststore <String>

Optional. The truststore to inquire. You should pass one of -Keystore or -Truststore.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Alias <String>

Optional. The specific Alias. If you do not specify an Alias, the default behavior

is to list all the aliases.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-EdgeAlias -Environment test -Keystore ks1















RELATED LINKS