Migrate an API version
This page is no longer maintained (Mar 29, 2023). For the most current information, go to https://docs.snaplogic.com/public-apis/post-apim-migrate-version-version-path.html.
Â
POST /apim/migrate_version/{version_path}
Â
Overview
This API migrates an API version, including the selected asset types, to another version.
The destination version can be in the same or another API, Project, Org, or Snaplex.
Prerequisites
Read access to the source project
Write access to the target Org
Â
Request
Path Parameters
Key | Description |
---|---|
| Required. The path to your SnapLogic pod. Example: |
| Required. The path of the source API version. Format: Example: |
Query Parameters
None.
Request Header
Specify Basic
for authorization and application/json
for content type.
Request Body
Key | Type | Description |
---|---|---|
| string | The path to the destination API version.
Format: |
| string | The path to the destination Snaplex.
Format: |
| array | The list of asset types to migrate. Valid values:
Default: All valid asset types. If you are migrating or copying accounts or policies to a different Org,
Learn how to add a trusted Org. |
| Boolean | If If Default: |
Response
Response Body
{
"response_map": {
"successful": [
{
"snode_id": "...",
"name": "..."
},
...
],
"failed": [],
"warnings": []
},
"http_status_code": 200
}
Â
Key | Type | Description |
---|---|---|
| string | The ID of the asset in the destination JCC node. |
| string | The name of the copied asset. |
Â
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.