diff options
Diffstat (limited to 'policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcInstantiate.json')
-rw-r--r-- | policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcInstantiate.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcInstantiate.json b/policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcInstantiate.json new file mode 100644 index 00000000..6b0b1553 --- /dev/null +++ b/policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcInstantiate.json @@ -0,0 +1,25 @@ +{ + "name": "DemoInstance0", + "version": "1.0.1", + "compositionId": "COMPOSITIONIDPLACEHOLDER", + "description": "Demo automation composition instance 0", + "elements": { + "709c62b3-8918-41b9-a747-d21eb79c6c20": { + "id": "709c62b3-8918-41b9-a747-d21eb79c6c20", + "definition": { + "name": "onap.policy.clamp.ac.element.Policy_AutomationCompositionElement", + "version": "1.2.3" + }, + "description": "Policy Automation Composition Element for the Demo", + "properties": { + "policy_type_id": { + "name": "onap.policies.native.Apex", + "version": "1.0.0" + }, + "policy_id": { + "get_input": "acm_element_policy" + } + } + } + } +}
\ No newline at end of file |