Administrator
- Administrator
- All Products
<server URI>/sisvc/restapi/v1/CopyEntities
Field
| Type
| Required
| Description
|
---|---|---|---|
targetLocationID
| String
| Yes
| ID of the target location to copy the objects to.
|
sourceEntities
| Array
| Yes
| Configuration of the source and target connections.
|
sourceId
| String
| Yes
| ID of the source object.
|
targetName
| String
| Yes
| Name of the target object.
|
targetDescription
| String
| -
| Description of the target object.
|
POST <serverUrl>/sisvc/restapi/v1/CopyEntities Content-Type: application/json Accept:application/json IDS-SESSION-ID:2l0oeVx22Rujiej7yTokmT { "targetLocationID": "2RGmVdwN15PbfnQP5PSoSB", "sourceEntities": [ { "sourceId": "5Ff6jeaSh2UfAqiV01ldKD", "targetName": "Test_Copy_A", "targetDescription": "Description_1" }, { "sourceId": "fZnCSqcWTOQkJOr8VCWZQE", "targetName": "Test_Copy_B", "targetDescription": "Description_2" } ] }
{ "Status Message": "Operation succeeded on 2 artifacts.", "Success": { "Test_Copy_A": "ideNJw6l54gizxofF53HQH", "Test_Copy_B": "cOQ3gcWKSYikzVqqg6IOok" } }