aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/data/AcDocker.json
blob: 57148256c05b14daa751a0657fff94a183f6a210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
                }
            }
        }
    }
}