aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/test/resources/__files/OpenstackResponse_Stack.json
blob: be50d09ef6460cd452dff3f6408dafcd5b9ff20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "stack": {
    "creationTime": null, 
    "description": null, 
    "files": null, 
    "id": "stackId", 
    "links": null, 
    "outputs": null, 
    "parameters": {}, 
    "stack_name": "DEV-VF-1802-it3-pwt3-v6-vSAMP10a-addon2-Replace-1001", 
    "stack_status": "CREATE_IN_PROGRESS", 
    "stack_status_reason": null, 
    "updatedTime": null
  }
}