Method: instances.graduatePocInstance

Full name: projects.locations.instances.graduatePocInstance

instances.graduatePocInstance graduates an instance.

HTTP request


Path parameters

Parameters
name

string

Required. The name of the instance to graduate. Format: projects/{projectId}/locations/{region}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "graduationType": enum (GraduatePocInstanceType),
  "nonce": string
}
Fields
graduationType

enum (GraduatePocInstanceType)

Required. The type of graduation.

nonce

string

Required. The nonce to verify.

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:

  • chronicle.instances.graduatePocInstance

For more information, see the IAM documentation.

GraduatePocInstanceType

The type of graduation.

Enums
GRADUATE_POC_INSTANCE_TYPE_UNSPECIFIED The default value.
GROW_UP_WITH_DATA Grow up. Google owned org will be transferred to customer. No data will be deleted from the instance.