e46da6760b892ffc2378461f6a243801d2f22a8d
[clamp.git] / src / test / resources / example / cds-response / vFW-CDS-modify-config-workflow.json
1 {
2   "blueprintName": "vFW-CDS",
3   "version": "1.0.0",
4   "workFlowData": {
5     "workFlowName": "modify-config",
6     "inputs": {
7       "resolution-key": {
8         "required": true,
9         "type": "string"
10       },
11       "modify-config-properties": {
12         "description": "Dynamic PropertyDefinition for workflow(modify-config).",
13         "required": true,
14         "type": "dt-modify-config-properties"
15       }
16     }
17   },
18   "dataTypes": {
19     "dt-modify-config-properties": {
20       "description": "Dynamic DataType definition for workflow(modify-config).",
21       "version": "1.0.0",
22       "properties": {
23         "vpg_onap_private_ip_0": {
24           "description": "",
25           "required": false,
26           "type": "string",
27           "status": "",
28           "constraints": [
29             {}
30           ],
31           "entry_schema": {
32             "type": ""
33           }
34         },
35         "service-instance.service-instance-id": {
36           "type": "string"
37         },
38         "vnf-id": {
39           "type": "string"
40         },
41         "data": {
42           "description": "",
43           "required": false,
44           "type": "string",
45           "status": "",
46           "constraints": [
47             {}
48           ],
49           "entry_schema": {
50             "type": "dt-data"
51           }
52         },
53         "service-instance-id": {
54           "type": "string"
55         },
56         "update-active-streams": {
57           "description": "",
58           "required": false,
59           "type": "string",
60           "status": "",
61           "constraints": [
62             {}
63           ],
64           "entry_schema": {
65             "type": "dt-data"
66           }
67         },
68         "generic-vnf.vnf-id": {
69           "type": "string"
70         }
71       },
72       "derived_from": "tosca.datatypes.Dynamic"
73     }
74   }
75 }