Revision 7bf80be9 docs/compute-api-guide.rst

b/docs/compute-api-guide.rst
1787 1787

  
1788 1788
Request body contents::
1789 1789

  
1790
  firewallProfile: { profile: <firewall profile>}
1790
  firewallProfile: {profile: <firewall profile>, nic: <nic id>}
1791 1791

  
1792 1792
* **firewall profile** can be ``ENABLED``, ``DISABLED`` or ``PROTECTED``
1793 1793

  
......
1795 1795

  
1796 1796
.. code-block:: javascript
1797 1797

  
1798
  {"firewallProfile": {"profile": "ENABLED"}}
1798
  {"firewallProfile": {"profile": "ENABLED", "nic": 123}}
1799 1799

  
1800 1800
.. note:: Response body should be empty
1801 1801

  
......
3338 3338
updated          Date of last modification  ✔        ✔
3339 3339
created          Date of creation           ✔        ✔
3340 3340
hostId           Physical host              empty    ✔
3341
image            A full image descreption   ✔        ✔
3341
image            A full image description   ✔        ✔
3342 3342
flavor           A full flavor description  ✔        ✔
3343 3343
adminPass        Superuser Password         ✔        ✔
3344 3344
suspended        If server is suspended     ✔        ✔

Also available in: Unified diff