Method: integrations.download

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

Export an existing integration package to a zipped folder.

HTTP request


GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:export

Path parameters

Parameters
name

string

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

Request body

The request body must be empty.

Response body

Response message for exporting an integration.

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

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

object (Media)

Zipped file with the integration content. Includes the following folders: Actions, Connectors, Jobs, Managers, Dependencies Each folder includes json files and a python file for the script. Includes integration definition json file. Includes metadata.json file Information representing the imported data

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

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.