The VMWare server integration in the CloudSigma API is still in a BETA stage. Only partial functionality is exposed and the API definition and functionality are subject to changes.
| Method | Description |
|---|---|
| GET | get / list object/s |
Note
See RFC 2616 for more details on HTTP methods semantics
.. http:get:: /vmware_servers/
Gets the list of servers to which the authenticated user has access.
:statuscode 200: no error
**Example request**:
.. literalinclude:: dumps/request_vmware_servers_list
:language: http
**Example response**:
.. literalinclude:: dumps/response_vmware_servers_list
:language: javascript
.. literalinclude:: dumps/response_vmware_servers_schema
:language: javascript