< Back

Get-EdgeReference

Sun Jan 19, 2020 6:03 pm

NAME Get-EdgeReference



SYNOPSIS

Get information about a reference from Apigee Edge.





SYNTAX

Get-EdgeReference [[-Name] <String>] [-Environment] <String> [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Get information about a reference from Apigee Edge. Typically the reference points to a keystore.





PARAMETERS

-Name <String>

Optional. The name of the specific reference to retrieve.

The default is to list all references in the environment.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environment <String>

Required. The Apigee Edge environment in which the reference is to be found.



Required? true

Position? 2

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? 3

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-EdgeReference -Name ref1 -Environment test













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-EdgeReference -Environment test















RELATED LINKS