Method: organizations.analytics.datastores.list

List Datastores

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/analytics/datastores

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent organization name. Must be of the form organizations/{org}.

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

  • apigee.datastores.list

Query parameters

Parameters
targetType

string

Optional. TargetType is used to fetch all Datastores that match the type

Request body

The request body must be empty.

Response body

The response for datastores.list

If successful, the response body contains data with the following structure:

JSON representation
{
  "datastores": [
    {
      object (Datastore)
    }
  ]
}
Fields
datastores[]

object (Datastore)

A list of datastores

Authorization scopes

Requires the following OAuth scope:

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