Fix the DCAE query
[clamp.git] / src / test / resources / http-cache / example / api / v1 / blueprint-model / workflow-spec / .file
1 {
2     "blueprintName": "baseconfiguration",
3     "version": "1.0.0",
4     "workFlowData": {
5         "workFlowName": "resource-assignment",
6         "inputs": {
7             "resource-assignment-properties": {
8                 "required": true,
9                 "type": "dt-resource-assignment-properties"
10             }
11         },
12         "outputs": {
13             "response-property": {
14                 "type": "string",
15                 "value": "executed"
16             },
17             "template-properties": {
18                 "type": "json",
19                 "value": {
20                     "get_attribute": [
21                         "resource-assignment",
22                         "assignment-params"
23                     ]
24                 }
25             }
26         }
27     },
28     "dataTypes": {
29         "dt-resource-assignment-properties": {
30             "description": "This is Dynamically generated data type for workflow activate",
31             "version": "1.0.0",
32             "metadata": null,
33             "attributes": null,
34             "properties": {
35                 "request-id": {
36                     "required": true,
37                     "type": "string",
38                     "input-param": true
39                 },
40                 "service-instance-id": {
41                     "required": true,
42                     "type": "string",
43                     "input-param": true
44                 },
45                 "vnf-id": {
46                     "required": true,
47                     "type": "string"
48                 },
49                 "action-name": {
50                     "required": true,
51                     "type": "string"
52                 },
53                 "scope-type": {
54                     "required": true,
55                     "type": "string"
56                 },
57                 "hostname": {
58                     "required": true,
59                     "type": "string",
60                     "input-param": true
61                 },
62                 "request-info": {
63                     "required": true,
64                     "type": "dt-request-info-properties",
65                     "input-param": true
66                 },
67                 "vnf_name": {
68                     "required": true,
69                     "type": "string"
70                 }
71             },
72             "constraints": null,
73             "derived_from": "tosca.datatypes.Dynamic"
74         },
75         "dt-request-info-properties": {
76             "description": "This is Dynamically generated data type for workflow activate",
77             "version": "1.0.0",
78             "metadata": null,
79             "attributes": null,
80             "properties": {
81                 "prop1": {
82                     "required": true,
83                     "type": "string",
84                     "input-param": true
85                 },
86                 "prop2": {
87                     "required": true,
88                     "type": "string",
89                     "input-param": true
90                 }
91             },
92             "constraints": null,
93             "derived_from": "tosca.datatypes.Dynamic"
94         }
95     }
96 }