Method: organizations.environments.keyvaluemaps.entries.create

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

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

HTTP request

POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*/keyvaluemaps/*}/entries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Scope as indicated by the URI in which to create the key value map entry. Use one of the following structures in your request:

  • organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}.
  • organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}
  • organizations/{organization}/keyvaluemaps/{keyvaluemap}.

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.keyvaluemapentries.create

Request body

The request body contains an instance of KeyValueEntry.

Response body

If successful, the response body contains a newly created instance of KeyValueEntry.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform