Create a new migration group
POST {{baseUrl}}/api/migrationGroups
Request Body
{"name"=>"MultiPackageMultiProject", "sourceEnvironment"=>{"id"=>"sss", "name"=>"sss"}, "targetEnvironment"=>{"id"=>"sss", "name"=>"sss"}, "migrations"=>[{"packageInfo"=>{"type"=>"project", "purpose"=>"migration_group", "project"=>{"id"=>"{{projectId}}", "name"=>"MicroStrategy Tutorial"}, "tocView"=>{"settings"=>{"updateSchema"=>["recal_table_logical_size"], "aclOnReplacingObjects"=>"replace", "aclOnNewObjects"=>["inherit_acl_as_dest_folder"], "defaultAction"=>"keep_both"}, "content"=>[{"id"=>"D8EE8AEC11E794390FF00080EF053519", "type"=>55, "action"=>"use_existing", "includeDependents"=>true}]}}, "importInfo"=>{"project"=>{"id"=>"{{projectId}}", "name"=>"MicroStrategy Tutorial"}}}, {"packageInfo"=>{"type"=>"project", "purpose"=>"migration_group", "project"=>{"id"=>"E8D198774597EEDA4848F4962AC42A01", "name"=>"Testing3"}, "tocView"=>{"settings"=>{"updateSchema"=>["recal_table_logical_size"], "aclOnReplacingObjects"=>"replace", "aclOnNewObjects"=>["inherit_acl_as_dest_folder"], "defaultAction"=>"keep_both"}, "content"=>[{"id"=>"233AE5EF48F48E84B4626D8E0E8806DE", "type"=>55, "action"=>"use_existing", "includeDependents"=>false}]}}, "importInfo"=>{"project"=>{"id"=>"E8D198774597EEDA4848F4962AC42A01", "name"=>"Testing3"}}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | ||
prefer | string | ||
Content-Type | string |