Method: savedColumnSets.create

Full name: projects.locations.instances.savedColumnSets.create

Endpoint for adding a new saved column set to the specified instance.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/savedColumnSets

Path parameters

Parameters
parent

string

Required. The ID of the instance this saved column set will be created for. Format: projects/{project}/locations/{location}/instances/{instance} projects/{project}/locations/{location}/instances/{instance}/users/{user}

Request body

The request body contains an instance of SavedColumnSet.

Response body

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

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 parent resource:

  • chronicle.savedColumnSets.create

For more information, see the IAM documentation.