deployables.inc (openstack-cyborg-6.0.0) | : | deployables.inc (openstack-cyborg-7.0.0) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
.. rest_method:: GET /v2/deployables | .. rest_method:: GET /v2/deployables | |||
Lists UUIDs, names, attribute list and more informations for all deployables. | Lists UUIDs, names, attribute list and more informations for all deployables. | |||
Normal response codes: 200 | Normal response codes: 200 | |||
Error response codes: unauthorized(401), forbidden(403) | Error response codes: unauthorized(401), forbidden(403) | |||
**Example response: list all deployables** | **Example response: list all deployables** | |||
.. literalinclude:: ../../../doc/api_samples/deployables/deployables-list-resp.j son | .. literalinclude:: ../../doc/api_samples/deployables/deployables-list-resp.json | |||
:language: javascript | :language: javascript | |||
Get One Deployable | Get One Deployable | |||
------------------ | ------------------ | |||
.. rest_method:: GET /v2/deployables/{deployable_uuid} | .. rest_method:: GET /v2/deployables/{deployable_uuid} | |||
Gets the UUID, name, attribute list and more informations for one deployable wit h the specified UUID. | Gets the UUID, name, attribute list and more informations for one deployable wit h the specified UUID. | |||
Normal response codes: 200 | Normal response codes: 200 | |||
skipping to change at line 47 | skipping to change at line 47 | |||
Error response codes: badRequest(400), unauthorized(401), forbidden(403) | Error response codes: badRequest(400), unauthorized(401), forbidden(403) | |||
Request | Request | |||
======= | ======= | |||
.. rest_parameters:: parameters.yaml | .. rest_parameters:: parameters.yaml | |||
- deployable_uuid: deployable_uuid | - deployable_uuid: deployable_uuid | |||
**Example response: show details of a specific deployable** | **Example response: show details of a specific deployable** | |||
.. literalinclude:: ../../../doc/api_samples/deployables/deployables-getone-resp .json | .. literalinclude:: ../../doc/api_samples/deployables/deployables-getone-resp.js on | |||
:language: javascript | :language: javascript | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |