REST Resource: organizations.apis.keyvaluemaps.entries

Resource: KeyValueEntry

Key value map pair where the value represents the data associated with the corresponding key.

Note: Supported for Apigee hybrid 1.8.x and higher.

JSON representation
{
  "name": string,
  "value": string
}
Fields
name

string

Resource URI that can be used to identify the scope of the key value map entries.

value

string

Required. Data or payload that is being retrieved and associated with the unique key.

Methods

create

Creates key value entries in a key value map scoped to an organization, environment, or API proxy.

delete

Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy.

get

Get the key value entry value for a key value map scoped to an organization, environment, or API proxy.

list

Lists key value entries for key values maps scoped to an organization, environment, or API proxy.

update

Update key value entry scoped to an organization, environment, or API proxy for an existing key.