- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- CasePriority
- CollaboratorRequestEventInstance
- CollaboratorRequestEventType
- Try it!
Full name: projects.locations.instances.legacyCases.generateCollaboratorRequest
Generate Collaborator Request
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}/legacyCases:generateCollaboratorRequest Path parameters
| Parameters | |
|---|---|
name |
Required. The case to generate collaborator for. Format: projects/{project}/locations/{location}/instances/{instance}/legacyCases:generateCollaboratorRequest" |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "type": string, "description": string, "environment": string, "family": string, "eventFields": [ { object ( |
| Fields | |
|---|---|
type |
Required. The type |
description |
Required. The description |
environment |
Required. The environment |
family |
Required. The family |
eventFields[] |
Required. The event fields |
priority |
Required. The priority |
Response body
If successful, the response body is an empty JSON object.
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:
chronicle.cases.update
For more information, see the IAM documentation.
CasePriority
Case Priority
| Enums | |
|---|---|
UNCHANGED |
|
INFORMATIVE |
|
LOW |
|
MEDIUM |
|
HIGH |
|
CRITICAL |
|
CollaboratorRequestEventInstance
| JSON representation |
|---|
{
"name": string,
"value": string,
"type": enum ( |
| Fields | |
|---|---|
name |
Required. The name of the event field |
value |
Required. The value of the event field |
type |
Required. The type of the event field |
CollaboratorRequestEventType
| Enums | |
|---|---|
STRING |
|
BOOLEAN |
|
NUMBER |
|
LIST |
|
EMAIL |
|
PASSWORD |
|