< Back
Update-EdgeKvmEntry
Post
NAME Update-EdgeKvmEntry
SYNOPSIS
Update a specific, named entry in a key-value map in Apigee Edge.
SYNTAX
Update-EdgeKvmEntry [-Name] <String> [-Entry] <String> [-NewValue] <String> [[-Environment] <String>] [[-Proxy]
<String>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Update a specific, named entry in a key-value map in Apigee Edge.
The KVM must exist, and the entry must exist.
PARAMETERS
-Name <String>
The name of the key-value map, in which the entry exists.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Entry <String>
Required. The name (or key) of the value to update.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NewValue <String>
Required. A string value to use for the entry.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Optional. A string, the name of the environment in 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
-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? 5
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? 6
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:\\>Update-EdgeKvmEntry -Name kvm101 -Environment test -Entry key1 -NewValue 'updated value'
RELATED LINKS
SYNOPSIS
Update a specific, named entry in a key-value map in Apigee Edge.
SYNTAX
Update-EdgeKvmEntry [-Name] <String> [-Entry] <String> [-NewValue] <String> [[-Environment] <String>] [[-Proxy]
<String>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Update a specific, named entry in a key-value map in Apigee Edge.
The KVM must exist, and the entry must exist.
PARAMETERS
-Name <String>
The name of the key-value map, in which the entry exists.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Entry <String>
Required. The name (or key) of the value to update.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NewValue <String>
Required. A string value to use for the entry.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Optional. A string, the name of the environment in 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
-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? 5
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? 6
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:\\>Update-EdgeKvmEntry -Name kvm101 -Environment test -Entry key1 -NewValue 'updated value'
RELATED LINKS