13d3feaafa4501715d77df4b26e46a1dba2f46b8
[clamp.git] / src / test / resources / http-cache / example / api / v1 / blueprint-model / workflow-spec?connectionTimeToLive=5000 / .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                 },
39                 "service-instance-id": {
40                     "required": true,
41                     "type": "string"
42                 },
43                 "vnf-id": {
44                     "required": true,
45                     "type": "string"
46                 },
47                 "action-name": {
48                     "required": true,
49                     "type": "string"
50                 },
51                 "scope-type": {
52                     "required": true,
53                     "type": "string"
54                 },
55                 "hostname": {
56                     "required": true,
57                     "type": "string"
58                 },
59                 "vnf_name": {
60                     "required": true,
61                     "type": "string"
62                 }
63             },
64             "constraints": null,
65             "derived_from": "tosca.datatypes.Dynamic"
66         }
67     }
68 }