a2a028be90
Fix docs for stack-find, stack-show, stack-list APIs. Major changes include: - Revise stack query parameters to differentiate them from stack object body fields. - Added 'resolve_outputs' to stack-find interface. - Added response sample and documentation for stack-find API. We should faithfully document the 302 status code and body. - Added missing parameter 'stacks' for stack-list call. - Added missing 'X-Openstack-Request-Id' parameter in responses. Change-Id: Ifc4937a254ff766ae83c80c009047d926eebf72f
25 lines
851 B
JSON
25 lines
851 B
JSON
{
|
|
"stacks": [
|
|
{
|
|
"creation_time": "2014-06-03T20:59:46Z",
|
|
"deletion_time": null,
|
|
"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"
|
|
}
|
|
],
|
|
"parent": null,
|
|
"stack_name": "simple_stack",
|
|
"stack_owner": null,
|
|
"stack_status": "CREATE_COMPLETE",
|
|
"stack_status_reason": "Stack CREATE completed successfully",
|
|
"stack_user_project_id": "71510cbd459a49ac989ca1055de7038b",
|
|
"tags": null,
|
|
"updated_time": null
|
|
}
|
|
]
|
|
}
|