Method: cases.create

Stay organized with collections Save and categorize content based on your preferences.

Create a new case and associate it with the given Cloud resource. The case object must have the following fields set: displayName, description, classification, and severity.

HTTP request

POST https://cloudsupport.googleapis.com/v2beta/{parent=*/*}/cases

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the Cloud resource under which the case should be created.

Request body

The request body contains an instance of Case.

Response body

If successful, the response body contains a newly created instance of Case.

Authorization Scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.