2016-08-29 16:58:29 +03:00
|
|
|
/v2/compute/capabilities
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
GET /v2/compute/capabilities
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Retrieve the capabilities of the server
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: OK
|
|
|
|
|
|
|
|
Output
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
2016-10-20 11:54:07 +03:00
|
|
|
<tr><td>node_types</td> <td>✔</td> <td>array</td> <td>Node type supported by the compute</td> </tr>
|
|
|
|
<tr><td>platform</td> <td> </td> <td>string</td> <td>Platform where the compute is running</td> </tr>
|
2016-08-29 16:58:29 +03:00
|
|
|
<tr><td>version</td> <td>✔</td> <td>['string', 'null']</td> <td>Version number</td> </tr>
|
|
|
|
</table>
|
|
|
|
|