Method: integrations.download

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

Export items from existing integration to a zipped folder. Items can be: actions, jobs, connectors, managers.

HTTP request


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

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 the following OAuth scope:

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

For more information, see the Authentication Overview.