diff --git a/docs/en-US/API_Developers_Guide.ent b/docs/en-US/API_Developers_Guide.ent
index 6e902acd479..47a2b6757f8 100644
--- a/docs/en-US/API_Developers_Guide.ent
+++ b/docs/en-US/API_Developers_Guide.ent
@@ -15,7 +15,7 @@
specific language governing permissions and limitations
under the License.
-->
-
+
-
+
\ No newline at end of file
diff --git a/docs/en-US/API_Developers_Guide.xml b/docs/en-US/API_Developers_Guide.xml
index daf7897db5a..802c50e8790 100644
--- a/docs/en-US/API_Developers_Guide.xml
+++ b/docs/en-US/API_Developers_Guide.xml
@@ -23,15 +23,15 @@
-->
-
- &PRODUCT; API Developers Guide
+
+ &PRODUCT; API Developer's Guide
Apache CloudStack
4.0
- Complete technical documentation of &PRODUCT;.
+ How to integrate with &PRODUCT; using the &PRODUCT; API.
@@ -53,5 +53,4 @@
-
-
+
\ No newline at end of file
diff --git a/docs/en-US/added-API-commands-4.0.xml b/docs/en-US/added-API-commands-4.0.xml
new file mode 100644
index 00000000000..5dab9ca3e3d
--- /dev/null
+++ b/docs/en-US/added-API-commands-4.0.xml
@@ -0,0 +1,164 @@
+
+
+%BOOK_ENTITIES;
+]>
+
+
+ Added API Commands in 4.0
+
+
+ createCounter (Adds metric counter)
+
+
+ deleteCounter (Deletes a counter)
+
+
+ listCounters (List the counters)
+
+
+ createCondition (Creates a condition)
+
+
+ deleteCondition (Removes a condition)
+
+
+ listConditions (List Conditions for the specific user)
+
+
+ createTags. Add tags to one or more resources. Example:
+ command=createTags
+&resourceIds=1,10,12
+&resourceType=userVm
+&tags[0].key=region
+&tags[0].value=canada
+&tags[1].key=city
+&tags[1].value=Toronto
+
+
+ deleteTags. Remove tags from one or more resources. Example:
+ command=deleteTags
+&resourceIds=1,12
+&resourceType=Snapshot
+&tags[0].key=city
+
+
+ listTags (Show currently defined resource tags)
+
+
+ createVPC (Creates a VPC)
+
+
+ listVPCs (Lists VPCs)
+
+
+ deleteVPC (Deletes a VPC)
+
+
+ updateVPC (Updates a VPC)
+
+
+ restartVPC (Restarts a VPC)
+
+
+ createVPCOffering (Creates VPC offering)
+
+
+ updateVPCOffering (Updates VPC offering)
+
+
+ deleteVPCOffering (Deletes VPC offering)
+
+
+ listVPCOfferings (Lists VPC offerings)
+
+
+ createPrivateGateway (Creates a private gateway)
+
+
+ listPrivateGateways (List private gateways)
+
+
+ deletePrivateGateway (Deletes a Private gateway)
+
+
+ createNetworkACL (Creates a ACL rule the given network (the network has to belong to
+ VPC))
+
+
+ deleteNetworkACL (Deletes a Network ACL)
+
+
+ listNetworkACLs (Lists all network ACLs)
+
+
+ createStaticRoute (Creates a static route)
+
+
+ deleteStaticRoute (Deletes a static route)
+
+
+ listStaticRoutes (Lists all static routes)
+
+
+ createVpnCustomerGateway (Creates site to site vpn customer gateway)
+
+
+ createVpnGateway (Creates site to site vpn local gateway)
+
+
+ createVpnConnection (Create site to site vpn connection)
+
+
+ deleteVpnCustomerGateway (Delete site to site vpn customer gateway)
+
+
+ deleteVpnGateway (Delete site to site vpn gateway)
+
+
+ deleteVpnConnection (Delete site to site vpn connection)
+
+
+ updateVpnCustomerGateway (Update site to site vpn customer gateway)
+
+
+ resetVpnConnection (Reset site to site vpn connection)
+
+
+ listVpnCustomerGateways (Lists site to site vpn customer gateways)
+
+
+ listVpnGateways (Lists site 2 site vpn gateways)
+
+
+ listVpnConnections (Lists site to site vpn connection gateways)
+
+
+ enableCiscoNexusVSM (Enables Nexus 1000v dvSwitch in &PRODUCT;.)
+
+
+ disableCiscoNexusVSM (Disables Nexus 1000v dvSwitch in &PRODUCT;.)
+
+
+ deleteCiscoNexusVSM (Deletes Nexus 1000v dvSwitch in &PRODUCT;.)
+
+
+ listCiscoNexusVSMs (Lists the control VLAN ID, packet VLAN ID, and data VLAN ID, as well
+ as the IP address of the Nexus 1000v dvSwitch.)
+
+
+
\ No newline at end of file
diff --git a/docs/en-US/added-API-commands.xml b/docs/en-US/added-API-commands.xml
index 80a89667f32..208aac29dc2 100644
--- a/docs/en-US/added-API-commands.xml
+++ b/docs/en-US/added-API-commands.xml
@@ -19,138 +19,7 @@
under the License.
-->
- Added API commands
-
- Added in 4.0
-
-
- createCounter (Adds metric counter)
-
-
- deleteCounter (Deletes a counter)
-
-
- listCounters (List the counters)
-
-
- createCondition (Creates a condition)
-
-
- deleteCondition (Removes a condition)
-
-
- listConditions (List Conditions for the specific user)
-
-
- createTags. Add tags to one or more resources. Example:
- command=createTags
-&resourceIds=1,10,12
-&resourceType=userVm
-&tags[0].key=region
-&tags[0].value=canada
-&tags[1].key=city
-&tags[1].value=Toronto
-
-
- deleteTags. Remove tags from one or more resources. Example:
- command=deleteTags
-&resourceIds=1,12
-&resourceType=Snapshot
-&tags[0].key=city
-
-
- listTags (Show currently defined resource tags)
-
-
- createVPC (Creates a VPC)
-
-
- listVPCs (Lists VPCs)
-
-
- deleteVPC (Deletes a VPC)
-
-
- updateVPC (Updates a VPC)
-
-
- restartVPC (Restarts a VPC)
-
-
- createVPCOffering (Creates VPC offering)
-
-
- updateVPCOffering (Updates VPC offering)
-
-
- deleteVPCOffering (Deletes VPC offering)
-
-
- listVPCOfferings (Lists VPC offerings)
-
-
- createPrivateGateway (Creates a private gateway)
-
-
- listPrivateGateways (List private gateways)
-
-
- deletePrivateGateway (Deletes a Private gateway)
-
-
- createNetworkACL (Creates a ACL rule the given network (the network has to belong to
- VPC))
-
-
- deleteNetworkACL (Deletes a Network ACL)
-
-
- listNetworkACLs (Lists all network ACLs)
-
-
- createStaticRoute (Creates a static route)
-
-
- deleteStaticRoute (Deletes a static route)
-
-
- listStaticRoutes (Lists all static routes)
-
-
- createVpnCustomerGateway (Creates site to site vpn customer gateway)
-
-
- createVpnGateway (Creates site to site vpn local gateway)
-
-
- createVpnConnection (Create site to site vpn connection)
-
-
- deleteVpnCustomerGateway (Delete site to site vpn customer gateway)
-
-
- deleteVpnGateway (Delete site to site vpn gateway)
-
-
- deleteVpnConnection (Delete site to site vpn connection)
-
-
- updateVpnCustomerGateway (Update site to site vpn customer gateway)
-
-
- resetVpnConnection (Reset site to site vpn connection)
-
-
- listVpnCustomerGateways (Lists site to site vpn customer gateways)
-
-
- listVpnGateways (Lists site 2 site vpn gateways)
-
-
- listVpnConnections (Lists site to site vpn connection gateways)
-
-
-
+ Added API commands in 3.0
Added in 3.0.2
diff --git a/docs/en-US/added-cloudPlatform-error-codes.xml b/docs/en-US/added-error-codes.xml
similarity index 99%
rename from docs/en-US/added-cloudPlatform-error-codes.xml
rename to docs/en-US/added-error-codes.xml
index 6b1e6a355ca..4436bf381e0 100644
--- a/docs/en-US/added-cloudPlatform-error-codes.xml
+++ b/docs/en-US/added-error-codes.xml
@@ -22,7 +22,7 @@
under the License.
-->
-