Method: connectorInstances.create

Full name: projects.locations.instances.integrations.connectors.connectorInstances.create

Creates a new ConnectorInstance based on a connector definition. Use this method to establish a new data ingestion stream from a security product. Requires specifying the environment and execution interval.

HTTP request


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

Path parameters

Parameters
parent

string

Required. The parent resource where this connector instance will be created. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/connectors/{connector}

Request body

The request body contains an instance of ConnectorInstance.

Response body

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

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.connectorInstances.update

For more information, see the IAM documentation.