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