Migration Resources REST Endpoints

Migration Package/Migration Resources
Migration Resource endpoints retrieve the data source entities that are required for successful migration. Oracle CPQ supports retrieving all migration resources, migration resources within a defined Oracle CPQ category, and specific migration resources from within a category.
Get All Migration Resources
Method: get
Path: /rest/v16/migrationResources
Get Category Migration Resources
Method: get
Path: /rest/v16/migrationResources/{category}
Get Dependencies for Selected Migration Resources or a Migration Package from Source Site
Method: post
Path: /rest/v16/migrationResources/dependencies
Get Migration Resource Low-level Details
Method: get
Path: /rest/v16/migrationResources/{category}/{variableName}
Migrate Selected Migration Resources or Migration Package from Source Site
Method: post
Path: /rest/v16/migrationResources/actions/migrate