This patch makes the following changes to the environment api-ref:
- Adds an environment overview
- Removes 500 error codes (any endpoint can arguably throw a 500
but a 500 is not an expected error code)
- Adds additional status codes that can be returned by endpoints
- Updates deprecated response bodies
Also adds X-Openstack-Request-Id to response parameters throughout
the murano api docs that are currently missing it.
Change-Id: I77f88a29639bae6612a46e800444e9b34485c2af
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"status": "ready",
|
|
"updated": "2017-04-27T15:36:02",
|
|
"created": "2017-04-27T15:36:02",
|
|
"tenant_id": "cca37eef752244d99945a4123f30ff79",
|
|
"acquired_by": null,
|
|
"services": [],
|
|
"version": 0,
|
|
"description_text": "",
|
|
"id": "a2977db57398401aba5804ef2211a2a3",
|
|
"name": "env_name"
|
|
} |