Skip to content

Commit

Permalink
Merge pull request #855 from grycap/devel
Browse files Browse the repository at this point in the history
Improve code
  • Loading branch information
micafer authored Jun 11, 2019
2 parents 2b0a908 + c335f85 commit 33b579f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/source/REST.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Next tables summaries the resources and the HTTP methods available.
| **GET** | | **List** the infrastructure IDs. | | **List** the virtual machines | | **Get** information associated to the |
| | | | in the infrastructure ``infId`` | | virtual machine ``vmId`` in ``infId``. |
+-------------+------------------------------------+------------------------------------+-------------------------------------------+
| **POST** | | **Create** a new infrastructure | | **Create** a new virtual machine | | **Alter** VM properties based on |
| | | based on the RADL posted | | based on the RADL posted. | | then RADL posted |
| **POST** | | **Create** a new infrastructure | | **Add or Remove** virtual | | **Alter** VM properties based on |
| | | based on the RADL or TOSCA | | machines based on the RADL | | then RADL posted. |
| | | posted. | | or TOSCA posted. | |
+-------------+------------------------------------+------------------------------------+-------------------------------------------+
| **PUT** | | **Import** an infrastructure | | | **Modify** the virtual machine based on |
| | | from another IM instance | | | the RADL posted. |
| | | from another IM instance | | | the RADL or TOSCA posted. |
+-------------+------------------------------------+------------------------------------+-------------------------------------------+
| **DELETE** | | | **Undeploy** all the virtual | | **Undeploy** the virtual machine. |
| | | | machines in the infrastructure. | |
Expand Down

0 comments on commit 33b579f

Please sign in to comment.