RulePoint
- RulePoint 6.1.2
- All Products
POST http://localhost:8080/rulepoint/api/projects/1/reassign Content-Type: application/json Accept: application/json Cookie: JSESSIONID=<VALID_SESSION_ID>
{ "topologyId": 1, "itemsToDeploy": [ { "artifactId": "d4dbfd17-4053-446c-83b8-dda9dc3f48c6", "groupNames": [ "Source Controller2" ] } ] }
{ "successful": true, "txnId": -1333205577, "dpId": "dff975ab-cf27-45ca-89bc-c3326db69941" }
POST http://localhost:8080/rulepoint/api/projects/1/reassign Content-Type: application/xml Accept: application/xml Cookie: JSESSIONID=<VALID_SESSION_ID>
<deploymentRequest> <itemsToDeploy> <item> <artifactId>1fbafd49-d01e-44aa-9bdf-cc95fe2b4383</artifactId> <groupNames> <groupName>SC2</groupName> </groupNames> </item> </itemsToDeploy> <topologyId>1</topologyId> </deploymentRequest>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <deploymentResult> <dpId>71b66b44-6b56-43c3-8df5-aadc4886e0c3</dpId> <successful>true</successful> <txnId>-441803971</txnId> </deploymentResult>