< Back

Get-EdgeKvm

Sun Jan 19, 2020 6:03 pm

NAME Get-EdgeKvm



SYNOPSIS

Get one or more Key-Value Maps (KVMs) from Apigee Edge.





SYNTAX

Get-EdgeKvm [[-Name] <String>] [[-Environment] <String>] [[-Proxy] <String>] [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Get one or more Key-Value Maps (KVMs) from Apigee Edge.





PARAMETERS

-Name <String>

Optional. The name of the specific KVM to retrieve.

The default is to list all KVMs in scope (org or environment).



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environment <String>

Optional. The Apigee Edge environment. KVMs can be associated to an organization,

an environment, or an API Proxy. If you specify neither Environment nor Proxy, the default

is to list or query the organization-wide Key-Value Maps.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Proxy <String>

Optional. The API Proxy within Apigee Edge. KVMs can be associated to an organization,

an environment, or an API Proxy. If you specify neither Environment nor Proxy, the default

is to list or query the organization-wide Key-Value Maps.



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



<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-EdgeKvm -Environment test















RELATED LINKS