diff options
Diffstat (limited to 'docs/development/devtools/smoke/json')
-rw-r--r-- | docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json b/docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json new file mode 100644 index 00000000..aa8ca23d --- /dev/null +++ b/docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json @@ -0,0 +1,26 @@ +{ + "compositionId": "{{compositionId}}", + "name": "DemoInstance1", + "version": "1.0.1", + "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" + }, + "participantId": "101c62b3-8918-41b9-a747-d21eb79c6c03", + "description": "Starter Automation Composition Element for the Demo", + "properties": { + "policy_type_id": { + "name": "onap.policies.operational.pm-subscription-handler", + "version": "1.0.0" + }, + "policy_id": { + "get_input": "acm_element_policy" + } + } + } + } +} |