ccdb9c9ae6
We support to get the deleted stacks by filter in stack-list api, support to show the deleted stack by stack-id, so to show the 'deletion_time' info of stacks. Change-Id: I8c55fe7f6a899ca66aa3fef15c93195c03c5aa11 Closes-Bug: #1587214
25 lines
849 B
JSON
25 lines
849 B
JSON
{
|
|
"stacks": [
|
|
{
|
|
"creation_time": "2014-06-03T20:59:46Z",
|
|
"description": "sample stack",
|
|
"id": "3095aefc-09fb-4bc7-b1f0-f21a304e864c",
|
|
"links": [
|
|
{
|
|
"href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/simple_stack/3095aefc-09fb-4bc7-b1f0-f21a304e864c",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"stack_name": "simple_stack",
|
|
"stack_status": "CREATE_COMPLETE",
|
|
"stack_status_reason": "Stack CREATE completed successfully",
|
|
"updated_time": "",
|
|
"tags": null,
|
|
"parent": null,
|
|
"stack_owner": null,
|
|
"stack_user_project_id": "71510cbd459a49ac989ca1055de7038b",
|
|
"deletion_time": null
|
|
}
|
|
]
|
|
}
|