- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- InvestigationRunParameters
Run an existing revision of an investigation.
HTTP request
POST https://geminicloudassist.googleapis.com/v1alpha/{name=projects/*/locations/*/investigations/*/revisions/*}:run
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Name of the investigation revision to run. |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"runParameters": {
object ( |
| Fields | |
|---|---|
runParameters |
Optional. Parameters to pass through. |
Response body
If successful, the response body contains an instance of Operation.
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 name resource:
geminicloudassist.investigationRevisions.run
For more information, see the IAM documentation.
InvestigationRunParameters
Represents user parameters for running an investigation.
| JSON representation |
|---|
{ "accessTokens": { string: string, ... } } |
| Fields | |
|---|---|
accessTokens |
Optional. If populated, map of project to IAM token granting access to that project. An object containing a list of |