Method: integrations.exportIntegrationItems

Full name: projects.locations.instances.integrations.exportIntegrationItems

Exports specific items from an integration into a ZIP folder. Use this method to extract only a subset of capabilities (e.g., just the connectors) for reuse.

HTTP request


GET https://chronicle.africa-south1.rep.googleapis.com/v1beta/{name}:exportItems

Path parameters

Parameters
name

string

Required. The name of the integration to retrieve items from. Format: projects/{project}/locations/{region}/instances/{instance}/integrations/{integration}

Query parameters

Parameters
actions

string

Optional. A separated comma string of the ids of the actions to export. Format: 1,2,3

jobs

string

Optional. A separated comma string of the ids of the jobs to export. Format: 1,2,3

connectors

string

Optional. A separated comma string of the ids of the connectors to export. Format: 1,2,3

managers

string

Optional. A separated comma string of the ids of the managers to export. Format: 1,2,3

transformers

string

Optional. A separated comma string of the ids of the transformers to export. Format: 1,2,3

logicalOperators

string

Optional. A separated comma string of the ids of the logical operators to export. Format: 1,2,3

Request body

The request body must be empty.

Response body

Zipped folder with all the exported items. Includes the following folders according to the chosen items: Actions, Connectors, Jobs, Managers Each folder includes json files and a python file for the script.

If successful, the response body contains data with the following structure:

JSON representation
{
  "media": {
    object (Media)
  }
}
Fields
media

object (Media)

Information representing the exported data. Information representing the imported data

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.get

For more information, see the IAM documentation.