Method: organizations.analytics.datastores.test

Test if Datastore configuration is correct. This includes checking if credentials provided by customer have required permissions in target destination storage

HTTP request

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

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.create

Request body

The request body contains an instance of Datastore.

Response body

The response for datastores.test

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

JSON representation
{
  "state": string,
  "error": string
}
Fields
state

string

Output only. It could be completed or failed

error

string

Output only. Error message of test connection failure

Authorization scopes

Requires the following OAuth scope:

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