Method: legacyPlaybooks.download

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

legacyPlaybooks.download exports workflows as a zip file.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to export the definitions for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
identifiers

string

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 (Media)
  }
}
Fields
media

object (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.