Allow checkstyle to avoid auto snapshot update
[policy/parent.git] / docs / development / devtools / smoke / json / acm-instantiation.json
1 {
2     "compositionId": "{{compositionId}}",
3     "name": "K8SInstance0",
4     "version": "1.0.1",
5     "description": "Demo automation composition instance 0",
6     "elements": {
7         "709c62b3-8918-41b9-a747-d21eb79c6c21": {
8             "id": "709c62b3-8918-41b9-a747-d21eb79c6c21",
9             "definition": {
10                 "name": "org.onap.policy.clamp.Local_K8SMicroserviceAutomationCompositionElement",
11                 "version": "1.2.3"
12             },
13             "description": "K8s Automation composition Element for the nginx-ingress microservice",
14             "properties": {
15                 "chart": {
16                     "chartId": {
17                         "name": "nginx-ingress",
18                         "version": "0.11.0"
19                     },
20                     "releaseName": "nginxapp",
21                     "namespace": "onap"
22                 }
23             }
24         },
25         "709c62b3-8918-41b9-a747-d21eb79c6c22": {
26             "id": "709c62b3-8918-41b9-a747-d21eb79c6c22",
27             "definition": {
28                 "name": "org.onap.policy.clamp.Http_AutomationCompositionElement",
29                 "version": "1.2.3"
30             },
31             "description": "Http Automation composition Element",
32             "properties": {
33                 "baseUrl": "http://httpbin.org",
34                 "httpHeaders": {
35                     "Content-Type": "application/json"
36                 },
37                 "configurationEntities": [
38                     {
39                         "configurationEntityId": {
40                             "name": "entity1",
41                             "version": "1.0.1"
42                         },
43                         "restSequence": [
44                             {
45                                 "restRequestId": {
46                                     "name": "request1",
47                                     "version": "1.0.1"
48                                 },
49                                 "httpMethod": "POST",
50                                 "path": "post",
51                                 "body": "Dummy data for smoke testing",
52                                 "expectedResponse": 200
53                             }
54                         ]
55                     }
56                 ]
57             }
58         }
59     }
60 }