MigrationResource

Resource used for performing Tag Type Migrations and Template Migrations

The following resources are applicable:

/migration/cancelMigration

Mount Point: /CNPortletapp/rest/migration/cancelMigration

GET

Cancel the current tag type migration job, if one is being executed

Response Body

element: genericResponse
media types: */*
application/xml
application/json

response object containing details about the cancellation

/migration/getMigrationConstructs

Mount Point: /CNPortletapp/rest/migration/getMigrationConstructs

POST

Get a list of constructs, that can be migrated for the given type

Request Body

element: migrationTagsRequest
media types: */*
application/xml
application/json

request containing the migration type

Response Body

element: constructListResponse
media types: */*
application/xml
application/json

list of constructs

/migration/getMigrationJobItems/{jobId}

Mount Point: /CNPortletapp/rest/migration/getMigrationJobItems/{jobId}

GET

Get the migration job items for the given job

Parameters

name description type default
jobId The jobId for which the items should be loaded path

Response Body

element: migrationJobItemsResponse
media types: */*
application/xml
application/json

(no documentation provided)

/migration/getMigrationLog/{jobId}

Mount Point: /CNPortletapp/rest/migration/getMigrationLog/{jobId}

GET

Get the log for a given tag type migration job

Parameters

name description type default
jobId the id of the migration job path

Response Body

element: migrationGetLogResponse
media types: */*
application/xml
application/json

(no documentation provided)

/migration/getMigrationLogs

Mount Point: /CNPortletapp/rest/migration/getMigrationLogs

GET

Get a list of all tag type migration logs

Response Body

element: migrationGetLogsResponse
media types: */*
application/xml
application/json

(no documentation provided)

/migration/getMigrationStatus

Mount Point: /CNPortletapp/rest/migration/getMigrationStatus

GET

Get the migration status for a given tag type migration job

Response Body

element: migrationStatusResponse
media types: */*
application/xml
application/json

response object containing details about the status of the current migration

/migration/getMigrationTagTypes

This resource has been deprecated.

Mount Point: /CNPortletapp/rest/migration/getMigrationTagTypes

POST

This operation has been deprecated. use #getMigrationConstructs(MigrationTagsRequest) instead

Get a list of Tag Types for possible migration by examining the given objects

Request Body

element: migrationTagsRequest
media types: */*
application/xml
application/json

migration tags request object

Response Body

element: migrationTagsResponse
media types: */*
application/xml
application/json

response object containing the tags for the requested objects

/migration/getPartsForTagType/{id}

Mount Point: /CNPortletapp/rest/migration/getPartsForTagType/{id}

GET

Get a list of parts for a single tag type

Parameters

name description type default
id id of the tag type to return tags for path

Response Body

element: migrationPartsResponse
media types: */*
application/xml
application/json

response object containing the parts for the requested tag type

/migration/getPossiblePartMappings

Mount Point: /CNPortletapp/rest/migration/getPossiblePartMappings

GET

Get a response that contains maps and lists with possible part mappings between to both tagtypes

Parameters

name description type default
fromTagTypeId TagTypeId of the tagtype that should be mapped query
toTagTypeId TagTypeId of the desired target tagtype query

Response Body

element: possiblePartMappingsResponse
media types: */*
application/xml
application/json

response object

/migration/performMigration

Mount Point: /CNPortletapp/rest/migration/performMigration

POST

Perform tag migration process

Request Body

element: tagTypeMigrationRequest
media types: */*
application/xml
application/json

migration request object

Response Body

element: migrationResponse
media types: */*
application/xml
application/json

response object

/migration/performTemplateMigration

Mount Point: /CNPortletapp/rest/migration/performTemplateMigration

POST

Request Body

element: templateMigrationRequest
media types: */*
application/xml
application/json

(no documentation provided)

Response Body

element: migrationResponse
media types: */*
application/xml
application/json

(no documentation provided)

/migration/reinvokeMigration

Mount Point: /CNPortletapp/rest/migration/reinvokeMigration

POST

Reinvoke the tag type migration for the given object

Request Body

element: migrationReinvokeRequest
media types: */*
application/xml
application/json

(no documentation provided)

Response Body

element: migrationResponse
media types: */*
application/xml
application/json

(no documentation provided)