< Back

Get-EdgeDevApp

Sun Jan 19, 2020 6:03 pm

NAME Get-EdgeDevApp



SYNOPSIS

Get one or more developer apps from Apigee Edge.





SYNTAX

Get-EdgeDevApp [[-AppId] <String>] [[-AppName] <String>] [[-Developer] <String>] [[-Org] <String>] [[-Params]

<Hashtable>] [<CommonParameters>]





DESCRIPTION

Get one or more developer apps from Apigee Edge.





PARAMETERS

-AppId <String>

The id of the developer app to retrieve.

The default is to list all developer app IDs.

Do not specify this if specifying -AppName.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AppName <String>

The name of the particular developer app to retrieve. You must specify -Developer when

using this option.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Developer <String>

The id or email of the developer for which to retrieve apps.

The default is to list apps for all developers.



Required? false

Position? 3

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

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Params <Hashtable>



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:\\>$appset = @( Get-EdgeDevApp -Params @{ expand = $True } )













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



PS C:\\>Get-EdgeDevApp -Org cap500













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-EdgeDevApp -Id 32ae4dbe-2e39-4225-b994-242042089723















RELATED LINKS