- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 | 
 Required. Test case resource name | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "inputParameters": {
    string: {
      object ( | 
| Fields | |
|---|---|
| inputParameters | 
 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.