Full name: projects.locations.instances.integrations.importIntegrationItems
Imports individual integration items (actions, jobs, connectors, etc.) from a ZIP file into an existing custom integration. Use this method to modularly update or extend a locally developed connection.
HTTP request
* Upload URI, for media upload requests:
POST https://chronicle.africa-south1.rep.googleapis.com/upload/v1alpha/{name}:importItems * Metadata URI, for metadata-only requests:POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:importItems Path parameters
| Parameters | |
|---|---|
name |
Required. The name of the integration to import items into. Format: projects/{projectId}/locations/{region}/instances/{instance}/integrations/{integration} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "media": { object ( |
| Fields | |
|---|---|
media |
Information representing the imported data. Information representing the imported data |
mediaInfo |
Metadata about the media upload request. Information representing the imported data |
Response body
Response message for importing integration items.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"mediaInfo": {
object ( |
| Fields | |
|---|---|
mediaInfo |
Metadata about media upload response. |
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 name resource:
chronicle.integrations.update
For more information, see the IAM documentation.