Add ACM regression test suite
[policy/docker.git] / policy-regression-tests / policy-clamp-regression / src / test / resources / data / AcUpdateProperty.json
1 {
2   "name": "DemoInstance0",
3   "version": "1.0.1",
4   "compositionId": "COMPOSITIONIDPLACEHOLDER",
5   "instanceId": "INSTANCEIDPLACEHOLDER",
6   "description": "Demo automation composition instance 0",
7   "elements": {
8     "709c62b3-8918-41b9-a747-d21eb79c6c20": {
9       "id": "709c62b3-8918-41b9-a747-d21eb79c6c20",
10       "definition": {
11         "name": "onap.policy.clamp.ac.element.Policy_AutomationCompositionElement",
12         "version": "1.2.3"
13       },
14       "description": "Policy Automation Composition Element for the Demo",
15       "properties": {
16         "policy_type_id": {
17           "name": "onap.policies.native.Apex",
18           "version": "1.0.0"
19         },
20         "policy_id": {
21           "get_input": "acm_element_policy_updated"
22         },
23         "new_property": "test"
24       }
25     }
26   }
27 }