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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This API endpoint tests if a Datastore configuration is correct, including if the provided credentials have the necessary permissions in the target storage."],["The HTTP request is a POST method to the specified URL, utilizing gRPC Transcoding syntax, requiring the organization name as a path parameter."],["The request body must include an instance of the Datastore object, while the response body, upon success, contains a JSON representation with the state and any potential error messages."],["The parent path parameter, which is the organization name, requires the IAM permission `apigee.datastores.create`."],["Utilizing this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]