Method: projects.locations.integrations.versions.testCases.executeTest

Executes functional test

HTTP request

POST https://integrations.googleapis.com/v1/{testCaseName=projects/*/locations/*/integrations/*/versions/*/testCases/*}:executeTest

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
testCaseName

string

Required. Test case resource name

Request body

The request body contains data with the following structure:

JSON representation
{
  "inputParameters": {
    string: {
      object (ValueType)
    },
    ...
  }
}
Fields
inputParameters

map (key: string, value: object (ValueType))

Optional. Input parameters used by test case execution.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the testCaseName resource:

  • integrations.testCases.invoke

For more information, see the IAM documentation.