Full name: projects.locations.instances.integrations.connectors.create
Creates a new custom IntegrationConnector. Use this method to define how to fetch and parse alerts from a unique or unofficial data source. Each connector must have a unique display name and a functional Python script.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/connectors Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource where this connector will be created. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration} |
Request body
The request body contains an instance of IntegrationConnector.
Response body
If successful, the response body contains a newly created instance of IntegrationConnector.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://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.connectors.update
For more information, see the IAM documentation.