Revision b16e83ee

b/docs/cyclades-api-guide.rst
1675 1675

  
1676 1676
A flavor is a hardware configuration for a server.
1677 1677

  
1678
==================================== ======================== ====== ======== ==========
1679
Description                          URI                      Method Cyclades OS/Compute
1680
==================================== ======================== ====== ======== ==========
1681
`List <#list-flavors>`_              ``/flavors``             GET    ✔        ✔
1682
\                                    ``/flavors/detail``      GET    ✔        **✘**
1683
`Get details <#get-flavor-details>`_ ``/flavors/<flavor-id>`` GET    ✔        ✔
1684
==================================== ======================== ====== ======== ==========
1685

  
1678 1686
List Flavors
1679 1687
............
1680 1688

  
......
1898 1906
=================== ====== ======== ==========
1899 1907
URI                 Method Cyclades OS/Compute
1900 1908
=================== ====== ======== ==========
1901
``/servers``        GET    ✔        ✔
1902
``/servers/detail`` GET    ✔        ✔
1909
``/images``        GET    ✔        ✔
1910
``/images/detail`` GET    ✔        ✔
1903 1911
=================== ====== ======== ==========
1904 1912

  
1905 1913
|

Also available in: Unified diff