Containerization feature of SO
[so.git] / adapters / mso-openstack-adapters / src / test / resources / __files / OpenstackResponse_VnfStackId.json
1 {
2     "stack": {
3         "id": "DEV-VF-1802-it3-pwt3-v6-vSAMP10a-addon2-Replace-1001",
4         "links" : [
5                 {
6                         "href" : "port",
7                         "rel" : "self"
8                         }
9                 ],
10                 "stack_name": "DEV-VF-1802-it3-pwt3-v6-vSAMP10a-addon2-Replace-1001",
11                 "stack_status": "UPDATE_COMPLETE",
12                 "outputs": [
13                         {
14                         "output_key": "output name",
15                         "output_value": "output value",
16                         "description": "output description"
17                         }
18                 ]
19         }
20 }