- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.download
legacyPlaybooks.download exports workflows as a zip file.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to export the definitions for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
identifiers |
Required. Comma separated list of identifiers of the definitions to export. |
Request body
The request body must be empty.
Response body
LegacyPlaybookExportDefinitionsResponse is a response for exporting the definitions.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"media": {
object ( |
Fields | |
---|---|
media |
The exported definitions. Zipped file with the definitions content. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.