< Back
Get-EdgeKvmEntry
Post
NAME Get-EdgeKvmEntry
SYNOPSIS
Get (read) an entry in a Key-Value Map (KVM) in Apigee Edge.
SYNTAX
Get-EdgeKvmEntry [-Name] <String> [-Entry] <String> [[-Environment] <String>] [[-Proxy] <String>] [[-Org]
<String>] [<CommonParameters>]
DESCRIPTION
Get (read) an entry in a Key-Value Map (KVM) in Apigee Edge.
The organization must be CPS-enabled.
PARAMETERS
-Name <String>
Required. The name of the specific KVM from which to retrieve.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Entry <String>
Required. The name of the specific entry in the KVM to retrieve.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Optional. The environment within Apigee Edge with which the keyvalue map is
associated. KVMs can be associated to an organization, an environment, or an API
Proxy. If you specify neither Environment nor Proxy, the default is to resolve the name of the KVM
in the list of organization-wide Key-Value Maps.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Proxy <String>
Optional. The API Proxy within Apigee Edge with which the keyvalue map is
associated. KVMs can be associated to an organization, an environment, or an API
Proxy. If you specify neither Environment nor Proxy, the default is to resolve the name of the KVM
in the list of organization-wide Key-Value Maps.
Required? false
Position? 4
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? 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:\\>Get-EdgeKvmEntry -Environment test -Name map1 -Entry key1
RELATED LINKS
Create-EdgeKvmEntry
SYNOPSIS
Get (read) an entry in a Key-Value Map (KVM) in Apigee Edge.
SYNTAX
Get-EdgeKvmEntry [-Name] <String> [-Entry] <String> [[-Environment] <String>] [[-Proxy] <String>] [[-Org]
<String>] [<CommonParameters>]
DESCRIPTION
Get (read) an entry in a Key-Value Map (KVM) in Apigee Edge.
The organization must be CPS-enabled.
PARAMETERS
-Name <String>
Required. The name of the specific KVM from which to retrieve.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Entry <String>
Required. The name of the specific entry in the KVM to retrieve.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Optional. The environment within Apigee Edge with which the keyvalue map is
associated. KVMs can be associated to an organization, an environment, or an API
Proxy. If you specify neither Environment nor Proxy, the default is to resolve the name of the KVM
in the list of organization-wide Key-Value Maps.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Proxy <String>
Optional. The API Proxy within Apigee Edge with which the keyvalue map is
associated. KVMs can be associated to an organization, an environment, or an API
Proxy. If you specify neither Environment nor Proxy, the default is to resolve the name of the KVM
in the list of organization-wide Key-Value Maps.
Required? false
Position? 4
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? 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:\\>Get-EdgeKvmEntry -Environment test -Name map1 -Entry key1
RELATED LINKS
Create-EdgeKvmEntry