< Back

Get-EdgeApi

Sun Jan 19, 2020 6:02 pm

NAME Get-EdgeApi



SYNOPSIS

Get one or more apiproxies from Apigee Edge.





SYNTAX

Get-EdgeApi [[-Name] <String>] [[-Revision] <String>] [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Get one or more apiproxies from Apigee Edge.





PARAMETERS

-Name <String>

Optional. The name of the apiproxy to retrieve.

The default is to list all apiproxies.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Revision <String>

Optional. The revision of the apiproxy. Use only when also using the -Name option.



Required? false

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-EdgeApi -Org cap500















RELATED LINKS