Method: soarDomains.create

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

Creates a new SoarDomain. Use this method to designate a domain as internal, ensuring that entities associated with it are treated as organizational assets rather than external threats during ingestion.

HTTP request


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

Path parameters

Parameters
parent

string

Required. The parent resource where this SoarDomain will be created. Format: projects/{project}/locations/{location}/instances/{instance}/soarDomains

Request body

The request body contains an instance of SoarDomain.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.soarDomains.update

For more information, see the IAM documentation.