< Back

Get-EdgeApiProduct

Sun Jan 19, 2020 6:02 pm

NAME Get-EdgeApiProduct



SYNOPSIS

Get one or more api products from Apigee Edge





SYNTAX

Get-EdgeApiProduct [[-Name] <String>] [[-Org] <String>] [[-Params] <Hashtable>] [<CommonParameters>]





DESCRIPTION

Get one or more api products from Apigee Edge





PARAMETERS

-Name <String>

The name of the apiproduct to retrieve.

The default is to list all apiproducts.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

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



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Params <Hashtable>

Hash table with query options for the specific collection type



Example for getting all details of apiproducts:

-Params @{

expand = 'true'

}



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













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



PS C:\\>Get-EdgeApiProduct -Params @{ expand = 'true' }















RELATED LINKS