Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions source/conceptsandterminology/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ CloudStack provides a REST-like API for the operation, management and use of
the cloud.


AWS EC2 API Support
~~~~~~~~~~~~~~~~~~~

CloudStack provides an EC2 API translation layer to permit the common EC2
tools to be used in the use of a CloudStack cloud.


High Availability
~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -145,8 +138,7 @@ The management server:

- Provides the web interface for both the administrator and end user.

- Provides the API interfaces for both the CloudStack API as well as the EC2
interface.
- Provides the CloudStack API.

- Manages the assignment of guest Instances to a specific compute resource

Expand Down
8 changes: 2 additions & 6 deletions source/developersguide/developer_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,8 @@ in XML or JSON. It is used to implement the default web UI. This API is
not a standard like `OGF
OCCI <http://www.ogf.org/gf/group_info/view.php?group=occi-wg>`__ or
`DMTF CIMI <http://dmtf.org/standards/cloud>`__ but is easy to learn.
Mapping exists between the AWS API and the CloudStack API as will be
seen in the next section. Recently a Google Compute Engine interface was
also developed that maps the GCE REST API to the CloudStack API
described here. The API
`docs <https://cloudstack.apache.org/api.html>`__ are a good start to
learn the extent of the API. Multiple clients exist on
The API `docs <https://cloudstack.apache.org/api.html>`__ are a good start
to learn the extent of the API. Multiple clients exist on
`GitHub <https://github.com/search?q=cloudstack+client&ref=cmdform>`__
to use this API, you should be able to find one in your favorite
language. The reference documentation for the API and changes that might
Expand Down
Loading
Loading