http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createProject.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createProject.html 
b/content/api/apidocs-4.7/root_admin/createProject.html
new file mode 100644
index 0000000..696b1d8
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createProject.html
@@ -0,0 +1,247 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createProject</h1>
+<p>Creates a project</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>displaytext</strong></td><td 
style="width:500px;"><strong>display text of the project</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;"><strong>name of the project</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>account</i></td><td 
style="width:500px;"><i>account who will be Admin for the project</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td 
style="width:500px;"><i>domain ID of the account owning a project</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
id of the project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>account</strong></td><td 
style="width:500px;">the account name of the project's owner</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cpuavailable</strong></td><td 
style="width:500px;">the total number of cpu cores available to be created for 
this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cpulimit</strong></td><td 
style="width:500px;">the total number of cpu cores the project can own</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cputotal</strong></td><td 
style="width:500px;">the total number of cpu cores owned by project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>displaytext</strong></td><td 
style="width:500px;">the displaytext of the project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">the domain name where the project belongs to</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the domain id the project belongs to</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>ipavailable</strong></td><td 
style="width:500px;">the total number of public ip addresses available for this 
project to acquire</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>iplimit</strong></td><td 
style="width:500px;">the total number of public ip addresses this project can 
acquire</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>iptotal</strong></td><td 
style="width:500px;">the total number of public ip addresses allocated for this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>memoryavailable</strong></td><td 
style="width:500px;">the total memory (in MB) available to be created for this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>memorylimit</strong></td><td 
style="width:500px;">the total memory (in MB) the project can own</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>memorytotal</strong></td><td 
style="width:500px;">the total memory (in MB) owned by project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;">the name of the project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>networkavailable</strong></td><td 
style="width:500px;">the total number of networks available to be created for 
this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>networklimit</strong></td><td 
style="width:500px;">the total number of networks the project can own</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>networktotal</strong></td><td 
style="width:500px;">the total number of networks owned by project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>primarystorageavailable</strong></td><td 
style="width:500px;">the total primary storage space (in GiB) available to be 
used for this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>primarystoragelimit</strong></td><td 
style="width:500px;">the total primary storage space (in GiB) the project can 
own</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>primarystoragetotal</strong></td><td 
style="width:500px;">the total primary storage space (in GiB) owned by 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>secondarystorageavailable</strong></td><td 
style="width:500px;">the total secondary storage space (in GiB) available to be 
used for this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>secondarystoragelimit</strong></td><td 
style="width:500px;">the total secondary storage space (in GiB) the project can 
own</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>secondarystoragetotal</strong></td><td 
style="width:500px;">the total secondary storage space (in GiB) owned by 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>snapshotavailable</strong></td><td 
style="width:500px;">the total number of snapshots available for this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>snapshotlimit</strong></td><td 
style="width:500px;">the total number of snapshots which can be stored by this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>snapshottotal</strong></td><td 
style="width:500px;">the total number of snapshots stored by this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>state</strong></td><td 
style="width:500px;">the state of the project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>templateavailable</strong></td><td 
style="width:500px;">the total number of templates available to be created by 
this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>templatelimit</strong></td><td 
style="width:500px;">the total number of templates which can be created by this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>templatetotal</strong></td><td 
style="width:500px;">the total number of templates which have been created by 
this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vmavailable</strong></td><td 
style="width:500px;">the total number of virtual machines available for this 
project to acquire</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vmlimit</strong></td><td 
style="width:500px;">the total number of virtual machines that can be deployed 
by this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vmrunning</strong></td><td 
style="width:500px;">the total number of virtual machines running for this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vmstopped</strong></td><td 
style="width:500px;">the total number of virtual machines stopped for this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vmtotal</strong></td><td 
style="width:500px;">the total number of virtual machines deployed by this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumeavailable</strong></td><td 
style="width:500px;">the total volume available for this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumelimit</strong></td><td 
style="width:500px;">the total volume which can be used by this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumetotal</strong></td><td 
style="width:500px;">the total volume being used by this project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vpcavailable</strong></td><td 
style="width:500px;">the total number of vpcs available to be created for this 
project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vpclimit</strong></td><td 
style="width:500px;">the total number of vpcs the project can own</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vpctotal</strong></td><td 
style="width:500px;">the total number of vpcs owned by project</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>tags(*)</strong></td><td 
style="width:500px;">the list of resource tags associated with vm</td>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td 
style="width:500px;">customer associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td 
style="width:500px;">the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td 
style="width:500px;">the ID of the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td 
style="width:500px;">tag key name</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td 
style="width:500px;">the project name where tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id the tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id 
of the resource</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourcetype</strong></td><td 
style="width:500px;">resource type</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td 
style="width:500px;">tag value</td>
+</tr>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createRemoteAccessVpn.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createRemoteAccessVpn.html 
b/content/api/apidocs-4.7/root_admin/createRemoteAccessVpn.html
new file mode 100644
index 0000000..83b80bd
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createRemoteAccessVpn.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createRemoteAccessVpn</h1>
+<p>Creates a l2tp/ipsec remote access vpn</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>publicipid</strong></td><td 
style="width:500px;"><strong>public ip address id of the vpn 
server</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>an 
optional account for the VPN. Must be used with domainId.</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>an 
optional domainId for the VPN. If the account parameter is used, domainId must 
also be used.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>fordisplay</i></td><td style="width:500px;"><i>an 
optional field, whether to the display the vpn to the end user or 
not</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>iprange</i></td><td style="width:500px;"><i>the 
range of ip addresses to allocate to vpn clients. The first ip in the range 
will be taken by the vpn server</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>openfirewall</i></td><td 
style="width:500px;"><i>if true, firewall rule for source/end public port is 
automatically created; if false - firewall rule has to be created explicitely. 
Has value true by default</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
id of the remote access vpn</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>account</strong></td><td 
style="width:500px;">the account of the remote access vpn</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">the domain name of the account of the remote access 
vpn</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the domain id of the account of the remote access vpn</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>fordisplay</strong></td><td 
style="width:500px;">is vpn for display to the regular user</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>iprange</strong></td><td 
style="width:500px;">the range of ips to allocate to the clients</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>presharedkey</strong></td><td 
style="width:500px;">the ipsec preshared key</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>project</strong></td><td 
style="width:500px;">the project name of the vpn</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id of the vpn</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>publicip</strong></td><td 
style="width:500px;">the public ip address of the vpn server</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>publicipid</strong></td><td 
style="width:500px;">the public ip address of the vpn server</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>state</strong></td><td 
style="width:500px;">the state of the rule</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createSSHKeyPair.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createSSHKeyPair.html 
b/content/api/apidocs-4.7/root_admin/createSSHKeyPair.html
new file mode 100644
index 0000000..b2296a1
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createSSHKeyPair.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createSSHKeyPair</h1>
+<p>Create a new keypair and returns the private key</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;"><strong>Name of the keypair</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>an 
optional account for the ssh key. Must be used with domainId.</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>an 
optional domainId for the ssh key. If the account parameter is used, domainId 
must also be used.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>projectid</i></td><td style="width:500px;"><i>an 
optional project for the ssh key</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>privatekey</strong></td><td 
style="width:500px;">Private key</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createSecondaryStagingStore.html
----------------------------------------------------------------------
diff --git 
a/content/api/apidocs-4.7/root_admin/createSecondaryStagingStore.html 
b/content/api/apidocs-4.7/root_admin/createSecondaryStagingStore.html
new file mode 100644
index 0000000..326efc1
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createSecondaryStagingStore.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createSecondaryStagingStore</h1>
+<p>create secondary staging store.</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>url</strong></td><td 
style="width:500px;"><strong>the URL for the staging store</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>details</i></td><td style="width:500px;"><i>the 
details for the staging store</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>provider</i></td><td style="width:500px;"><i>the 
staging store provider name</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>scope</i></td><td style="width:500px;"><i>the 
scope of the staging store: zone only for now</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>zoneid</i></td><td style="width:500px;"><i>the 
Zone ID for the staging store</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
ID of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>details</strong></td><td 
style="width:500px;">the details of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;">the name of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>protocol</strong></td><td 
style="width:500px;">the protocol of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>providername</strong></td><td 
style="width:500px;">the provider name of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>scope</strong></td><td 
style="width:500px;">the scope of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>url</strong></td><td style="width:500px;">the 
url of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>zoneid</strong></td><td 
style="width:500px;">the Zone ID of the image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>zonename</strong></td><td 
style="width:500px;">the Zone name of the image store</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createSecurityGroup.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createSecurityGroup.html 
b/content/api/apidocs-4.7/root_admin/createSecurityGroup.html
new file mode 100644
index 0000000..344e716
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createSecurityGroup.html
@@ -0,0 +1,286 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createSecurityGroup</h1>
+<p>Creates a security group</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;"><strong>name of the security group</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>an 
optional account for the security group. Must be used with 
domainId.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>description</i></td><td 
style="width:500px;"><i>the description of the security group</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>an 
optional domainId for the security group. If the account parameter is used, 
domainId must also be used.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>projectid</i></td><td 
style="width:500px;"><i>Create security group for project</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
ID of the security group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>account</strong></td><td 
style="width:500px;">the account owning the security group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>description</strong></td><td 
style="width:500px;">the description of the security group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">the domain name of the security group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the domain ID of the security group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;">the name of the security group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>project</strong></td><td 
style="width:500px;">the project name of the group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id of the group</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>virtualmachinecount</strong></td><td 
style="width:500px;">the number of virtualmachines associated with this 
securitygroup</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>virtualmachineids</strong></td><td 
style="width:500px;">the list of virtualmachine ids associated with this 
securitygroup</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>egressrule(*)</strong></td><td 
style="width:500px;">the list of egress rules associated with the security 
group</td>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td 
style="width:500px;">account owning the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>cidr</strong></td><td 
style="width:500px;">the CIDR notation for the base IP address of the security 
group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>endport</strong></td><td 
style="width:500px;">the ending IP of the security group rule </td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>icmpcode</strong></td><td 
style="width:500px;">the code for the ICMP message response</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>icmptype</strong></td><td 
style="width:500px;">the type of the ICMP message response</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>protocol</strong></td><td 
style="width:500px;">the protocol of the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>ruleid</strong></td><td 
style="width:500px;">the id of the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>securitygroupname</strong></td><td 
style="width:500px;">security group name</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>startport</strong></td><td 
style="width:500px;">the starting IP of the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>tags(*)</strong></td><td 
style="width:500px;">the list of resource tags associated with the rule</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">account</td><td 
style="width:500px;">the account associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">customer</td><td 
style="width:500px;">customer associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">domain</td><td 
style="width:500px;">the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">domainid</td><td 
style="width:500px;">the ID of the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">key</td><td 
style="width:500px;">tag key name</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">project</td><td 
style="width:500px;">the project name where tag belongs to</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">projectid</td><td 
style="width:500px;">the project id the tag belongs to</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">resourceid</td><td 
style="width:500px;">id of the resource</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">resourcetype</td><td 
style="width:500px;">resource type</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">value</td><td 
style="width:500px;">tag value</td>
+</tr>
+</tr>
+<tr>
+<td style="width:200px;"><strong>ingressrule(*)</strong></td><td 
style="width:500px;">the list of ingress rules associated with the security 
group</td>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td 
style="width:500px;">account owning the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>cidr</strong></td><td 
style="width:500px;">the CIDR notation for the base IP address of the security 
group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>endport</strong></td><td 
style="width:500px;">the ending IP of the security group rule </td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>icmpcode</strong></td><td 
style="width:500px;">the code for the ICMP message response</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>icmptype</strong></td><td 
style="width:500px;">the type of the ICMP message response</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>protocol</strong></td><td 
style="width:500px;">the protocol of the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>ruleid</strong></td><td 
style="width:500px;">the id of the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>securitygroupname</strong></td><td 
style="width:500px;">security group name</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>startport</strong></td><td 
style="width:500px;">the starting IP of the security group rule</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>tags(*)</strong></td><td 
style="width:500px;">the list of resource tags associated with the rule</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">account</td><td 
style="width:500px;">the account associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">customer</td><td 
style="width:500px;">customer associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">domain</td><td 
style="width:500px;">the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">domainid</td><td 
style="width:500px;">the ID of the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">key</td><td 
style="width:500px;">tag key name</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">project</td><td 
style="width:500px;">the project name where tag belongs to</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">projectid</td><td 
style="width:500px;">the project id the tag belongs to</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">resourceid</td><td 
style="width:500px;">id of the resource</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">resourcetype</td><td 
style="width:500px;">resource type</td>
+</tr>
+<tr>
+<td style="width:165px; padding-left:40px;">value</td><td 
style="width:500px;">tag value</td>
+</tr>
+</tr>
+<tr>
+<td style="width:200px;"><strong>tags(*)</strong></td><td 
style="width:500px;">the list of resource tags associated with the rule</td>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td 
style="width:500px;">customer associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td 
style="width:500px;">the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td 
style="width:500px;">the ID of the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td 
style="width:500px;">tag key name</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td 
style="width:500px;">the project name where tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id the tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id 
of the resource</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourcetype</strong></td><td 
style="width:500px;">resource type</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td 
style="width:500px;">tag value</td>
+</tr>
+</tr>
+<tr>
+<td style="width:200px;"><strong>jobid</strong></td><td 
style="width:500px;">the ID of the latest async job acting on this object</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>jobstatus</strong></td><td 
style="width:500px;">the current status of the latest async job acting on this 
object</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createServiceInstance.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createServiceInstance.html 
b/content/api/apidocs-4.7/root_admin/createServiceInstance.html
new file mode 100644
index 0000000..c23ce70
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createServiceInstance.html
@@ -0,0 +1,127 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createServiceInstance</h1>
+<p>Creates a system virtual-machine that implements network services</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>leftnetworkid</strong></td><td 
style="width:500px;"><strong>The left (inside) network for service 
instance</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;"><strong>The name of the service instance</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>rightnetworkid</strong></td><td 
style="width:500px;"><strong>The right (outside) network ID for the service 
instance</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>serviceofferingid</strong></td><td 
style="width:500px;"><strong>The service offering ID that defines the resources 
consumed by the service appliance</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>templateid</strong></td><td 
style="width:500px;"><strong>The template ID that specifies the image for the 
service appliance</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>zoneid</strong></td><td 
style="width:500px;"><strong>Availability zone for the service 
instance</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>An 
optional account for the virtual machine. Must be used with 
domainId.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>An 
optional domainId for the virtual machine. If the account parameter is used, 
domainId must also be used.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>projectid</i></td><td 
style="width:500px;"><i>Project ID for the service instance</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
ID of the virtual machine</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the virtual machine</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>displayname</strong></td><td 
style="width:500px;">user generated name. The name of the virtual machine is 
returned if no displayname exists.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">the name of the domain in which the virtual machine 
exists</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the ID of the domain in which the virtual machine 
exists</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;">the name of the virtual machine</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>project</strong></td><td 
style="width:500px;">the project name of the vm</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id of the vm</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createServiceOffering.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createServiceOffering.html 
b/content/api/apidocs-4.7/root_admin/createServiceOffering.html
new file mode 100644
index 0000000..653a105
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createServiceOffering.html
@@ -0,0 +1,247 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createServiceOffering</h1>
+<p>Creates a service offering.</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>displaytext</strong></td><td 
style="width:500px;"><strong>the display text of the service 
offering</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;"><strong>the name of the service offering</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>bytesreadrate</i></td><td 
style="width:500px;"><i>bytes read rate of the disk offering</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>byteswriterate</i></td><td 
style="width:500px;"><i>bytes write rate of the disk offering</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>cpunumber</i></td><td style="width:500px;"><i>the 
CPU number of the service offering</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>cpuspeed</i></td><td style="width:500px;"><i>the 
CPU speed of the service offering in MHz.</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>customizediops</i></td><td 
style="width:500px;"><i>whether compute offering iops is custom or 
not</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>deploymentplanner</i></td><td 
style="width:500px;"><i>The deployment planner heuristics used to deploy a VM 
of this offering. If null, value of global config vm.deployment.planner is 
used</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>the 
ID of the containing domain, null for public offerings</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>hosttags</i></td><td style="width:500px;"><i>the 
host tag for this service offering.</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>hypervisorsnapshotreserve</i></td><td 
style="width:500px;"><i>Hypervisor snapshot reserve space as a percent of a 
volume (for managed storage using Xen or VMware)</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>iopsreadrate</i></td><td 
style="width:500px;"><i>io requests read rate of the disk offering</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>iopswriterate</i></td><td 
style="width:500px;"><i>io requests write rate of the disk offering</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>issystem</i></td><td style="width:500px;"><i>is 
this a system vm offering</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>isvolatile</i></td><td 
style="width:500px;"><i>true if the virtual machine needs to be volatile so 
that on every reboot of VM, original root disk is dettached then destroyed and 
a fresh root disk is created and attached to VM</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>limitcpuuse</i></td><td 
style="width:500px;"><i>restrict the CPU usage to committed service 
offering</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>maxiops</i></td><td style="width:500px;"><i>max 
iops of the compute offering</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>memory</i></td><td style="width:500px;"><i>the 
total memory of the service offering in MB</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>miniops</i></td><td style="width:500px;"><i>min 
iops of the compute offering</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>networkrate</i></td><td 
style="width:500px;"><i>data transfer rate in megabits per second allowed. 
Supported only for non-System offering and system offerings having 
"domainrouter" systemvmtype</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>offerha</i></td><td style="width:500px;"><i>the HA 
for the service offering</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>provisioningtype</i></td><td 
style="width:500px;"><i>provisioning type used to create volumes. Valid values 
are thin, sparse, fat.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>serviceofferingdetails</i></td><td 
style="width:500px;"><i>details for planner, used to store specific 
parameters</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>storagetype</i></td><td 
style="width:500px;"><i>the storage type of the service offering. Values are 
local and shared.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>systemvmtype</i></td><td 
style="width:500px;"><i>the system VM type. Possible types are "domainrouter", 
"consoleproxy" and "secondarystoragevm".</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>tags</i></td><td style="width:500px;"><i>the tags 
for this service offering.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
id of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cpunumber</strong></td><td 
style="width:500px;">the number of CPU</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cpuspeed</strong></td><td 
style="width:500px;">the clock rate CPU speed in Mhz</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>created</strong></td><td 
style="width:500px;">the date this service offering was created</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>defaultuse</strong></td><td 
style="width:500px;">is this a  default system vm offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>deploymentplanner</strong></td><td 
style="width:500px;">deployment strategy used to deploy VM.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>diskBytesReadRate</strong></td><td 
style="width:500px;">bytes read rate of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>diskBytesWriteRate</strong></td><td 
style="width:500px;">bytes write rate of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>diskIopsReadRate</strong></td><td 
style="width:500px;">io requests read rate of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>diskIopsWriteRate</strong></td><td 
style="width:500px;">io requests write rate of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>displaytext</strong></td><td 
style="width:500px;">an alternate display text of the service offering.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">Domain name for the offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the domain id of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>hosttags</strong></td><td 
style="width:500px;">the host tag for the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>hypervisorsnapshotreserve</strong></td><td 
style="width:500px;">Hypervisor snapshot reserve space as a percent of a volume 
(for managed storage using Xen or VMware)</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>iscustomized</strong></td><td 
style="width:500px;">is true if the offering is customized</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>iscustomizediops</strong></td><td 
style="width:500px;">true if disk offering uses custom iops, false 
otherwise</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>issystem</strong></td><td 
style="width:500px;">is this a system vm offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>isvolatile</strong></td><td 
style="width:500px;">true if the vm needs to be volatile, i.e., on every reboot 
of vm from API root disk is discarded and creates a new root disk</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>limitcpuuse</strong></td><td 
style="width:500px;">restrict the CPU usage to committed service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>maxiops</strong></td><td 
style="width:500px;">the max iops of the disk offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>memory</strong></td><td 
style="width:500px;">the memory in MB</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>miniops</strong></td><td 
style="width:500px;">the min iops of the disk offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;">the name of the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>networkrate</strong></td><td 
style="width:500px;">data transfer rate in megabits per second allowed.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>offerha</strong></td><td 
style="width:500px;">the ha support in the service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>provisioningtype</strong></td><td 
style="width:500px;">provisioning type used to create volumes. Valid values are 
thin, sparse, fat.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>serviceofferingdetails</strong></td><td 
style="width:500px;">additional key/value details tied with this service 
offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>storagetype</strong></td><td 
style="width:500px;">the storage type for this service offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>systemvmtype</strong></td><td 
style="width:500px;">is this a the systemvm type for system vm offering</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>tags</strong></td><td 
style="width:500px;">the tags for the service offering</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createSnapshot.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createSnapshot.html 
b/content/api/apidocs-4.7/root_admin/createSnapshot.html
new file mode 100644
index 0000000..23c5be3
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createSnapshot.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createSnapshot</h1>
+<p>Creates an instant snapshot of a volume.</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumeid</strong></td><td 
style="width:500px;"><strong>The ID of the disk volume</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>The 
account of the snapshot. The account parameter must be used with the domainId 
parameter.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>The 
domain ID of the snapshot. If used with the account parameter, specifies a 
domain for the account associated with the disk volume.</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>name</i></td><td style="width:500px;"><i>the name 
of the snapshot</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>policyid</i></td><td 
style="width:500px;"><i>policy id of the snapshot, if this is null, then use 
MANUAL_POLICY.</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>quiescevm</i></td><td 
style="width:500px;"><i>quiesce vm if true</i></td><td 
style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">ID 
of the snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>created</strong></td><td 
style="width:500px;">  the date the snapshot was created</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">the domain name of the snapshot's account</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the domain ID of the snapshot's account</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>intervaltype</strong></td><td 
style="width:500px;">valid types are hourly, daily, weekly, monthy, template, 
and none.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>name</strong></td><td 
style="width:500px;">name of the snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>physicalsize</strong></td><td 
style="width:500px;">physical size of backedup snapshot on image store</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>project</strong></td><td 
style="width:500px;">the project name of the snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id of the snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>revertable</strong></td><td 
style="width:500px;">indicates whether the underlying storage supports 
reverting the volume to this snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>snapshottype</strong></td><td 
style="width:500px;">the type of the snapshot</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>state</strong></td><td 
style="width:500px;">the state of the snapshot. BackedUp means that snapshot is 
ready to be used; Creating - the snapshot is being allocated on the primary 
storage; BackingUp - the snapshot is being backed up on secondary storage</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumeid</strong></td><td 
style="width:500px;">ID of the disk volume</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumename</strong></td><td 
style="width:500px;">name of the disk volume</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumetype</strong></td><td 
style="width:500px;">type of the disk volume</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>zoneid</strong></td><td 
style="width:500px;">id of the availability zone</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>tags(*)</strong></td><td 
style="width:500px;">the list of resource tags associated with snapshot</td>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td 
style="width:500px;">customer associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td 
style="width:500px;">the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td 
style="width:500px;">the ID of the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td 
style="width:500px;">tag key name</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td 
style="width:500px;">the project name where tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id the tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id 
of the resource</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourcetype</strong></td><td 
style="width:500px;">resource type</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td 
style="width:500px;">tag value</td>
+</tr>
+</tr>
+<tr>
+<td style="width:200px;"><strong>jobid</strong></td><td 
style="width:500px;">the ID of the latest async job acting on this object</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>jobstatus</strong></td><td 
style="width:500px;">the current status of the latest async job acting on this 
object</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createSnapshotPolicy.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createSnapshotPolicy.html 
b/content/api/apidocs-4.7/root_admin/createSnapshotPolicy.html
new file mode 100644
index 0000000..6ab5638
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createSnapshotPolicy.html
@@ -0,0 +1,115 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createSnapshotPolicy</h1>
+<p>Creates a snapshot policy for the account.</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>intervaltype</strong></td><td 
style="width:500px;"><strong>valid values are HOURLY, DAILY, WEEKLY, and 
MONTHLY</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>maxsnaps</strong></td><td 
style="width:500px;"><strong>maximum number of snapshots to 
retain</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>schedule</strong></td><td 
style="width:500px;"><strong>time the snapshot is scheduled to be taken. Format 
is:* if HOURLY, MM* if DAILY, MM:HH* if WEEKLY, MM:HH:DD (1-7)* if MONTHLY, 
MM:HH:DD (1-28)</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>timezone</strong></td><td 
style="width:500px;"><strong>Specifies a timezone for this command. For more 
information on the timezone parameter, see Time Zone Format.</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumeid</strong></td><td 
style="width:500px;"><strong>the ID of the disk volume</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>fordisplay</i></td><td style="width:500px;"><i>an 
optional field, whether to the display the policy to the end user or 
not</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
ID of the snapshot policy</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>fordisplay</strong></td><td 
style="width:500px;">is this policy for display to the regular user</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>intervaltype</strong></td><td 
style="width:500px;">the interval type of the snapshot policy</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>maxsnaps</strong></td><td 
style="width:500px;">maximum number of snapshots retained</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>schedule</strong></td><td 
style="width:500px;">time the snapshot is scheduled to be taken.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>timezone</strong></td><td 
style="width:500px;">the time zone of the snapshot policy</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>volumeid</strong></td><td 
style="width:500px;">the ID of the disk volume</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createStaticRoute.html
----------------------------------------------------------------------
diff --git a/content/api/apidocs-4.7/root_admin/createStaticRoute.html 
b/content/api/apidocs-4.7/root_admin/createStaticRoute.html
new file mode 100644
index 0000000..4766ecd
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createStaticRoute.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createStaticRoute</h1>
+<p>Creates a static route</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cidr</strong></td><td 
style="width:500px;"><strong>static route cidr</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>gatewayid</strong></td><td 
style="width:500px;"><strong>the gateway id we are creating static route 
for</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
ID of static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>cidr</strong></td><td 
style="width:500px;">static route CIDR</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domain</strong></td><td 
style="width:500px;">the domain associated with the static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>domainid</strong></td><td 
style="width:500px;">the ID of the domain associated with the static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>gatewayid</strong></td><td 
style="width:500px;">VPC gateway the route is created for</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>project</strong></td><td 
style="width:500px;">the project name of the static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id of the static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>state</strong></td><td 
style="width:500px;">the state of the static route</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vpcid</strong></td><td 
style="width:500px;">VPC the static route belongs to</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>tags(*)</strong></td><td 
style="width:500px;">the list of resource tags associated with static route</td>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td 
style="width:500px;">the account associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td 
style="width:500px;">customer associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td 
style="width:500px;">the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td 
style="width:500px;">the ID of the domain associated with the tag</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td 
style="width:500px;">tag key name</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td 
style="width:500px;">the project name where tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td 
style="width:500px;">the project id the tag belongs to</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id 
of the resource</td>
+</tr>
+<tr>
+<td style="width:180px; 
padding-left:25px;"><strong>resourcetype</strong></td><td 
style="width:500px;">resource type</td>
+</tr>
+<tr>
+<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td 
style="width:500px;">tag value</td>
+</tr>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/root_admin/createStorageNetworkIpRange.html
----------------------------------------------------------------------
diff --git 
a/content/api/apidocs-4.7/root_admin/createStorageNetworkIpRange.html 
b/content/api/apidocs-4.7/root_admin/createStorageNetworkIpRange.html
new file mode 100644
index 0000000..9b8bca0
--- /dev/null
+++ b/content/api/apidocs-4.7/root_admin/createStorageNetworkIpRange.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="../includes/main.css" type="text/css">
+<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
+<title>Apache CloudStack | The Power Behind Your Cloud</title>
+</head>
+<body>
+<div id="insidetopbg">
+<div id="inside_wrapper">
+<div class="uppermenu_panel">
+<div class="uppermenu_box"></div>
+</div>
+<div id="main_master">
+<div id="inside_header">
+<div class="header_top">
+<a class="cloud_logo" href="http://cloudstack.org";></a>
+<div class="mainemenu_panel"></div>
+</div>
+</div>
+<div id="main_content">
+<div class="inside_apileftpanel">
+<div class="inside_contentpanel" style="width:930px;">
+<div class="api_titlebox">
+<div class="api_titlebox_left">
+<span>
+                                                                       Apache 
CloudStack v4.7.0 Root Admin API Reference
+                                                               </span>
+<p></p>
+<h1>createStorageNetworkIpRange</h1>
+<p>Creates a Storage network IP range.</p>
+</div>
+<div class="api_titlebox_right">
+<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
+</div>
+</div>
+<div class="api_tablepanel">
+<h2>Request parameters</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Parameter Name</strong></td><td 
style="width:500px;">Description</td><td style="width:180px;">Required</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>gateway</strong></td><td 
style="width:500px;"><strong>the gateway for storage network</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>netmask</strong></td><td 
style="width:500px;"><strong>the netmask for storage network</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>podid</strong></td><td 
style="width:500px;"><strong>UUID of pod where the ip range belongs 
to</strong></td><td style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>startip</strong></td><td 
style="width:500px;"><strong>the beginning IP address</strong></td><td 
style="width:180px;"><strong>true</strong></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>endip</i></td><td style="width:500px;"><i>the 
ending IP address</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+<tr>
+<td style="width:200px;"><i>vlan</i></td><td style="width:500px;"><i>Optional. 
The vlan the ip range sits on, default to Null when it is not specificed which 
means you network is not on any Vlan. This is mainly for Vmware as other 
hypervisors can directly reterive bridge from pyhsical network traffic type 
table</i></td><td style="width:180px;"><i>false</i></td>
+</tr>
+</table>
+</div>
+<div class="api_tablepanel">
+<h2>Response Tags</h2>
+<table class="apitable">
+<tr class="hed">
+<td style="width:200px;"><strong>Response Name</strong></td><td 
style="width:500px;">Description</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the 
uuid of storage network IP range.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>endip</strong></td><td 
style="width:500px;">the end ip of the storage network IP range</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>gateway</strong></td><td 
style="width:500px;">the gateway of the storage network IP range</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>netmask</strong></td><td 
style="width:500px;">the netmask of the storage network IP range</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>networkid</strong></td><td 
style="width:500px;">the network uuid of storage network IP range</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>podid</strong></td><td 
style="width:500px;">the Pod uuid for the storage network IP range</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>startip</strong></td><td 
style="width:500px;">the start ip of the storage network IP range</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>vlan</strong></td><td 
style="width:500px;">the ID or VID of the VLAN.</td>
+</tr>
+<tr>
+<td style="width:200px;"><strong>zoneid</strong></td><td 
style="width:500px;">the Zone uuid of the storage network IP range</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="comments_thread">
+<script type="text/javascript" 
src="https://comments.apache.org/show_comments.lua?site=test"; 
async="true"></script>
+<noscript>
+<iframe width="930" height="500" 
src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin";></iframe>
+</noscript>
+</div>
+<div id="footer_mainmaster">
+<p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the
+                   <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.</a>
+<br>
+                Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.</p>
+</div>
+</div>
+</div>
+</div>
+</body>
+</html>

Reply via email to