- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. Matrices are limited to at most 200 supported executions.
May return any of the following canonical error codes:
- PERMISSION_DENIED - if the user is not authorized to write to project
- INVALID_ARGUMENT - if the request is malformed or if the matrix expands to more than 200 supported executions
HTTP request
POST https://testing.googleapis.com/v1/projects/{projectId}/testMatrices
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
The GCE project under which this job will run. |
Query parameters
Parameters | |
---|---|
requestId |
A string id used to detect duplicated requests. Ids are automatically scoped to a project, so users should ensure the ID is unique per-project. A UUID is recommended. Optional, but strongly recommended. |
Request body
The request body contains an instance of TestMatrix
.
Response body
If successful, the response body contains a newly created instance of TestMatrix
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.