summaryrefslogtreecommitdiffstats
path: root/so-simulator/src/main/resources/openstack/gr_api/Stack_Failure.json
blob: 12bdbef9f8ee40e079651c50e8c92659d346b3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"stack": {
		"description": null,
		"links": null,
		"stack_status_reason": "${stack_failure_message}",
		"stack_name": "${stackName}",
		"updated_time": null,
		"creation_time": null,
		"stack_status": "CREATE_FAILED",
		"id": "stackId",
		"files": null,
		"outputs": null,
		"parameters": {
			
		}
	}
}