MigrationResource

The following resources are part of this group:

/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

response object containing details about the cancellation

/migration/getMigrationLogs

Mount Point: /CNPortletapp/rest/migration/getMigrationLogs

GET

Get a list of all tag type migration logs

Response Body

element: migrationGetLogsResponse

(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

response object containing details about the status of the current migration

/migration/getMigrationTagTypes

Mount Point: /CNPortletapp/rest/migration/getMigrationTagTypes

POST

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

Request Body

element: migrationTagsRequest

migration tags request object

Response Body

element: migrationTagsResponse

response object containing the tags for the requested objects

/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

response object

/migration/performMigration

Mount Point: /CNPortletapp/rest/migration/performMigration

POST

Perform tag migration process

Request Body

element: tagTypeMigrationRequest

migration request object

Response Body

element: (custom)

response object

/migration/performTemplateMigration

Mount Point: /CNPortletapp/rest/migration/performTemplateMigration

POST

Request Body

element: templateMigrationRequest

(no documentation provided)

Response Body

element: (custom)

(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

(no documentation provided)

Response Body

element: (custom)

(no documentation provided)

/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

(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

(no documentation provided)

/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

response object containing the parts for the requested tag type