Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Type

Description

dest_path

string

Required. The path to the destination Project.

asset_types

array

Strings containing the types of assets to migrate.

Valid values:

  • File

  • Job

  • Account

  • Pipeline

  • Policy

Note

If you are migrating or copying accounts or policies to a different Org,

  • The source Org must recognize the destination Org as a Trusted Org.

  • The destination Org must have at least the same security level as the source Org.

Learn how to add a trusted Org.

async

Boolean

If true, the migration is done asynchronously.

A response is immediately returned with status_token and status_url, which you can use to check on the status of the migration (Started, Completed, or Failed).

Default: true

duplicate_check

Boolean

If true, throws an exception if a project with the same name already exists at the specified path.

If false, overwrites any existing project with the same name at the specified path.

Default: true

...