This document is related to the Jira task "POLICY-3470".
...
Clamp GUI - PolicyService.js endpoints
- GET restservices/clds/v2/policies
- POST restservices/clds/v2/policies/{policyModelType}/{policyModelVersion}/{policyName}/{policyVersion}
- DELETE restservices/clds/v2/policies/{policyModelType}/{policyModelVersion}/{policyName}/{policyVersion}
- PUT restservices/clds/v2/policies/pdpDeployment
- POST restservices/clds/v2/policies/policytype
...
- calls PolicyEngineServices.synchronizeAllPolicies() that download All PolicyModels and synchronize the clamp database and the policy engine. So it creates the required PolicyModel.
- calls PolicyEngineServices.downloadPdpGroups that download All PdpGroups and Update the Pdp Group info in Policy Model DB.
Clamp GUI - UserService.js endpoints
- GET restservices/clds/v1/user/getUser
- GET restservices/clds/v2/clampInformation
Clamp GUI - ACMService.js endpoints
- GET restservices/clds/v2/acm/getToscaInstantiation
- POST restservices/clds/v2/acm/postToscaInstanceProperties
- DELETE restservices/clds/v2/acm/deleteToscaInstanceProperties?{params)
- GET restservices/clds/v2/acm/getInstantiationOrderState?{params)
- PUT restservices/clds/v2/acm/putToscaInstantiationStateChange
- GET restservices/clds/v2/acm/getToscaTemplate?{params)
- POST restservices/clds/v2/acm/commissionToscaTemplate
- DELETE restservices/clds/v2/acm/decommissionToscaTemplate?{params)