Method: legacyCases.generateCollaboratorRequest

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

string

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 (CollaboratorRequestEventInstance)
    }
  ],
  "priority": enum (CasePriority)
}
Fields
type

string

Required. The type

description

string

Required. The description

environment

string

Required. The environment

family

string

Required. The family

eventFields[]

object (CollaboratorRequestEventInstance)

Required. The event fields

priority

enum (CasePriority)

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 (CollaboratorRequestEventType)
}
Fields
name

string

Required. The name of the event field

value

string

Required. The value of the event field

type

enum (CollaboratorRequestEventType)

Required. The type of the event field

CollaboratorRequestEventType

Enums
STRING
BOOLEAN
NUMBER
LIST
EMAIL
PASSWORD