Full name: projects.locations.instances.integrations.download
Exports the entire integration package as a ZIP file. Includes all scripts, definitions, and the manifest file. Use this method for backup or sharing.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:export Path parameters
| Parameters | |
|---|---|
name |
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 ( |
| Fields | |
|---|---|
media |
Zipped file with the integration content. Includes the following folders: Actions, Connectors, Jobs, Managers, Transformers, Logical Operators, 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 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.get
For more information, see the IAM documentation.