623c5a5354
This patch fixes problems found in api-ref documentation related to stack actions and missing stack APIs. More specifically, this include the following changes: - Fix status code documentation about stack actions; - Added response parameters for some actions although there is no body returned -- there are still header returned; - Added documentation about stack-export API; - Added documentation about stack-environment-show API; - Added documentation about stack-files-show API; Change-Id: I8b2266ec7a7a22fc1cb1782e98beac315e054013
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"action": "SUSPEND",
|
|
"environment": {
|
|
"event_sinks": [],
|
|
"parameter_defaults": {},
|
|
"parameters": {},
|
|
"resource_registry": {
|
|
"resources": {}
|
|
}
|
|
},
|
|
"files": {},
|
|
"id": "da778f26-6d25-4634-9531-d438188e48fd",
|
|
"name": "s1",
|
|
"project_id": "369166a68a3a49b78b4e138531556e55",
|
|
"resources": {
|
|
"random": {
|
|
"action": "SUSPEND",
|
|
"metadata": {},
|
|
"name": "random",
|
|
"resource_data": {
|
|
"value": "wCPWWoGJH5SZKtNFAgqGcbiWokCkRgam"
|
|
},
|
|
"resource_id": "s1-random-pzuzs6pbjhho",
|
|
"status": "COMPLETE",
|
|
"type": "OS::Heat::RandomString"
|
|
}
|
|
},
|
|
"stack_user_project_id": "a4e6fd443f5b4d4694331ff441ad2397",
|
|
"status": "COMPLETE",
|
|
"tags": null,
|
|
"template": {
|
|
"heat_template_version": "2014-10-16",
|
|
"outputs": {
|
|
"result": {
|
|
"value": {
|
|
"get_attr": [
|
|
"random",
|
|
"value"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"parameters": {
|
|
"str_length": {
|
|
"default": 32,
|
|
"type": "number"
|
|
}
|
|
},
|
|
"resources": {
|
|
"random": {
|
|
"properties": {
|
|
"length": {
|
|
"get_param": "str_length"
|
|
}
|
|
},
|
|
"type": "OS::Heat::RandomString"
|
|
}
|
|
}
|
|
}
|
|
}
|