- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The name of the integration to retrieve items from. Format: projects/{project}/locations/{region}/instances/{instance}/integrations/{integration} |
Query parameters
Parameters | |
---|---|
actions |
Optional. A separated comma string of the ids of the actions to export. Format: 1,2,3 |
jobs |
Optional. A separated comma string of the ids of the jobs to export. Format: 1,2,3 |
connectors |
Optional. A separated comma string of the ids of the connectors to export. Format: 1,2,3 |
managers |
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 ( |
Fields | |
---|---|
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.