Method: legacy.legacyCreateOrUpdateCase

Full name: projects.locations.instances.legacy.legacyCreateOrUpdateCase

Legacy RPC for creating or updating an existing case.

HTTP request


Path parameters

Parameters
instance

string

Required. The name of the parent resource, which is the SecOps instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseResource": {
    object (LegacyCase)
  }
}
Fields
caseResource

object (LegacyCase)

Required. The case to be created or updated.

Response body

If successful, the response body contains an instance of LegacyCase.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.