Update multicloud plugin GET handling
[so.git] / adapters / mso-adapter-utils / src / test / resources / __files / MulticloudGetCreateResponse.json
1 {
2     "template_type": "heat",
3     "workload_id": "TEST-workload",
4     "workload_status": "CREATE_COMPLETE",
5     "workload_status_reason": {
6         "stack": {
7             "id": "TEST-workload",
8             "links" : [
9                 {
10                     "href" : "port",
11                     "rel" : "self"
12                 }
13             ],
14             "stack_name": "TEST-stack",
15             "stack_status": "CREATE_COMPLETE",
16             "creation_time": "2019-03-21T03:17:32Z",
17             "description": "Sample stack response",
18             "stack_owner": "stack_Owner",
19             "capabilities": [],
20             "parameters": {
21                 "OS::project_id": "0e148b76ee8c42f78d37013bf6b7b1ae",
22                 "apt_proxy": "10.12.5.2:8000",
23                 "etcd_vm_flavor": "m1.medium",
24                 "docker_version": "17.03.2",
25                 "portal_hostname": "portal.api.simpledemo.onap.org",
26                 "docker_proxy": "10.12.5.2:5000",
27                 "kubectl_version": "1.11.5",
28                 "use_ramdisk": "false"
29             },
30             "outputs": [
31                 {
32                     "output_value": "10.12.6.20",
33                     "output_key": "k8s_12_vm_ip",
34                     "description": "The IP address of the k8s_12 instance"
35                 },
36                 {
37                     "output_value": "10.12.5.241",
38                     "output_key": "k8s_01_vm_ip",
39                     "description": "The IP address of the k8s_01 instance"
40                 }
41             ]
42         }
43     }
44 }