Method: organizations.keyvaluemaps.entries.list

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

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

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Scope as indicated by the URI in which to list key value maps. 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.list

Query parameters

Parameters
pageSize

integer

Optional. Maximum number of key value entries to return. If unspecified, at most 100 entries will be returned.

pageToken

string

Optional. Page token. If provides, must be a valid key value entry returned from a previous call that can be used to retrieve the next page.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListKeyValueEntriesResponse.

Authorization scopes

Requires the following OAuth scope:

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