Method: integrations.importIntegrationItems

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/v1beta/{name}:importItems * Metadata URI, for metadata-only requests:
POST https://chronicle.africa-south1.rep.googleapis.com/v1beta/{name}:importItems

Path parameters

Parameters
name

string

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 (Media)
  },
  "mediaInfo": {
    object (MediaRequestInfo)
  }
}
Fields
media

object (Media)

Information representing the imported data. Information representing the imported data

mediaInfo

object (MediaRequestInfo)

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 (MediaResponseInfo)
  }
}
Fields
mediaInfo

object (MediaResponseInfo)

Metadata about media upload response.

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

  • chronicle.integrations.update

For more information, see the IAM documentation.