[2/4] cloudstack-docs-install git commit: remove file tracking

2016-08-11 Thread pdion891
remove file tracking


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/3c108477
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/3c108477
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/3c108477

Branch: refs/heads/4.9
Commit: 3c1084775ac759dea76d6ceea62612a2a9420b8f
Parents: c577db6
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 14:15:50 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 14:15:50 2016 -0400

--
 sphinx_bootstrap_theme/__init__.pyc | Bin 978 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/3c108477/sphinx_bootstrap_theme/__init__.pyc
--
diff --git a/sphinx_bootstrap_theme/__init__.pyc 
b/sphinx_bootstrap_theme/__init__.pyc
deleted file mode 100644
index 7144bf2..000
Binary files a/sphinx_bootstrap_theme/__init__.pyc and /dev/null differ



[3/4] cloudstack-docs-install git commit: corrected -d value while building rpm packages

2016-08-11 Thread pdion891
corrected -d value while building rpm packages

Its listed as centos6 while its centos63.
Also added the help section for other available options

Signed-off-by: Pierre-Luc Dion 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/1265b05f
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/1265b05f
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/1265b05f

Branch: refs/heads/4.9
Commit: 1265b05f75460828eec48ad3f8e741e012b1d703
Parents: 3c10847
Author: Rajani Karuturi 
Authored: Fri Aug 5 12:21:34 2016 +0530
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 15:31:51 2016 -0400

--
 source/building_from_source.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1265b05f/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 9e11143..26cbe85 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -355,7 +355,9 @@ Generating RPMs is done using the ``package.sh`` script:
 
 .. sourcecode:: bash
 
-   $ ./package.sh -d centos6
+   $ ./package.sh -d centos63
+   
+For other supported options(like centos7), run ``./package.sh --help``
 
 That will run for a bit and then place the finished packages in
 ``dist/rpmbuild/RPMS/x86_64/``.



[1/4] cloudstack-docs-install git commit: ignoring .pyc files

2016-08-11 Thread pdion891
Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/4.9 [created] 834e36eeb


ignoring .pyc files


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/c577db63
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/c577db63
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/c577db63

Branch: refs/heads/4.9
Commit: c577db63ea11df2e784be7946f9c41cb0e0a7506
Parents: 0b23e9d
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 14:14:57 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 14:14:57 2016 -0400

--
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/c577db63/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 7eea884..cd10d11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,4 @@
 Icon?
 ehthumbs.db
 Thumbs.db
-
+*.pyc



[4/4] cloudstack-docs-install git commit: update version to 4.9.0

2016-08-11 Thread pdion891
update version to 4.9.0


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/834e36ee
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/834e36ee
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/834e36ee

Branch: refs/heads/4.9
Commit: 834e36eeb49fe20287b5dee8c6ce234915c10a6e
Parents: 1265b05
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 17:30:09 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 17:30:09 2016 -0400

--
 source/building_from_source.rst| 87 ++--
 source/conf.py |  4 +-
 source/management-server/_nfs.rst  |  2 +-
 source/management-server/_pkg_repo.rst |  8 +--
 source/management-server/_prerequisite.rst |  2 +-
 source/overview/index.rst  |  4 +-
 source/qig.rst | 89 -
 7 files changed, 134 insertions(+), 62 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/834e36ee/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 26cbe85..a4303f7 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -92,7 +92,7 @@ To check the signature, run the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.8.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.9.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.8.0-src.tar.bz2 | diff - 
apache-cloudstack-4.8.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.9.0-src.tar.bz2 | diff - 
apache-cloudstack-4.9.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@ release. You can verify this hash by executing the 
following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.8.0-src.tar.bz2 | diff - 
apache-cloudstack-4.8.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.9.0-src.tar.bz2 | diff - 
apache-cloudstack-4.9.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -150,7 +150,7 @@ You will need, at a minimum, the following to compile 
CloudStack:
 
 #. MySQLdb (provides Python database API)
 
-#. Tomcat 6 (not 6.0.35)
+#. Tomcat 6 (not 6.0.35) or Tomcat 7
 
 #. genisoimage
 
@@ -165,13 +165,62 @@ with a single command as follows:
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.8.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.9.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.8.0-src
+   $ cd ./apache-cloudstack-4.9.0-src
+
+Install new MySQL connector
+---
+
+Install Python MySQL connector using the official MySQL packages repository.
+
+
+MySQL connector APT repository
+~~
+
+Install the following package provided by MySQL to enable official 
repositories:
+
+.. sourcecode:: bash
+
+   wget http://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
+   sudo dpkg -i mysql-apt-config_0.7.3-1_all.deb
+
+Make sure to activate the repository for MySQL connectors.
+
+.. sourcecode:: bash
+
+   sudo apt-get update
+   sudo apt-get install mysql-connector-python   
+
+
+MySQL connector RPM repository
+~~
+
+Add a new yum repo ``/etc/yum.repos.d/mysql.repo``:
+
+.. sourcecode:: bash
+
+   [mysql-community]
+   name=MySQL Community connectors
+   
baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/
+   enabled=1
+   gpgcheck=1
+
+Import GPG public key from MySQL:
+
+.. sourcecode:: bash
+
+   rpm --import http://repo.mysql.com/RPM-GPG-KEY-mysql
+
+Install mysql-connector
+
+.. sourcecode:: bash
+
+   yum install mysql-connector-python
 
 
 Building DEB packages
@@ -185,7 +234,7 @@ several other dependencies. Note that we recommend using 
Maven 3.
$ sudo apt-get update
$ sudo apt-get install python-software-properties
$ sudo apt-get update
-   $ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 
libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java 
libcommons-httpclient-java liblog4j1.2-java maven
+   $ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 
libws-commons-util-j

[8/9] cloudstack-docs-install git commit: update version to 4.9.0

2016-08-11 Thread pdion891
update version to 4.9.0


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/834e36ee
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/834e36ee
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/834e36ee

Branch: refs/heads/master
Commit: 834e36eeb49fe20287b5dee8c6ce234915c10a6e
Parents: 1265b05
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 17:30:09 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 17:30:09 2016 -0400

--
 source/building_from_source.rst| 87 ++--
 source/conf.py |  4 +-
 source/management-server/_nfs.rst  |  2 +-
 source/management-server/_pkg_repo.rst |  8 +--
 source/management-server/_prerequisite.rst |  2 +-
 source/overview/index.rst  |  4 +-
 source/qig.rst | 89 -
 7 files changed, 134 insertions(+), 62 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/834e36ee/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 26cbe85..a4303f7 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -92,7 +92,7 @@ To check the signature, run the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.8.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.9.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.8.0-src.tar.bz2 | diff - 
apache-cloudstack-4.8.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.9.0-src.tar.bz2 | diff - 
apache-cloudstack-4.9.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@ release. You can verify this hash by executing the 
following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.8.0-src.tar.bz2 | diff - 
apache-cloudstack-4.8.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.9.0-src.tar.bz2 | diff - 
apache-cloudstack-4.9.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -150,7 +150,7 @@ You will need, at a minimum, the following to compile 
CloudStack:
 
 #. MySQLdb (provides Python database API)
 
-#. Tomcat 6 (not 6.0.35)
+#. Tomcat 6 (not 6.0.35) or Tomcat 7
 
 #. genisoimage
 
@@ -165,13 +165,62 @@ with a single command as follows:
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.8.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.9.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.8.0-src
+   $ cd ./apache-cloudstack-4.9.0-src
+
+Install new MySQL connector
+---
+
+Install Python MySQL connector using the official MySQL packages repository.
+
+
+MySQL connector APT repository
+~~
+
+Install the following package provided by MySQL to enable official 
repositories:
+
+.. sourcecode:: bash
+
+   wget http://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
+   sudo dpkg -i mysql-apt-config_0.7.3-1_all.deb
+
+Make sure to activate the repository for MySQL connectors.
+
+.. sourcecode:: bash
+
+   sudo apt-get update
+   sudo apt-get install mysql-connector-python   
+
+
+MySQL connector RPM repository
+~~
+
+Add a new yum repo ``/etc/yum.repos.d/mysql.repo``:
+
+.. sourcecode:: bash
+
+   [mysql-community]
+   name=MySQL Community connectors
+   
baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/
+   enabled=1
+   gpgcheck=1
+
+Import GPG public key from MySQL:
+
+.. sourcecode:: bash
+
+   rpm --import http://repo.mysql.com/RPM-GPG-KEY-mysql
+
+Install mysql-connector
+
+.. sourcecode:: bash
+
+   yum install mysql-connector-python
 
 
 Building DEB packages
@@ -185,7 +234,7 @@ several other dependencies. Note that we recommend using 
Maven 3.
$ sudo apt-get update
$ sudo apt-get install python-software-properties
$ sudo apt-get update
-   $ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 
libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java 
libcommons-httpclient-java liblog4j1.2-java maven
+   $ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 
libws-commons-uti

[1/9] cloudstack-docs-install git commit: update release to 4.7

2016-08-11 Thread pdion891
Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master b43d09ef6 -> d0d9e13ed


update release to 4.7


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/1f805eaa
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/1f805eaa
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/1f805eaa

Branch: refs/heads/master
Commit: 1f805eaa2cef32c40867624911e3f44919defa38
Parents: c7b7d30
Author: Pierre-Luc Dion 
Authored: Sat Dec 19 16:27:16 2015 -0500
Committer: Pierre-Luc Dion 
Committed: Sat Dec 19 16:27:16 2015 -0500

--
 source/building_from_source.rst| 40 ++---
 source/conf.py |  4 +--
 source/management-server/_pkg_repo.rst |  4 +--
 source/qig.rst |  2 +-
 4 files changed, 25 insertions(+), 25 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1f805eaa/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 347bc76..c5ae61a 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -29,7 +29,7 @@ method as well as building RPMs or Debian packages for 
deploying
 CloudStack.
 
 The instructions here are likely version-specific. That is, the method
-for building from source for the 4.6.x series is different from the
+for building from source for the 4.7.x series is different from the
 4.2.x series.
 
 If you are working with a unreleased version of CloudStack, see the
@@ -92,7 +92,7 @@ To check the signature, run the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.6.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.7.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.6.0-src.tar.bz2 | diff - 
apache-cloudstack-4.6.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.7.0-src.tar.bz2 | diff - 
apache-cloudstack-4.7.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@ release. You can verify this hash by executing the 
following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.6.0-src.tar.bz2 | diff - 
apache-cloudstack-4.6.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.7.0-src.tar.bz2 | diff - 
apache-cloudstack-4.7.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -165,13 +165,13 @@ with a single command as follows:
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.6.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.7.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.6.0-src
+   $ cd ./apache-cloudstack-4.7.0-src
 
 
 Building DEB packages
@@ -210,13 +210,13 @@ all of the following:
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.6.0.amd64.deb
-   cloudstack-management-4.6.0.amd64.deb
-   cloudstack-agent-4.6.0.amd64.deb
-   cloudstack-usage-4.6.0.amd64.deb
-   cloudstack-awsapi-4.6.0.amd64.deb
-   cloudstack-cli-4.6.0.amd64.deb
-   cloudstack-docs-4.6.0.amd64.deb
+   cloudstack-common-4.7.0.amd64.deb
+   cloudstack-management-4.7.0.amd64.deb
+   cloudstack-agent-4.7.0.amd64.deb
+   cloudstack-usage-4.7.0.amd64.deb
+   cloudstack-awsapi-4.7.0.amd64.deb
+   cloudstack-cli-4.7.0.amd64.deb
+   cloudstack-docs-4.7.0.amd64.deb
 
 
 Setting up an APT repo
@@ -364,13 +364,13 @@ You should see the following RPMs in that directory:
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.6.0.el6.x86_64.rpm
-   cloudstack-awsapi-4.6.0.el6.x86_64.rpm
-   cloudstack-cli-4.6.0.el6.x86_64.rpm
-   cloudstack-common-4.6.0.el6.x86_64.rpm
-   cloudstack-docs-4.6.0.el6.x86_64.rpm
-   cloudstack-management-4.6.0.el6.x86_64.rpm
-   cloudstack-usage-4.6.0.el6.x86_64.rpm
+   cloudstack-agent-4.7.0.el6.x86_64.rpm
+   cloudstack-awsapi-4.7.0.el6.x86_64.rpm
+   cloudstack-cli-4.7.0.el6.x86_64.rpm
+   cloudstack-common-4.7.0.el6.x86_64.rpm
+   cloudstack-docs-4.7.0.el6.x86_64.rpm
+   cloudstack-management-4.7.0.el6.x86_64.rpm
+   cloudstack-usage-4.7.0.el6.x86_64.rpm
 
 
 Creating a yum repo

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1f805eaa/source/conf.py
--
diff 

[9/9] cloudstack-docs-install git commit: close #30, close #29, close #28

2016-08-11 Thread pdion891
close #30, close #29, close #28


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/d0d9e13e
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/d0d9e13e
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/d0d9e13e

Branch: refs/heads/master
Commit: d0d9e13ed2717b4d4c34a907304b14632e72a017
Parents: 834e36e
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 17:23:11 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 17:23:11 2016 -0400

--
 source/building_from_source.rst | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/d0d9e13e/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index a4303f7..a70d82a 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -504,3 +504,4 @@ to build from source.
 #. Once you've built CloudStack with the ``noredist`` profile, you can
package it using the `“Building RPMs from Source” 
<#building-rpms-from-source>`_ 
or `“Building DEB packages” <#building-deb-packages>`_ instructions.
+



[3/9] cloudstack-docs-install git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack-docs-install

2016-08-11 Thread pdion891
Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/cloudstack-docs-install


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/bd562e19
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/bd562e19
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/bd562e19

Branch: refs/heads/master
Commit: bd562e1912da4cc3d5c17ae14714cc5951bbc71d
Parents: 7c9cbc7 b43d09e
Author: Pierre-Luc Dion 
Authored: Wed Jan 20 10:42:30 2016 -0500
Committer: Pierre-Luc Dion 
Committed: Wed Jan 20 10:42:30 2016 -0500

--

--




[6/9] cloudstack-docs-install git commit: remove file tracking

2016-08-11 Thread pdion891
remove file tracking


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/3c108477
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/3c108477
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/3c108477

Branch: refs/heads/master
Commit: 3c1084775ac759dea76d6ceea62612a2a9420b8f
Parents: c577db6
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 14:15:50 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 14:15:50 2016 -0400

--
 sphinx_bootstrap_theme/__init__.pyc | Bin 978 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/3c108477/sphinx_bootstrap_theme/__init__.pyc
--
diff --git a/sphinx_bootstrap_theme/__init__.pyc 
b/sphinx_bootstrap_theme/__init__.pyc
deleted file mode 100644
index 7144bf2..000
Binary files a/sphinx_bootstrap_theme/__init__.pyc and /dev/null differ



[4/9] cloudstack-docs-install git commit: update to version 4.8.0

2016-08-11 Thread pdion891
update to version 4.8.0


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/0b23e9d5
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/0b23e9d5
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/0b23e9d5

Branch: refs/heads/master
Commit: 0b23e9d53477a29a9a2d61a0fb59df2e813f6109
Parents: bd562e1
Author: Pierre-Luc Dion 
Authored: Tue Feb 16 20:51:03 2016 -0500
Committer: Pierre-Luc Dion 
Committed: Tue Feb 16 20:51:03 2016 -0500

--
 source/building_from_source.rst| 38 ++---
 source/conf.py |  8 +++---
 source/management-server/_pkg_repo.rst |  4 +--
 source/qig.rst |  2 +-
 4 files changed, 26 insertions(+), 26 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/0b23e9d5/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index c5ae61a..9e11143 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -92,7 +92,7 @@ To check the signature, run the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.7.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.8.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.7.0-src.tar.bz2 | diff - 
apache-cloudstack-4.7.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.8.0-src.tar.bz2 | diff - 
apache-cloudstack-4.8.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@ release. You can verify this hash by executing the 
following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.7.0-src.tar.bz2 | diff - 
apache-cloudstack-4.7.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.8.0-src.tar.bz2 | diff - 
apache-cloudstack-4.8.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -165,13 +165,13 @@ with a single command as follows:
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.7.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.8.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.7.0-src
+   $ cd ./apache-cloudstack-4.8.0-src
 
 
 Building DEB packages
@@ -210,13 +210,13 @@ all of the following:
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.7.0.amd64.deb
-   cloudstack-management-4.7.0.amd64.deb
-   cloudstack-agent-4.7.0.amd64.deb
-   cloudstack-usage-4.7.0.amd64.deb
-   cloudstack-awsapi-4.7.0.amd64.deb
-   cloudstack-cli-4.7.0.amd64.deb
-   cloudstack-docs-4.7.0.amd64.deb
+   cloudstack-common-4.8.0.amd64.deb
+   cloudstack-management-4.8.0.amd64.deb
+   cloudstack-agent-4.8.0.amd64.deb
+   cloudstack-usage-4.8.0.amd64.deb
+   cloudstack-awsapi-4.8.0.amd64.deb
+   cloudstack-cli-4.8.0.amd64.deb
+   cloudstack-docs-4.8.0.amd64.deb
 
 
 Setting up an APT repo
@@ -364,13 +364,13 @@ You should see the following RPMs in that directory:
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.7.0.el6.x86_64.rpm
-   cloudstack-awsapi-4.7.0.el6.x86_64.rpm
-   cloudstack-cli-4.7.0.el6.x86_64.rpm
-   cloudstack-common-4.7.0.el6.x86_64.rpm
-   cloudstack-docs-4.7.0.el6.x86_64.rpm
-   cloudstack-management-4.7.0.el6.x86_64.rpm
-   cloudstack-usage-4.7.0.el6.x86_64.rpm
+   cloudstack-agent-4.8.0.el6.x86_64.rpm
+   cloudstack-awsapi-4.8.0.el6.x86_64.rpm
+   cloudstack-cli-4.8.0.el6.x86_64.rpm
+   cloudstack-common-4.8.0.el6.x86_64.rpm
+   cloudstack-docs-4.8.0.el6.x86_64.rpm
+   cloudstack-management-4.8.0.el6.x86_64.rpm
+   cloudstack-usage-4.8.0.el6.x86_64.rpm
 
 
 Creating a yum repo

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/0b23e9d5/source/conf.py
--
diff --git a/source/conf.py b/source/conf.py
index 1ec2b06..40920c0 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -54,16 +54,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Apache CloudStack Installation Documentation'
-copyright = u'2015, Apache Software Foundation'
+copyright = u'2016, Apache Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various othe

[2/9] cloudstack-docs-install git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack-docs-install

2016-08-11 Thread pdion891
Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/cloudstack-docs-install


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/7c9cbc70
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/7c9cbc70
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/7c9cbc70

Branch: refs/heads/master
Commit: 7c9cbc7038143a1a4d50e4a29784e16f22818f93
Parents: 1f805ea 86889da
Author: Pierre-Luc Dion 
Authored: Sat Dec 19 16:27:30 2015 -0500
Committer: Pierre-Luc Dion 
Committed: Sat Dec 19 16:27:30 2015 -0500

--
 source/hypervisor/kvm.rst | 60 +-
 1 file changed, 30 insertions(+), 30 deletions(-)
--




[7/9] cloudstack-docs-install git commit: corrected -d value while building rpm packages

2016-08-11 Thread pdion891
corrected -d value while building rpm packages

Its listed as centos6 while its centos63.
Also added the help section for other available options

Signed-off-by: Pierre-Luc Dion 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/1265b05f
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/1265b05f
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/1265b05f

Branch: refs/heads/master
Commit: 1265b05f75460828eec48ad3f8e741e012b1d703
Parents: 3c10847
Author: Rajani Karuturi 
Authored: Fri Aug 5 12:21:34 2016 +0530
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 15:31:51 2016 -0400

--
 source/building_from_source.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1265b05f/source/building_from_source.rst
--
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 9e11143..26cbe85 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -355,7 +355,9 @@ Generating RPMs is done using the ``package.sh`` script:
 
 .. sourcecode:: bash
 
-   $ ./package.sh -d centos6
+   $ ./package.sh -d centos63
+   
+For other supported options(like centos7), run ``./package.sh --help``
 
 That will run for a bit and then place the finished packages in
 ``dist/rpmbuild/RPMS/x86_64/``.



[5/9] cloudstack-docs-install git commit: ignoring .pyc files

2016-08-11 Thread pdion891
ignoring .pyc files


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/c577db63
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/c577db63
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/c577db63

Branch: refs/heads/master
Commit: c577db63ea11df2e784be7946f9c41cb0e0a7506
Parents: 0b23e9d
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 14:14:57 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 14:14:57 2016 -0400

--
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/c577db63/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 7eea884..cd10d11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,4 @@
 Icon?
 ehthumbs.db
 Thumbs.db
-
+*.pyc



cloudstack-docs-admin git commit: update doc to version 4.9

2016-08-11 Thread pdion891
Repository: cloudstack-docs-admin
Updated Branches:
  refs/heads/4.9 [created] f439396a3


update doc to version 4.9


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/f439396a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/f439396a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/f439396a

Branch: refs/heads/4.9
Commit: f439396a36d99bbbfcd3d533e5333bb07f66ae2b
Parents: 6ca3506
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 17:32:32 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 17:32:32 2016 -0400

--
 .gitignore  |   1 +
 source/conf.py  |   4 ++--
 sphinx_bootstrap_theme/__init__.pyc | Bin 972 -> 0 bytes
 3 files changed, 3 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/f439396a/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 292a64e..7a99850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ Icon?
 ehthumbs.db
 Thumbs.db
 sphinx_bootstrap_theme/__init__.pyc
+*.pyc

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/f439396a/source/conf.py
--
diff --git a/source/conf.py b/source/conf.py
index 368a6b5..f2e5331 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -60,9 +60,9 @@ copyright = u'2016, Apache Software Foundation'
 # built documents.
 #
 # The short X.Y version.
-version = '4.8'
+version = '4.9'
 # The full version, including alpha/beta/rc tags.
-release = '4.8.0'
+release = '4.9.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/f439396a/sphinx_bootstrap_theme/__init__.pyc
--
diff --git a/sphinx_bootstrap_theme/__init__.pyc 
b/sphinx_bootstrap_theme/__init__.pyc
deleted file mode 100644
index f98a4d4..000
Binary files a/sphinx_bootstrap_theme/__init__.pyc and /dev/null differ



[5/7] cloudstack-docs-rn git commit: updated the 'about' section

2016-08-11 Thread pdion891
updated the 'about' section


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/c083230f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/c083230f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/c083230f

Branch: refs/heads/master
Commit: c083230f81dc23a4e0fd8a947f08fe6f8519ec17
Parents: 0cfe73b
Author: Will Stevens 
Authored: Wed Aug 3 15:11:28 2016 -0400
Committer: Will Stevens 
Committed: Wed Aug 3 15:11:28 2016 -0400

--
 source/about.rst| 54 +---
 source/fixed_issues.rst |  6 ++---
 2 files changed, 49 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c083230f/source/about.rst
--
diff --git a/source/about.rst b/source/about.rst
index 87b9e20..4a7510a 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -17,24 +17,62 @@
 What's New in |version|
 ===
 
-Version |release| includes more than 70 bug fixes from the previous release.
+Version |release| includes 180 pull requests and fixes more than 75 bugs from 
the previous releases.
 
-Due to some changes in the community, we had an extented period of time 
+Due to some changes in the community, we had an extended period of time
 without a release manager.  Because of this the 4.9.0 release is much larger
 than usual and had a duration of about 6 months.
 
 Going forward we should have more consistent releases again.
 
 A LOT changed in this release, so this is not a complete list, but here is a 
-quick summary.  
+quick summary of some of the changes.
 
 
-SDN

+Networking
+--
 
-* Nicira plugin integration has had quite a few improvements.
+* Fixes to ACLs, S2S VPN, Private Gateways, Redundant VRs and other 
optimizations
+* Nuage VSP SDN Plugin got a lot of improvements and some new features
 
 
+Database
+
+
+* MySQL connector changed
+* DB optimizations and improvements
+
+
+Storage
+---
+
+* Enabled fast snapshots for managed storage using XenServer
+* Fixes for some RBD issues
+* Fixes multiple Swift object store issues
+* Improved VMware disk implementation
+
+
+Usability
+-
+
+* Added user defined roles
+* Added configurable root volume size for KVM
+* Lots of localization improvements
+* Added CentOS 6.x guest OS mappings for VMware
+
+
+Operations
+--
+
+* Added Out-of-band power management for hosts (EG: IPMI, iLO, DRAC, etc.)
+
+
+Miscellaneous
+-
+
+* Use non-blocking SSL handshake in NioConnection/Link
+* Added memory utilization to ``listVirtualMachines``
+* Multiple fixes related to usage
 
 
 
@@ -42,6 +80,6 @@ Build dependency
 
 
 When building Apache CloudStack with ``noredist``, it now require the file
-``deps/vim25_55.jar`` available from vSphere SDK 5.5,
-VMware-vSphere-SDK-5.5.0-1284541.zip.
+``deps/vim25_60.jar`` available from vSphere SDK 6.0,
+VMware-vSphere-SDK-6.0.0-3634981.zip.
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c083230f/source/fixed_issues.rst
--
diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst
index 3c773ba..c018c50 100644
--- a/source/fixed_issues.rst
+++ b/source/fixed_issues.rst
@@ -123,7 +123,7 @@ Issues Fixed in |release|
 | 4.9| `#1494`_ | CLOUDSTACK-9294_   | Bug   | Major   
 | Nuage Plugin: VR doesn't get removed from the VSD when |
 ||  ||   | 
 | destroying a VPC   |
 
++--++---+--++
-| 4.9| `#1555`_ ||   | 
 | Add Java Default Certificat Authorities into the keystore  |
+| 4.9| `#1555`_ ||   | 
 | Add Java Default Certificate Authorities into the keystore |
 ||  ||   | 
 | if using a custom cert SSL |
 
++--++---+--++
 | 4.9| `#1533`_ ||   | 
 | Convert patchviasocket to python (removes perl dependency  |
@@ -185,8 +185,8 @@ Issues Fixed in |release|
 
++--++---+--++
 | 4.9| `#1460`_ | CLOUDSTA

[6/7] cloudstack-docs-rn git commit: updated known issues

2016-08-11 Thread pdion891
updated known issues


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/166cdbf2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/166cdbf2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/166cdbf2

Branch: refs/heads/master
Commit: 166cdbf2574f1a0417611f681c3d88e843d62b12
Parents: c083230
Author: Will Stevens 
Authored: Thu Aug 4 16:39:31 2016 -0400
Committer: Will Stevens 
Committed: Thu Aug 4 16:39:31 2016 -0400

--
 source/known_issues.rst | 174 ---
 1 file changed, 97 insertions(+), 77 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/166cdbf2/source/known_issues.rst
--
diff --git a/source/known_issues.rst b/source/known_issues.rst
index ef25c52..f165e4f 100644
--- a/source/known_issues.rst
+++ b/source/known_issues.rst
@@ -23,131 +23,153 @@ standard naming convention of "CLOUDSTACK-" where 
"" is the issue
 number.
 
 For the list of known issues, see `Known Issues in 
-`_ |release|.
+`_ |release|.
 
 .. cssclass:: table-striped table-bordered table-hover
 
 ==  
===
 Bug ID  
Description
 ==  
===
-`CLOUDSTACK-9284 `_  
CloudStack usage service tries to get access to "cloud.event_usage" table only 
v...
-`CLOUDSTACK-9283 `_  
cloudstack-usage fails to start throwing Integer exception during PID 
retrieval...
+`CLOUDSTACK-9444 `_  
ERROR c.c.u.d.DriverLoader DB driver type null is not supported (during 
migratio...
+`CLOUDSTACK-9317 `_  
Disabling static NAT on many IPs can leave wrong IPs on the router...
+`CLOUDSTACK-9386 `_  DS 
template copies don’t get deleted in VMware ESXi with multiple clusters and 
z...
 `CLOUDSTACK-9280 `_  
System VM volumes cannot be deleted when there are no system VMs...
-`CLOUDSTACK-9128 `_  
Testcase to verify if snapshot_store_ref table stores actual size of back 
snapsh...
-`CLOUDSTACK-7857 `_  
CitrixResourceBase wrongly calculates total memory on hosts with a lot of 
memory...
+`CLOUDSTACK-9370 `_  
Failed to create VPC: Unable to start  VPC VR (VM DomainRouter) due to error in 
...
+`CLOUDSTACK-9318 `_  
test_privategw_acl is failing intermittently
+`CLOUDSTACK-9407 `_  
vm_network_map table doesnt get cleaned up properly...
+`CLOUDSTACK-9417 `_  
Usage module refactoring...
+`CLOUDSTACK-9371 `_  
Regular user cannot resize volume...
+`CLOUDSTACK-9225 `_  
Isolation in Advanced Zone using PVLANs ...
+`CLOUDSTACK-9437 `_  
Outbound traffic fails to work after VR is upgraded to post 4.6+ release...
+`CLOUDSTACK-9431 `_  
Network usage stats from VR in VPC are wrong after upgrading to ACS 4.7...
+`CLOUDSTACK-9433 `_  
Change of VM compute offering with additional storage tags not allowed...
+`CLOUDSTACK-9144 `_  
VMware in Basic Zone: VR never leaves the "Starting" state...
+`CLOUDSTACK-9439 `_  
Domain admins can and must create service and disk offerings withouts storage 
an...
+`CLOUDSTACK-9434 `_  
NPE on attempting account/domain cleanup automation...
+`CLOUDSTACK-9341 `_  
Cannot upload volume when using Swift as secondary storage...
+`

[3/7] cloudstack-docs-rn git commit: initial commit of the 4.9 changes

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/0cfe73b3/source/api-changes.rst
--
diff --git a/source/api-changes.rst b/source/api-changes.rst
index 34bd65b..e6ac0a9 100644
--- a/source/api-changes.rst
+++ b/source/api-changes.rst
@@ -20,86 +20,844 @@ API Changes Introduced in |version|
 For the complete list of API commands and params consult the `CloudStack 
Apidocs`_.
 
 
+New API Commands
+
 
-Updated API commands
+.. cssclass:: table-striped table-bordered table-hover
+
++-++
+| Name| Description
|
++=++
+| ``configureOutOfBandManagement``| Configures a host's 
out-of-band management interface   |
++-++
+| ``disableOutOfBandManagementForZone``   | Disables out-of-band 
management for a zone |
++-++
+| ``updateRolePermission``| Updates a role permission 
order|
++-++
+| ``ldapConfig``  | Configure the LDAP context for 
this site.  |
++-++
+| ``createRole``  | Creates a role 
|
++-++
+| ``deleteStratosphereSsp``   | Removes stratosphere ssp 
server|
++-++
+| ``searchLdap``  | Searches LDAP based on the 
username attribute  |
++-++
+| ``enableOutOfBandManagementForCluster`` | Enables out-of-band management 
for a cluster   |
++-++
+| ``getPathForVolume``| Get the path associated with 
the provided volume UUID  |
++-++
+| ``listRolePermissions`` | Lists role permissions 
|
++-++
+| ``changeOutOfBandManagementPassword``   | Changes out-of-band management 
interface password on the host and updates the  |
+| | interface configuration in 
CloudStack if the operation succeeds, else reverts  |
+| | the old password   
|
++-++
+| ``listRoles``   | Lists dynamic roles in 
CloudStack  |
++-++
+| ``updateRole``  | Updates a role 
|
++-++
+| ``createRolePermission``| Adds a API permission to a 
role|
++-++
+| ``enableOutOfBandManagementForHost``| Enables out-of-band management 
for a host 

[1/7] cloudstack-docs-rn git commit: initial commit of the 4.9 changes

2016-08-11 Thread pdion891
Repository: cloudstack-docs-rn
Updated Branches:
  refs/heads/master 86173af5f -> a13414718


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/0cfe73b3/source/fixed_issues.rst
--
diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst
index 181a24f..3c773ba 100644
--- a/source/fixed_issues.rst
+++ b/source/fixed_issues.rst
@@ -18,48 +18,753 @@ Issues Fixed in |version|
 =
 
 Apache CloudStack uses `Jira 
`_ 
-to track its issues. All new features and bugs for |release| have been tracked 
-in Jira, and have a standard naming convention of "CLOUDSTACK-" where 
-"" is the issue number.
+to track its issues and `Github `_ 
for 
+pull requests. All new features and bugs for |release| have been merged through
+Github pull requests.  A subset of these changes are tracked in Jira, which 
have a 
+standard naming convention of "CLOUDSTACK-" where "" is the issue 
number.
 
 
 Issues Fixed in |release|
 -
 
-For the list of issues fixed, see `Issues Fixed in 
-`_ |release|.
-
 .. cssclass:: table-striped table-bordered table-hover
 
-==  
===
-Bug ID  
Description
-==  
===
-`CLOUDSTACK-9244 `_  
Wrong IP routes added to SystemVM when Public IP is in RFC-1918 space...
-`CLOUDSTACK-9240 `_  
Templatesize >40GB doesn't work properly...
-`CLOUDSTACK-9239 `_  
lock account silently fails...
-`CLOUDSTACK-9238 `_  
URL fields in database are to small. Cause malformed URLs...
-`CLOUDSTACK-9237 `_  
Create LB Healthcheck issues - button alignment and error message goes outside 
t...
-`CLOUDSTACK-9236 `_  
Load Balancing Health Check button displayed when non-NetScaler offering is 
used...
-`CLOUDSTACK-9235 `_  
Autoscale button is missing in VPC...
-`CLOUDSTACK-9231 `_  
Root volume migration from one primary to another primary storage within the 
sam...
-`CLOUDSTACK-9230 `_  
Remove unnecessary return statement from cloudStack.js...
-`CLOUDSTACK-9229 `_  
Autoscale policy creation failing in VPC due to zoneid missing in 
createAutoScal...
-`CLOUDSTACK-9222 `_  
cloud.log is filling up disk space...
-`CLOUDSTACK-9220 `_  
List of domains in Domain tab in UI is not sorted...
-`CLOUDSTACK-9213 `_  As 
a user I want to be able to use multiple ip's/cidrs in an ACL...
-`CLOUDSTACK-9210 `_  
KVM security re-programming fails...
-`CLOUDSTACK-9204 `_  
Delete static route fails when it's already gone...
-`CLOUDSTACK-9202 `_  
SSH commands to VR timeout sometimes...
-`CLOUDSTACK-9195 `_  
Cancelled/failed async jobs not getting cleaned up from DB...
-`CLOUDSTACK-9192 `_  
UpdateVpnCustomerGateway is failing...
-`CLOUDSTACK-9187 `_  
rVPC routers in Master/Master due to concurrency problem when writing the 
keepal...
-`CLOUDSTACK-9186 `_  
Root admin cannot see VPC created by Domain admin user...
-`CLOUDSTACK-9181 `_  
Syntax error in checkrouter.sh when interface is missing...
-`CLOUDSTACK-9154 `_  
rVPC doesn't recover from cleaning up of network garbage collector...
-`CLOUDSTACK-9132 `_  
API createVolume takes empty string for name parameter...
-`CLOUDSTACK-8885 `_  
None o

[7/7] cloudstack-docs-rn git commit: complete upgrade paths to 4.9

2016-08-11 Thread pdion891
complete upgrade paths to 4.9


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/a1341471
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/a1341471
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/a1341471

Branch: refs/heads/master
Commit: a13414718c182f5a935b99d8f95e5c89ec9bdca6
Parents: 166cdbf
Author: Pierre-Luc Dion 
Authored: Sat Aug 6 14:09:20 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sat Aug 6 14:09:20 2016 -0400

--
 source/index.rst|   3 +-
 source/upgrade/_mysql_connector.rst |  50 
 source/upgrade/upgrade-4.3.rst  |  10 +-
 source/upgrade/upgrade-4.4.rst  |   9 +-
 source/upgrade/upgrade-4.5.rst  |  10 +-
 source/upgrade/upgrade-4.6.rst  |  10 +-
 source/upgrade/upgrade-4.7.rst  |  12 +-
 source/upgrade/upgrade-4.8.rst  | 416 +++
 8 files changed, 495 insertions(+), 25 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/a1341471/source/index.rst
--
diff --git a/source/index.rst b/source/index.rst
index 81b77be..84df013 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -67,12 +67,13 @@ Contents:
 .. toctree::
:maxdepth: 1
 
+   upgrade/upgrade-4.8
upgrade/upgrade-4.7
upgrade/upgrade-4.6
upgrade/upgrade-4.5
upgrade/upgrade-4.4
upgrade/upgrade-4.3
-   upgrade/upgrade-4.2
+..   upgrade/upgrade-4.2
 ..   upgrade/upgrade-4.1
 ..   upgrade/upgrade-4.0
 ..   upgrade/upgrade-3.0.x

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/a1341471/source/upgrade/_mysql_connector.rst
--
diff --git a/source/upgrade/_mysql_connector.rst 
b/source/upgrade/_mysql_connector.rst
new file mode 100644
index 000..f132afa
--- /dev/null
+++ b/source/upgrade/_mysql_connector.rst
@@ -0,0 +1,50 @@
+Install new MySQL connector
+---
+
+Apache CloudStack |version| require an upgrade of the MySQL connector. To 
install
+the connector via 'apt-get' following steps must be taken:
+
+
+MySQL connector APT repository
+^^
+
+Install the following package provided by MySQL to enable official 
repositories:
+
+.. sourcecode:: bash
+
+   wget http://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
+   sudo dpkg -i mysql-apt-config_0.7.3-1_all.deb
+
+Make sure to activate the repository for MySQL connectors.
+
+.. sourcecode:: bash
+
+   sudo apt-get update
+   sudo apt-get install mysql-connector-python   
+
+
+MySQL connector RPM repository
+^^
+
+Add a new yum repo ``/etc/yum.repos.d/mysql.repo``:
+
+.. sourcecode:: bash
+
+   [mysql-community]
+   name=MySQL Community connectors
+   
baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/
+   enabled=1
+   gpgcheck=1
+
+Import GPG public key from MySQL:
+
+.. sourcecode:: bash
+
+   rpm --import http://repo.mysql.com/RPM-GPG-KEY-mysql
+
+Install mysql-connector
+
+.. sourcecode:: bash
+
+   yum install mysql-connector-python
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/a1341471/source/upgrade/upgrade-4.3.rst
--
diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst
index cd6cccb..3d73453 100644
--- a/source/upgrade/upgrade-4.3.rst
+++ b/source/upgrade/upgrade-4.3.rst
@@ -35,9 +35,9 @@ working on a production system.
 Upgrade Steps:
 
 #. Backup CloudStack database (MySQL)
-
+#. Install new systemvm template
+#. Add package repository for MySQL connector
 #. Upgrade CloudStack management server(s)
-
 #. Update hypervisors specific dependencies
 
 
@@ -59,6 +59,8 @@ Instructions for creating packages from the CloudStack source 
are in the
 `CloudStack Installation Guide`_.
 
 .. include:: _sysvm_templates.rst
+.. include:: _mysql_connector.rst
+
 
 
 Database Preparation
@@ -143,7 +145,7 @@ We'll change it to point to the new package repository:

 .. sourcecode:: bash

-   deb http://cloudstack.apt-get.eu/ubuntu precise 4.8
+   deb http://cloudstack.apt-get.eu/ubuntu precise 4.9
 
 Setup the public key for the above repository:
 
@@ -213,7 +215,7 @@ This file should have content similar to the following:
gpgcheck=0
 
 If you are using the community provided package repository, change
-the base url to ``http://cloudstack.apt-get.eu/centos/6/4.8/``.
+the base url to ``http://cloudstack.apt-get.eu/centos/$releasever/4.9/``.
 
 Setup the GPG public key if you wish to enable ``gpgcheck=1``:
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/a1341471/source/upgrade/upgrade-4.4.rst
---

[2/7] cloudstack-docs-rn git commit: initial commit of the 4.9 changes

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/0cfe73b3/source/conf.py
--
diff --git a/source/conf.py b/source/conf.py
index f98da5f..45b8310 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -74,9 +74,9 @@ copyright = u'2016, Apache CloudStack'
 # built documents.
 #
 # The short X.Y version.
-version = '4.8'
+version = '4.9'
 # The full version, including alpha/beta/rc tags.
-release = '4.8.0'
+release = '4.9.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.



[4/7] cloudstack-docs-rn git commit: initial commit of the 4.9 changes

2016-08-11 Thread pdion891
initial commit of the 4.9 changes


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/0cfe73b3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/0cfe73b3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/0cfe73b3

Branch: refs/heads/master
Commit: 0cfe73b39ac84ea1b9ef764a2eddba7ba48e2bf5
Parents: 86173af
Author: Will Stevens 
Authored: Mon Aug 1 16:20:49 2016 -0400
Committer: Will Stevens 
Committed: Mon Aug 1 16:20:49 2016 -0400

--
 source/about.rst|  33 +-
 source/api-changes.rst  | 908 +++
 source/conf.py  |   4 +-
 source/fixed_issues.rst | 779 +++--
 4 files changed, 1586 insertions(+), 138 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/0cfe73b3/source/about.rst
--
diff --git a/source/about.rst b/source/about.rst
index c62e98a..87b9e20 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -17,35 +17,25 @@
 What's New in |version|
 ===
 
-Version |release| includes more than 20 bug fixes from previous release.
+Version |release| includes more than 70 bug fixes from the previous release.
 
-Part of a new release process 4.8.0 got released 2 months after 4.7.0.
+Due to some changes in the community, we had an extented period of time 
+without a release manager.  Because of this the 4.9.0 release is much larger
+than usual and had a duration of about 6 months.
 
-Lot's of UI and VPC improvements and fixes where merged into this release.
+Going forward we should have more consistent releases again.
+
+A LOT changed in this release, so this is not a complete list, but here is a 
+quick summary.  
 
 
 SDN
 ---
 
-* Nicira plugins updated
-* Nuage plugins updated
-
-
-Metrics Views
--
+* Nicira plugin integration has had quite a few improvements.
 
-WebUI now offer visibility of performance metrics from various levels of the 
cloud
-infrastructure. As admin it is now easier to identify problematic resources.
-Allow hierarchical navigation to triage issue, sort and refresh.
 
-Under Infrastructure, Instance and Storage as "Metric" button.
 
-|metric-view.png|
-
-== 

-Supported hypervisors: Any
-Link   `Metric View spec`_
-== 

 
 
 Build dependency
@@ -55,8 +45,3 @@ When building Apache CloudStack with ``noredist``, it now 
require the file
 ``deps/vim25_55.jar`` available from vSphere SDK 5.5,
 VMware-vSphere-SDK-5.5.0-1284541.zip.
 
-
-.. _Metric View spec : 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Metrics+Views+for+CloudStack+UI
-
-.. |metric-view.png| image:: _static/images/metric-view.png
-   :alt: Metrics from Instance view
\ No newline at end of file



[cloudstack-docs-rn] Git Push Summary

2016-08-11 Thread pdion891
Repository: cloudstack-docs-rn
Updated Tags:  refs/tags/4.9.0 [created] d4088d0d1


cloudstack-docs-rn git commit: remove mysql-connector change from debian

2016-08-11 Thread pdion891
Repository: cloudstack-docs-rn
Updated Branches:
  refs/heads/4.9 [created] 15624a834


remove mysql-connector change from debian


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/15624a83
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/15624a83
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/15624a83

Branch: refs/heads/4.9
Commit: 15624a834e1d6e5c4dfb89e0f0bab3218d8b4eea
Parents: a134147
Author: Pierre-Luc Dion 
Authored: Mon Aug 8 16:23:22 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Mon Aug 8 16:23:22 2016 -0400

--
 source/upgrade/_mysql_connector.rst | 27 +--
 source/upgrade/upgrade-4.2.rst  |  2 ++
 source/upgrade/upgrade-4.3.rst  |  4 ++--
 source/upgrade/upgrade-4.4.rst  |  3 ++-
 source/upgrade/upgrade-4.5.rst  |  3 ++-
 source/upgrade/upgrade-4.6.rst  |  4 ++--
 source/upgrade/upgrade-4.7.rst  |  4 ++--
 source/upgrade/upgrade-4.8.rst  |  5 +++--
 8 files changed, 20 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/15624a83/source/upgrade/_mysql_connector.rst
--
diff --git a/source/upgrade/_mysql_connector.rst 
b/source/upgrade/_mysql_connector.rst
index f132afa..552906c 100644
--- a/source/upgrade/_mysql_connector.rst
+++ b/source/upgrade/_mysql_connector.rst
@@ -1,30 +1,13 @@
 Install new MySQL connector

+^^^
 
-Apache CloudStack |version| require an upgrade of the MySQL connector. To 
install
-the connector via 'apt-get' following steps must be taken:
-
-
-MySQL connector APT repository
-^^
-
-Install the following package provided by MySQL to enable official 
repositories:
-
-.. sourcecode:: bash
-
-   wget http://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
-   sudo dpkg -i mysql-apt-config_0.7.3-1_all.deb
-
-Make sure to activate the repository for MySQL connectors.
-
-.. sourcecode:: bash
-
-   sudo apt-get update
-   sudo apt-get install mysql-connector-python   
+Apache CloudStack |version| require an upgrade of the MySQL connector on 
CentOS.
+Starting with 4.9.0, cloudstack-management RPM's now depend on
+``mysql-connector-python`` package.
 
 
 MySQL connector RPM repository
-^^
+~~
 
 Add a new yum repo ``/etc/yum.repos.d/mysql.repo``:
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/15624a83/source/upgrade/upgrade-4.2.rst
--
diff --git a/source/upgrade/upgrade-4.2.rst b/source/upgrade/upgrade-4.2.rst
index 361bb98..d0c8017 100644
--- a/source/upgrade/upgrade-4.2.rst
+++ b/source/upgrade/upgrade-4.2.rst
@@ -184,6 +184,8 @@ packages. If not, skip to hypervisors section, then 
:ref:`upg-sysvm42`.
supplied packages for CloudStack. If you've created your own packages and 
yum repository, substitute your own URL for the ones used in these examples.
 
+.. include:: _mysql_connector.rst
+
 
 .. _rpm-repo42:
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/15624a83/source/upgrade/upgrade-4.3.rst
--
diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst
index 3d73453..05b7cc5 100644
--- a/source/upgrade/upgrade-4.3.rst
+++ b/source/upgrade/upgrade-4.3.rst
@@ -59,8 +59,6 @@ Instructions for creating packages from the CloudStack source 
are in the
 `CloudStack Installation Guide`_.
 
 .. include:: _sysvm_templates.rst
-.. include:: _mysql_connector.rst
-
 
 
 Database Preparation
@@ -189,6 +187,8 @@ packages. If not, skip to hypervisors section, then 
:ref:`upg-sysvm43`.
supplied packages for CloudStack. If you've created your own packages and 
yum repository, substitute your own URL for the ones used in these examples.
 
+.. include:: _mysql_connector.rst
+
 
 .. _rpm-repo43:
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/15624a83/source/upgrade/upgrade-4.4.rst
--
diff --git a/source/upgrade/upgrade-4.4.rst b/source/upgrade/upgrade-4.4.rst
index f348ce0..9e8e2ac 100644
--- a/source/upgrade/upgrade-4.4.rst
+++ b/source/upgrade/upgrade-4.4.rst
@@ -59,7 +59,6 @@ Instructions for creating packages from the CloudStack source 
are in the
 `CloudStack Installation Guide`_.
 
 .. include:: _sysvm_templates.rst
-.. include:: _mysql_connector.rst
 
 
 Database Preparation
@@ -188,6 +187,8 @@ packages. If not, skip to hypervisors section, then 
:ref:`upg-sysvm44`.
supplied packages for CloudStack. If you've created your own pac

[14/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/rebootRouter.html
--
diff --git a/source/api/apidocs-4.9/apis/rebootRouter.html 
b/source/api/apidocs-4.9/apis/rebootRouter.html
new file mode 100644
index 000..3971d2a
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/rebootRouter.html
@@ -0,0 +1,277 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+rebootRouter
+Starts a router.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the routertrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the router
+
+
+accountthe account associated with the router
+
+
+createdthe date and time the router was created
+
+
+dns1the first DNS for the router
+
+
+dns2the second DNS for the router
+
+
+domainthe domain associated with the router
+
+
+domainidthe domain ID associated with the router
+
+
+gatewaythe gateway for the router
+
+
+guestipaddressthe guest IP address for the router
+
+
+guestmacaddressthe guest MAC address for the router
+
+
+guestnetmaskthe guest netmask for the router
+
+
+guestnetworkidthe ID of the corresponding guest network
+
+
+guestnetworknamethe name of the corresponding guest network
+
+
+hostidthe host ID for the router
+
+
+hostnamethe hostname for the router
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+ip6dns1the first IPv6 DNS for the router
+
+
+ip6dns2the second IPv6 DNS for the router
+
+
+isredundantrouterif this router is an redundant virtual router
+
+
+linklocalipthe link local IP address for the router
+
+
+linklocalmacaddressthe link local MAC address for the router
+
+
+linklocalnetmaskthe link local netmask for the router
+
+
+linklocalnetworkidthe ID of the corresponding link local network
+
+
+namethe name of the router
+
+
+networkdomainthe network domain for the router
+
+
+podidthe Pod ID for the router
+
+
+projectthe project name of the address
+
+
+projectidthe project id of the ipaddress
+
+
+publicipthe public IP address for the router
+
+
+publicmacaddressthe public MAC address for the router
+
+
+publicnetmaskthe public netmask for the router
+
+
+publicnetworkidthe ID of the corresponding public network
+
+
+redundantstatethe state of redundant virtual router
+
+
+requiresupgradetrue if the router template requires upgrader
+
+
+rolerole of the domain router
+
+
+scriptsversionthe version of scripts
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+statethe state of the router
+
+
+templateidthe template ID for the router
+
+
+versionthe version of template
+
+
+vpcidVPC the router belongs to
+
+
+vpcnamethe name of VPC the router belongs to
+
+
+zoneidthe Zone ID for the router
+
+
+zonenamethe Zone name for the router
+
+
+nic(*)the list of nics associated with the router
+
+idthe ID of the nic
+
+
+broadcasturithe broadcast uri of the nic
+
+
+deviceiddevice id for the network when plugged into the virtual 
machine
+
+
+gatewaythe gateway of the nic
+
+
+ip6addressthe IPv6 address of network
+
+
+ip6cidrthe cidr of IPv6 network
+
+
+ip6gatewaythe gateway of IPv6 network
+
+
+ipaddressthe ip address of the nic
+
+
+isdefaulttrue if nic is default, false otherwise
+
+
+isolationurithe isolation uri of the nic
+
+
+macaddresstrue if nic is default, false otherwise
+
+
+netmaskthe netmask of the nic
+
+
+networkidthe ID of the corresponding network
+
+
+networknamethe name of the corresponding network
+
+
+nsxlogicalswitchId of the NSX Logical Switch (if NSX based), null 
otherwise
+
+
+nsxlogicalswitchportId of the NSX Logical Switch Port (if NSX based), null 
otherwise
+
+
+secondaryipthe Secondary ipv4 addr of nic
+
+
+traffictypethe traffic type of the nic
+
+
+typethe type of the nic
+
+
+virtualmachineidId of the vm to which the nic belongs
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/rebootSystemVm.html
--
di

[03/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateVMAffinityGroup.html
--
diff --git a/source/api/apidocs-4.9/apis/updateVMAffinityGroup.html 
b/source/api/apidocs-4.9/apis/updateVMAffinityGroup.html
new file mode 100644
index 000..6d65390
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateVMAffinityGroup.html
@@ -0,0 +1,502 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateVMAffinityGroup
+Updates the affinity/anti-affinity group associations of a virtual machine. 
The VM has to be stopped and restarted for the new properties to take 
effect.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+affinitygroupidscomma separated list of affinity groups id that are 
going to be applied to the virtual machine. Should be passed only when vm is 
created from a zone with Basic Network support. Mutually exclusive with 
securitygroupnames parameterfalse
+
+
+affinitygroupnamescomma separated list of affinity groups names that are 
going to be applied to the virtual machine. Should be passed only when vm is 
created from a zone with Basic Network support. Mutually exclusive with 
securitygroupids parameterfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the vir

[20/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listSamlAuthorization.html
--
diff --git a/source/api/apidocs-4.9/apis/listSamlAuthorization.html 
b/source/api/apidocs-4.9/apis/listSamlAuthorization.html
new file mode 100644
index 000..a433aaa
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listSamlAuthorization.html
@@ -0,0 +1,97 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listSamlAuthorization
+Lists authorized users who can used SAML SSO
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+keywordList 
by keywordfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+useridUser 
uuidfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idpidthe authorized Identity Provider ID
+
+
+statusthe SAML authorization status
+
+
+useridthe user ID
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listSecondaryStagingStores.html
--
diff --git a/source/api/apidocs-4.9/apis/listSecondaryStagingStores.html 
b/source/api/apidocs-4.9/apis/listSecondaryStagingStores.html
new file mode 100644
index 000..35159f6
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listSecondaryStagingStores.html
@@ -0,0 +1,127 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listSecondaryStagingStores
+Lists secondary staging stores.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of 
the staging storefalse
+
+
+keywordList 
by keywordfalse
+
+
+namethe name 
of the staging storefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+protocolthe 
staging store protocolfalse
+
+
+providerthe 
staging store providerfalse
+
+
+zoneidthe 
Zone ID for the staging storefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the image store
+
+
+detailsthe details of the image store
+
+
+namethe name of the image store
+
+
+protocolthe protocol of the image store
+
+
+providernamethe provider name of the image store
+
+
+scopethe scope of the image store
+
+
+urlthe 
url of the image store
+
+
+zoneidthe Zone ID of the image store
+
+
+zonenamethe Zone name of the image store
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listSecurityGroups.html
--
diff --git a/source/api/apidocs-4.9/apis/listSecurityGroups.html 
b/source/api/apidocs-4.9/apis/listSecurityGroups.html
new file mode 100644
index 000..b677079
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listSecurityGroups.html
@@ -0,0 +1,307 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listSecurityGroups
+Lists security groups
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+domainidlist 
only resources 

[19/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listStoragePools.html
--
diff --git a/source/api/apidocs-4.9/apis/listStoragePools.html 
b/source/api/apidocs-4.9/apis/listStoragePools.html
new file mode 100644
index 000..d756fb8
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listStoragePools.html
@@ -0,0 +1,184 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listStoragePools
+Lists storage pools.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+clusteridlist 
storage pools belongig to the specific clusterfalse
+
+
+idthe ID of 
the storage poolfalse
+
+
+ipaddressthe 
IP address for the storage poolfalse
+
+
+keywordList 
by keywordfalse
+
+
+namethe name 
of the storage poolfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+paththe 
storage pool pathfalse
+
+
+podidthe Pod 
ID for the storage poolfalse
+
+
+scopethe ID 
of the storage poolfalse
+
+
+zoneidthe 
Zone ID for the storage poolfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the storage pool
+
+
+capacityiopsIOPS CloudStack can provision from this storage pool
+
+
+clusteridthe ID of the cluster for the storage pool
+
+
+clusternamethe name of the cluster for the storage pool
+
+
+createdthe date and time the storage pool was created
+
+
+disksizeallocatedthe host's currently allocated disk size
+
+
+disksizetotalthe total disk size of the storage pool
+
+
+disksizeusedthe host's currently used disk size
+
+
+hypervisorthe hypervisor type of the storage pool
+
+
+ipaddressthe IP address of the storage pool
+
+
+namethe name of the storage pool
+
+
+overprovisionfactorthe overprovisionfactor for the storage pool
+
+
+paththe storage pool path
+
+
+podidthe Pod ID of the storage pool
+
+
+podnamethe Pod name of the storage pool
+
+
+scopethe scope of the storage pool
+
+
+statethe state of the storage pool
+
+
+storagecapabilitiesthe storage pool capabilities
+
+
+suitableformigrationtrue if this pool is suitable to migrate a volume, false 
otherwise
+
+
+tagsthe tags for the storage pool
+
+
+typethe storage pool type
+
+
+zoneidthe Zone ID of the storage pool
+
+
+zonenamethe Zone name of the storage pool
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listStorageProviders.html
--
diff --git a/source/api/apidocs-4.9/apis/listStorageProviders.html 
b/source/api/apidocs-4.9/apis/listStorageProviders.html
new file mode 100644
index 000..028cf6f
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listStorageProviders.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listStorageProviders
+Lists storage providers.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+typethe type of storage provider: either primary or 
imagetrue
+
+
+keywordList 
by keywordfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+namethe name of the storage provider
+
+
+typethe type of the storage provider: primary or image 
provider
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Softwa

[04/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateResourceLimit.html
--
diff --git a/source/api/apidocs-4.9/apis/updateResourceLimit.html 
b/source/api/apidocs-4.9/apis/updateResourceLimit.html
new file mode 100644
index 000..8e43d43
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateResourceLimit.html
@@ -0,0 +1,112 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateResourceLimit
+Updates resource limits for an account or domain.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+resourcetypeType of resource to update. Values are 0, 1, 2, 3, 
4, 6, 7, 8, 9, 10 and 11. 0 - Instance. Number of instances a user can create. 
1 - IP. Number of public IP addresses a user can own. 2 - Volume. Number of 
disk volumes a user can create. 3 - Snapshot. Number of snapshots a user can 
create. 4 - Template. Number of templates that a user can register/create. 6 - 
Network. Number of guest network a user can create. 7 - VPC. Number of VPC a 
user can create. 8 - CPU. Total number of CPU cores a user can use. 9 - Memory. 
Total Memory (in MB) a user can use. 10 - PrimaryStorage. Total primary storage 
space (in GiB) a user can use. 11 - SecondaryStorage. Total secondary storage 
space (in GiB) a user can use. true
+
+
+accountUpdate 
resource for a specified account. Must be used with the domainId 
parameter.false
+
+
+domainidUpdate resource limits for all accounts in specified 
domain. If used with the account parameter, updates resource limits for a 
specified account in specified domain.false
+
+
+max  Maximum 
resource limit.false
+
+
+projectidUpdate resource limits for projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+accountthe account of the resource limit
+
+
+domainthe domain name of the resource limit
+
+
+domainidthe domain ID of the resource limit
+
+
+maxthe 
maximum number of the resource. A -1 means the resource currently has no 
limit.
+
+
+projectthe project name of the resource limit
+
+
+projectidthe project id of the resource limit
+
+
+resourcetyperesource type. Values include 0, 1, 2, 3, 4, 6, 7, 8, 9, 
10, 11. See the resourceType parameter for more information on these 
values.
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateRole.html
--
diff --git a/source/api/apidocs-4.9/apis/updateRole.html 
b/source/api/apidocs-4.9/apis/updateRole.html
new file mode 100644
index 000..b0d84fe
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateRole.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateRole
+Updates a role
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idID of the roletrue
+
+
+descriptionThe description of the rolefalse
+
+
+namecreates a 
role with this unique namefalse
+
+
+typeThe type 
of the role, valid options are: Admin, ResourceAdmin, DomainAdmin, 
Userfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-w

[01/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
Repository: cloudstack-www
Updated Branches:
  refs/heads/master 1f3bb36a5 -> f0b95bfff


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/uploadVolume.html
--
diff --git a/source/api/apidocs-4.9/apis/uploadVolume.html 
b/source/api/apidocs-4.9/apis/uploadVolume.html
new file mode 100644
index 000..d712967
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/uploadVolume.html
@@ -0,0 +1,262 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+uploadVolume
+Uploads a data disk.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+formatthe format for the volume. Possible values include 
QCOW2, OVA, and VHD.true
+
+
+namethe name of the volumetrue
+
+
+urlthe URL of where the volume is hosted. Possible 
URL include http:// and https://true
+
+
+zoneidthe ID of the zone the volume is to be hosted 
ontrue
+
+
+accountan 
optional accountName. Must be used with domainId.false
+
+
+checksumthe 
MD5 checksum value of this volumefalse
+
+
+diskofferingidthe ID of the disk offering. This must be a custom 
sized offering since during uploadVolume volume size is unknown.false
+
+
+domainidan 
optional domainId. If the account parameter is used, domainId must also be 
used.false
+
+
+imagestoreuuidImage store uuidfalse
+
+
+projectidUpload volume for the projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idID 
of the disk volume
+
+
+accountthe account associated with the disk volume
+
+
+attachedthe date the volume was attached to a VM instance
+
+
+chaininfothe chain info of the volume
+
+
+createdthe date the disk volume was created
+
+
+destroyedthe boolean state of whether the volume is destroyed or 
not
+
+
+deviceidthe ID of the device on user vm the volume is attahed to. 
This tag is not returned when the volume is detached.
+
+
+diskBytesReadRatebytes read rate of the disk volume
+
+
+diskBytesWriteRatebytes write rate of the disk volume
+
+
+diskIopsReadRateio requests read rate of the disk volume
+
+
+diskIopsWriteRateio requests write rate of the disk volume
+
+
+diskofferingdisplaytextthe display text of the disk offering
+
+
+diskofferingidID of the disk offering
+
+
+diskofferingnamename of the disk offering
+
+
+displayvolumean optional field whether to the display the volume to the 
end user or not.
+
+
+domainthe domain associated with the disk volume
+
+
+domainidthe ID of the domain associated with the disk volume
+
+
+hypervisorHypervisor the volume belongs to
+
+
+isextractabletrue if the volume is extractable, false otherwise
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+maxiopsmax iops of the disk volume
+
+
+miniopsmin iops of the disk volume
+
+
+namename of the disk volume
+
+
+paththe path of the volume
+
+
+projectthe project name of the vpn
+
+
+projectidthe project id of the vpn
+
+
+provisioningtypeprovisioning type used to create volumes.
+
+
+quiescevmneed quiesce vm or not when taking snapshot
+
+
+serviceofferingdisplaytextthe display text of the service offering for root disk
+
+
+serviceofferingidID of the service offering for root disk
+
+
+serviceofferingnamename of the service offering for root disk
+
+
+sizesize of the disk volume
+
+
+snapshotidID of the snapshot from which this volume was created
+
+
+statethe state of the disk volume
+
+
+statusthe status of the volume
+
+
+storagename of the primary storage hosting the disk volume
+
+
+storageidid of the primary storage hosting the disk volume; 
returned to admin user only
+
+
+storagetypeshared or local storage
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+typetype of the disk volume (ROOT or DATADISK)
+
+
+virtualmachineidid of the virtual machine
+
+
+vmdisplaynamedisplay name of the virtual machine
+
+
+vmnamename of the virtual machine
+
+
+vmstatestate of the virtual machine
+
+
+zoneidID of the availability zone
+
+
+zonenamename of the availability zone
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/roo

[06/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateHostPassword.html
--
diff --git a/source/api/apidocs-4.9/apis/updateHostPassword.html 
b/source/api/apidocs-4.9/apis/updateHostPassword.html
new file mode 100644
index 000..661c2c2
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateHostPassword.html
@@ -0,0 +1,97 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateHostPassword
+Update password of a host/pool on management server.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+passwordthe new password for the 
host/clustertrue
+
+
+usernamethe username for the host/clustertrue
+
+
+clusteridthe 
cluster IDfalse
+
+
+hostidthe 
host IDfalse
+
+
+update_passwd_on_hostif the password should also be updated on the 
hostsfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateHypervisorCapabilities.html
--
diff --git a/source/api/apidocs-4.9/apis/updateHypervisorCapabilities.html 
b/source/api/apidocs-4.9/apis/updateHypervisorCapabilities.html
new file mode 100644
index 000..7749644
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateHypervisorCapabilities.html
@@ -0,0 +1,109 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateHypervisorCapabilities
+Updates a hypervisor capabilities.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idID of the 
hypervisor capabilityfalse
+
+
+maxguestslimitthe max number of Guest VMs per host for this 
hypervisor.false
+
+
+securitygroupenabledset true to enable security group for this 
hypervisor.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the hypervisor capabilities row
+
+
+hypervisorthe hypervisor type
+
+
+hypervisorversionthe hypervisor version
+
+
+maxdatavolumeslimitthe maximum number of Data Volumes that can be attached 
for this hypervisor
+
+
+maxguestslimitthe maximum number of guest vms recommended for this 
hypervisor
+
+
+maxhostsperclusterthe maximum number of Hosts per cluster for this 
hypervisor
+
+
+securitygroupenabledtrue if security group is supported
+
+
+storagemotionenabledtrue if storage motion is supported
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateInstanceGroup.html
--
diff --git a/source/api/apidocs-4.9/apis/updateInstanceGroup.html 
b/source/api/apidocs-4.9/apis/updateInstanceGroup.html
new file mode 100644
index 000..de4e0da
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateInstanceGroup.html
@@ -0,0 +1,106 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+

[05/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateNetworkACLItem.html
--
diff --git a/source/api/apidocs-4.9/apis/updateNetworkACLItem.html 
b/source/api/apidocs-4.9/apis/updateNetworkACLItem.html
new file mode 100644
index 000..0002143
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateNetworkACLItem.html
@@ -0,0 +1,184 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateNetworkACLItem
+Updates ACL item with specified ID
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the network ACL itemtrue
+
+
+actionscl 
entry action, allow or denyfalse
+
+
+cidrlistthe 
cidr list to allow traffic from/tofalse
+
+
+customidan 
optional field, in case you want to set a custom id to the resource. Allowed to 
Root Admins onlyfalse
+
+
+endportthe 
ending port of ACLfalse
+
+
+fordisplayan 
optional field, whether to the display the rule to the end user or 
notfalse
+
+
+icmpcodeerror 
code for this ICMP messagefalse
+
+
+icmptypetype 
of the ICMP message being sentfalse
+
+
+numberThe 
network of the vm the ACL will be created forfalse
+
+
+protocolthe 
protocol for the ACL rule. Valid values are TCP/UDP/ICMP/ALL or valid protocol 
numberfalse
+
+
+startportthe 
starting port of ACLfalse
+
+
+traffictypethe traffic type for the ACL,can be Ingress or Egress, 
defaulted to Ingress if not specifiedfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the ACL Item
+
+
+aclidthe ID of the ACL this item belongs to
+
+
+actionAction of ACL Item. Allow/Deny
+
+
+cidrlistthe cidr list to forward traffic from
+
+
+endportthe ending port of ACL's port range
+
+
+fordisplayis rule for display to the regular user
+
+
+icmpcodeerror code for this icmp message
+
+
+icmptypetype of the icmp message being sent
+
+
+numberNumber of the ACL Item
+
+
+protocolthe protocol of the ACL
+
+
+startportthe starting port of ACL's port range
+
+
+statethe state of the rule
+
+
+traffictypethe traffic type for the ACL
+
+
+tags(*)the list of resource tags associated with the network 
ACLs
+
+accountthe account associated with the tag
+
+
+customercustomer associated with the tag
+
+
+domainthe domain associated with the tag
+
+
+domainidthe ID of the domain associated with the tag
+
+
+keytag key name
+
+
+projectthe project name where tag belongs to
+
+
+projectidthe project id the tag belongs to
+
+
+resourceidid 
of the resource
+
+
+resourcetyperesource type
+
+
+valuetag value
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateNetworkACLList.html
--
diff --git a/source/api/apidocs-4.9/apis/updateNetworkACLList.html 
b/source/api/apidocs-4.9/apis/updateNetworkACLList.html
new file mode 100644
index 000..04ca705
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateNetworkACLList.html
@@ -0,0 +1,91 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateNetworkACLList
+Updates network ACL list
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the network ACLtrue
+
+
+customidan 
optional field, in case you want to set a custom id to the resource. Allowed to 
Root Admins onlyfalse
+
+
+fordisplayan 
optional field, whether to the display the list to the end user or 
notfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licen

[07/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html 
b/source/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html
new file mode 100644
index 000..433649c
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateDefaultNicForVirtualMachine
+Changes the default NIC on a VM
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+nicidNIC IDtrue
+
+
+virtualmachineidVirtual Machine IDtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe description of the affinity group
+
+
+domainthe d

[15/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/migrateVolume.html
--
diff --git a/source/api/apidocs-4.9/apis/migrateVolume.html 
b/source/api/apidocs-4.9/apis/migrateVolume.html
new file mode 100644
index 000..d63cf40
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/migrateVolume.html
@@ -0,0 +1,241 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+migrateVolume
+Migrate volume
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+storageiddestination storage pool ID to migrate the volume 
totrue
+
+
+volumeidthe ID of the volumetrue
+
+
+livemigrateif 
the volume should be live migrated when it is attached to a running 
vmfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idID 
of the disk volume
+
+
+accountthe account associated with the disk volume
+
+
+attachedthe date the volume was attached to a VM instance
+
+
+chaininfothe chain info of the volume
+
+
+createdthe date the disk volume was created
+
+
+destroyedthe boolean state of whether the volume is destroyed or 
not
+
+
+deviceidthe ID of the device on user vm the volume is attahed to. 
This tag is not returned when the volume is detached.
+
+
+diskBytesReadRatebytes read rate of the disk volume
+
+
+diskBytesWriteRatebytes write rate of the disk volume
+
+
+diskIopsReadRateio requests read rate of the disk volume
+
+
+diskIopsWriteRateio requests write rate of the disk volume
+
+
+diskofferingdisplaytextthe display text of the disk offering
+
+
+diskofferingidID of the disk offering
+
+
+diskofferingnamename of the disk offering
+
+
+displayvolumean optional field whether to the display the volume to the 
end user or not.
+
+
+domainthe domain associated with the disk volume
+
+
+domainidthe ID of the domain associated with the disk volume
+
+
+hypervisorHypervisor the volume belongs to
+
+
+isextractabletrue if the volume is extractable, false otherwise
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+maxiopsmax iops of the disk volume
+
+
+miniopsmin iops of the disk volume
+
+
+namename of the disk volume
+
+
+paththe path of the volume
+
+
+projectthe project name of the vpn
+
+
+projectidthe project id of the vpn
+
+
+provisioningtypeprovisioning type used to create volumes.
+
+
+quiescevmneed quiesce vm or not when taking snapshot
+
+
+serviceofferingdisplaytextthe display text of the service offering for root disk
+
+
+serviceofferingidID of the service offering for root disk
+
+
+serviceofferingnamename of the service offering for root disk
+
+
+sizesize of the disk volume
+
+
+snapshotidID of the snapshot from which this volume was created
+
+
+statethe state of the disk volume
+
+
+statusthe status of the volume
+
+
+storagename of the primary storage hosting the disk volume
+
+
+storageidid of the primary storage hosting the disk volume; 
returned to admin user only
+
+
+storagetypeshared or local storage
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+typetype of the disk volume (ROOT or DATADISK)
+
+
+virtualmachineidid of the virtual machine
+
+
+vmdisplaynamedisplay name of the virtual machine
+
+
+vmnamename of the virtual machine
+
+
+vmstatestate of the virtual machine
+
+
+zoneidID of the availability zone
+
+
+zonenamename of the availability zone
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/modifyPool.html
--
diff --git a/source/api/apidocs-4.9/apis/modifyPool.html 
b/source

[02/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/updateVmNicIp.html
--
diff --git a/source/api/apidocs-4.9/apis/updateVmNicIp.html 
b/source/api/apidocs-4.9/apis/updateVmNicIp.html
new file mode 100644
index 000..ea80e2b
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/updateVmNicIp.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateVmNicIp
+Update the default Ip of a VM Nic
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+nicidthe ID of the nic to which you want to assign 
private IPtrue
+
+
+ipaddressSecondary IP Addressfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe description of the affinity group
+
+
+domainthe domain name of the affinity group
+
+
+domainidthe d

[22/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listOsCategories.html
--
diff --git a/source/api/apidocs-4.9/apis/listOsCategories.html 
b/source/api/apidocs-4.9/apis/listOsCategories.html
new file mode 100644
index 000..408b6dd
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listOsCategories.html
@@ -0,0 +1,97 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listOsCategories
+Lists all supported OS categories for this cloud.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idlist Os 
category by idfalse
+
+
+keywordList 
by keywordfalse
+
+
+namelist os 
category by namefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the OS category
+
+
+namethe name of the OS category
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listOsTypes.html
--
diff --git a/source/api/apidocs-4.9/apis/listOsTypes.html 
b/source/api/apidocs-4.9/apis/listOsTypes.html
new file mode 100644
index 000..b0214be
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listOsTypes.html
@@ -0,0 +1,106 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listOsTypes
+Lists all supported OS types for this cloud.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+descriptionlist os by descriptionfalse
+
+
+idlist by Os 
type Idfalse
+
+
+keywordList 
by keywordfalse
+
+
+oscategoryidlist by Os Category idfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the OS type
+
+
+descriptionthe name/description of the OS type
+
+
+isuserdefinedis the guest OS user defined
+
+
+oscategoryidthe ID of the OS category
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listOvsElements.html
--
diff --git a/source/api/apidocs-4.9/apis/listOvsElements.html 
b/source/api/apidocs-4.9/apis/listOvsElements.html
new file mode 100644
index 000..c684066
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listOvsElements.html
@@ -0,0 +1,118 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listOvsElements
+Lists all available ovs elements.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+enabledlist 
network offerings by enabled statefalse
+
+
+idlist ovs 
elements by idfalse
+
+
+keywordList 
by keywordfalse
+
+
+nspidlist ovs 
elements by network service provider idfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the ovs
+
+
+accountthe account associated with the provider
+
+
+domainthe domain associated with the provider
+
+
+domainidthe domain ID associated with the provider
+
+
+enabledEnabled/Disabled the service 

[16/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/lockUser.html
--
diff --git a/source/api/apidocs-4.9/apis/lockUser.html 
b/source/api/apidocs-4.9/apis/lockUser.html
new file mode 100644
index 000..bb80247
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/lockUser.html
@@ -0,0 +1,139 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+lockUser
+Locks a user account
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idLocks user by user ID.true
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
user ID
+
+
+accountthe account name of the user
+
+
+accountidthe account ID of the user
+
+
+accounttypethe account type of the user
+
+
+apikeythe api key of the user
+
+
+createdthe date and time the user account was created
+
+
+domainthe domain name of the user
+
+
+domainidthe domain ID of the user
+
+
+emailthe user email address
+
+
+firstnamethe user firstname
+
+
+iscallerchilddomainthe boolean value representing if the updating target is 
in caller's child domain
+
+
+isdefaulttrue if user is default, false otherwise
+
+
+lastnamethe user lastname
+
+
+roleidthe ID of the role
+
+
+rolenamethe name of the role
+
+
+roletypethe type of the role
+
+
+secretkeythe secret key of the user
+
+
+statethe user state
+
+
+timezonethe timezone user was created in
+
+
+usernamethe user name
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/login.html
--
diff --git a/source/api/apidocs-4.9/apis/login.html 
b/source/api/apidocs-4.9/apis/login.html
new file mode 100644
index 000..4b1df7b
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/login.html
@@ -0,0 +1,121 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+login
+Logs a user into the CloudStack. A successful login attempt will generate a 
JSESSIONID cookie value that can be passed in subsequent Query command calls 
until the "logout" command has been issued or the session has expired.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+passwordHashed password (Default is MD5). If you wish to 
use any other hashing algorithm, you would need to write a custom 
authentication adapter See Docs section.true
+
+
+usernameUsernametrue
+
+
+domainPath of 
the domain that the user belongs to. Example: domain=/com/cloud/internal. If no 
domain is passed in, the ROOT (/) domain is assumed.false
+
+
+domainIdThe 
id of the domain that the user belongs to. If both domain and domainId are 
passed in, "domainId" parameter takes precendencefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+accountthe account name the user belongs to
+
+
+domainidDomain ID that the user belongs to
+
+
+firstnamefirst name of the user
+
+
+lastnamelast name of the user
+
+
+registeredIs user registered
+
+
+sessionkeySession key that can be passed in subsequent Query command 
calls
+
+
+timeoutthe time period before the session has expired
+
+
+timezoneuser time zone
+
+
+typethe account type (admin, domain-admin, read-only-admin, 
user)
+
+
+useridUser ID
+
+
+usernameUsername
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21af

[17/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listVirtualRouterElements.html
--
diff --git a/source/api/apidocs-4.9/apis/listVirtualRouterElements.html 
b/source/api/apidocs-4.9/apis/listVirtualRouterElements.html
new file mode 100644
index 000..5f3b3e8
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listVirtualRouterElements.html
@@ -0,0 +1,118 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listVirtualRouterElements
+Lists all available virtual router elements.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+enabledlist 
network offerings by enabled statefalse
+
+
+idlist 
virtual router elements by idfalse
+
+
+keywordList 
by keywordfalse
+
+
+nspidlist 
virtual router elements by network service provider idfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the router
+
+
+accountthe account associated with the provider
+
+
+domainthe domain associated with the provider
+
+
+domainidthe domain ID associated with the provider
+
+
+enabledEnabled/Disabled the service provider
+
+
+nspidthe physical network service provider id of the 
provider
+
+
+projectthe project name of the address
+
+
+projectidthe project id of the ipaddress
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listVlanIpRanges.html
--
diff --git a/source/api/apidocs-4.9/apis/listVlanIpRanges.html 
b/source/api/apidocs-4.9/apis/listVlanIpRanges.html
new file mode 100644
index 000..5121fc1
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listVlanIpRanges.html
@@ -0,0 +1,181 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listVlanIpRanges
+Lists all VLAN IP ranges.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountthe 
account with which the VLAN IP range is associated. Must be used with the 
domainId parameter.false
+
+
+domainidthe 
domain ID with which the VLAN IP range is associated.  If used with the account 
parameter, returns all VLAN IP ranges for that account in the specified 
domain.false
+
+
+forvirtualnetworktrue if VLAN is of Virtual type, false if 
Directfalse
+
+
+idthe ID of 
the VLAN IP rangefalse
+
+
+keywordList 
by keywordfalse
+
+
+networkidnetwork id of the VLAN IP rangefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+physicalnetworkidphysical network id of the VLAN IP rangefalse
+
+
+podidthe Pod 
ID of the VLAN IP rangefalse
+
+
+projectidproject who will own the VLANfalse
+
+
+vlanthe ID or 
VID of the VLAN. Default is an "untagged" VLAN.false
+
+
+zoneidthe 
Zone ID of the VLAN IP rangefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the VLAN IP range
+
+
+accountthe account of the VLAN IP range
+
+
+descriptionthe description of the VLAN IP range
+
+
+domainthe domain name of the VLAN IP range
+
+
+domainidthe domain ID of the VLAN IP range
+
+
+endipthe end ip of the VLAN IP range
+
+
+endipv6the end ipv6 of the VLAN IP range
+
+
+forvirtualnetworkthe virtual network for the VLAN IP range
+
+
+gatewaythe gateway of the VLAN IP range
+
+
+ip6cidrthe cidr of IPv6 network
+
+
+ip6gatewaythe gateway of IPv6 network
+
+
+netmaskthe netmask of the VLAN IP range
+
+
+networkidthe network id of vlan range
+
+
+physicalnetworkidthe physical network this belongs to
+
+
+podidthe Pod ID for the VLAN IP range
+
+
+podnamethe Pod name for the VLAN IP range
+
+
+projectthe project name of the vlan range
+
+
+projectidthe project id of the vlan range
+
+
+startipthe start ip of the VLAN IP range
+
+
+startipv6the start ipv6 of the VLAN IP range
+
+
+vlanthe ID or VID of the VLAN.
+
+
+zoneidthe Zone ID of the VLAN IP ra

[13/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/registerIso.html
--
diff --git a/source/api/apidocs-4.9/apis/registerIso.html 
b/source/api/apidocs-4.9/apis/registerIso.html
new file mode 100644
index 000..785dfd5
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/registerIso.html
@@ -0,0 +1,232 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+registerIso
+Registers an existing ISO into the CloudStack Cloud.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+displaytextthe display text of the ISO. This is usually used 
for display purposes.true
+
+
+namethe name of the ISOtrue
+
+
+urlthe URL to where the ISO is currently being 
hostedtrue
+
+
+zoneidthe ID of the zone you wish to register the ISO 
to.true
+
+
+accountan 
optional account name. Must be used with domainId.false
+
+
+bootabletrue 
if this ISO is bootable. If not passed explicitly its assumed to be 
truefalse
+
+
+checksumthe 
MD5 checksum value of this ISOfalse
+
+
+domainidan 
optional domainId. If the account parameter is used, domainId must also be 
used.false
+
+
+imagestoreuuidImage store UUIDfalse
+
+
+isdynamicallyscalabletrue if ISO contains XS/VMWare tools inorder to support 
dynamic scaling of VM CPU/memoryfalse
+
+
+isextractabletrue if the ISO or its derivatives are extractable; 
default is falsefalse
+
+
+isfeaturedtrue if you want this ISO to be featuredfalse
+
+
+ispublictrue 
if you want to register the ISO to be publicly available to all users, false 
otherwise.false
+
+
+ostypeidthe 
ID of the OS type that best represents the OS of this ISO. If the ISO is 
bootable this parameter needs to be passedfalse
+
+
+projectidRegister ISO for the projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
template ID
+
+
+accountthe account name to which the template belongs
+
+
+accountidthe account id to which the template belongs
+
+
+bootabletrue if the ISO is bootable, false otherwise
+
+
+checksumchecksum of the template
+
+
+createdthe date this template was created
+
+
+crossZonestrue if the template is managed across all Zones, false 
otherwise
+
+
+detailsadditional key/value details tied with template
+
+
+displaytextthe template display text
+
+
+domainthe name of the domain to which the template belongs
+
+
+domainidthe ID of the domain to which the template belongs
+
+
+formatthe format of the template.
+
+
+hostidthe ID of the secondary storage host for the template
+
+
+hostnamethe name of the secondary storage host for the 
template
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+isdynamicallyscalabletrue if template contains XS/VMWare tools inorder to 
support dynamic scaling of VM cpu/memory
+
+
+isextractabletrue if the template is extractable, false otherwise
+
+
+isfeaturedtrue if this template is a featured template, false 
otherwise
+
+
+ispublictrue if this template is a public template, false 
otherwise
+
+
+isreadytrue if the template is ready to be deployed from, false 
otherwise.
+
+
+namethe template name
+
+
+ostypeidthe ID of the OS type for this template.
+
+
+ostypenamethe name of the OS type for this template.
+
+
+passwordenabledtrue if the reset password feature is enabled, false 
otherwise
+
+
+projectthe project name of the template
+
+
+projectidthe project id of the template
+
+
+removedthe date this template was removed
+
+
+sizethe size of the template
+
+
+sourcetemplateidthe template ID of the parent template if present
+
+
+sshkeyenabledtrue if template is sshkey enabled, false otherwise
+
+
+statusthe status of the template
+
+
+templatetagthe tag of this template
+
+
+templatetypethe type of the template
+
+
+zoneidthe ID of the zone for this template
+
+
+zonenamethe name of the zone for this template
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/registerSSHKeyPair.html
-

[08/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/stopVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/stopVirtualMachine.html 
b/source/api/apidocs-4.9/apis/stopVirtualMachine.html
new file mode 100644
index 000..f09cc2d
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/stopVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+stopVirtualMachine
+Stops a virtual machine.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+forcedForce 
stop the VM (vm is marked as Stopped even when command fails to be send to the 
backend).  The caller knows the VM is stopped.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe descri

[10/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/restoreVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/restoreVirtualMachine.html 
b/source/api/apidocs-4.9/apis/restoreVirtualMachine.html
new file mode 100644
index 000..a3c7e30
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/restoreVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+restoreVirtualMachine
+Restore a VM to original template/ISO or new template/ISO
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+virtualmachineidVirtual Machine IDtrue
+
+
+templateidan 
optional template Id to restore vm from the new template. This can be an ISO id 
in case of restore vm deployed using ISOfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account ownin

[21/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listProjectInvitations.html
--
diff --git a/source/api/apidocs-4.9/apis/listProjectInvitations.html 
b/source/api/apidocs-4.9/apis/listProjectInvitations.html
new file mode 100644
index 000..4496c71
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listProjectInvitations.html
@@ -0,0 +1,133 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listProjectInvitations
+Lists project invitations and provides detailed information for listed 
invitations
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+activeonlyif 
true, list only active invitations - having Pending state and ones that are not 
timed out yetfalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+idlist 
invitations by idfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+projectidlist 
by project idfalse
+
+
+statelist 
invitations by statefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the invitation
+
+
+accountthe account name of the project's owner
+
+
+domainthe domain name where the project belongs to
+
+
+domainidthe domain id the project belongs to
+
+
+emailthe email the invitation was sent to
+
+
+projectthe name of the project
+
+
+projectidthe id of the project
+
+
+statethe invitation state
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listProjects.html
--
diff --git a/source/api/apidocs-4.9/apis/listProjects.html 
b/source/api/apidocs-4.9/apis/listProjects.html
new file mode 100644
index 000..c4c646e
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listProjects.html
@@ -0,0 +1,271 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listProjects
+Lists projects and provides detailed information for listed projects
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+displaytextlist projects by display textfalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+idlist 
projects by project IDfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+namelist 
projects by namefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+statelist 
projects by statefalse
+
+
+tagsList 
projects by tags (key/value pairs)false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the project
+
+
+accountthe account name of the project's owner
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this project
+
+
+cpulimitthe total number of cpu cores the project can own
+
+
+cputotalthe total number of cpu cores owned by project
+
+
+displaytextthe displaytext of the project
+
+
+domainthe domain name where the project belongs to
+
+
+domainidthe domain id the project belongs to
+
+
+ipavailablethe total number of public ip addresses available for this 
project to acquire
+
+
+iplimi

[12/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/removeNicFromVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/removeNicFromVirtualMachine.html 
b/source/api/apidocs-4.9/apis/removeNicFromVirtualMachine.html
new file mode 100644
index 000..6a06334
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/removeNicFromVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+removeNicFromVirtualMachine
+Removes VM from specified network by deleting a NIC
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+nicidNIC IDtrue
+
+
+virtualmachineidVirtual Machine IDtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe description of the affinity group
+
+
+domainthe domain name

[11/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html 
b/source/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html
new file mode 100644
index 000..a5f9751
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html
@@ -0,0 +1,508 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+resetSSHKeyForVirtualMachine
+Resets the SSH Key for virtual machine. The virtual machine must be in a 
"Stopped" state. [async]
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+keypairname of the ssh key pair used to login to the 
virtual machinetrue
+
+
+accountan 
optional account for the ssh key. Must be used with domainId.false
+
+
+domainidan 
optional domainId for the virtual machine. If the account parameter is used, 
domainId must also be used.false
+
+
+projectidan 
optional project for the ssh keyfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidth

[09/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/startInternalLoadBalancerVM.html
--
diff --git a/source/api/apidocs-4.9/apis/startInternalLoadBalancerVM.html 
b/source/api/apidocs-4.9/apis/startInternalLoadBalancerVM.html
new file mode 100644
index 000..e6b0b0b
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/startInternalLoadBalancerVM.html
@@ -0,0 +1,277 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+startInternalLoadBalancerVM
+Starts an existing internal lb vm.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the internal lb vmtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the router
+
+
+accountthe account associated with the router
+
+
+createdthe date and time the router was created
+
+
+dns1the first DNS for the router
+
+
+dns2the second DNS for the router
+
+
+domainthe domain associated with the router
+
+
+domainidthe domain ID associated with the router
+
+
+gatewaythe gateway for the router
+
+
+guestipaddressthe guest IP address for the router
+
+
+guestmacaddressthe guest MAC address for the router
+
+
+guestnetmaskthe guest netmask for the router
+
+
+guestnetworkidthe ID of the corresponding guest network
+
+
+guestnetworknamethe name of the corresponding guest network
+
+
+hostidthe host ID for the router
+
+
+hostnamethe hostname for the router
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+ip6dns1the first IPv6 DNS for the router
+
+
+ip6dns2the second IPv6 DNS for the router
+
+
+isredundantrouterif this router is an redundant virtual router
+
+
+linklocalipthe link local IP address for the router
+
+
+linklocalmacaddressthe link local MAC address for the router
+
+
+linklocalnetmaskthe link local netmask for the router
+
+
+linklocalnetworkidthe ID of the corresponding link local network
+
+
+namethe name of the router
+
+
+networkdomainthe network domain for the router
+
+
+podidthe Pod ID for the router
+
+
+projectthe project name of the address
+
+
+projectidthe project id of the ipaddress
+
+
+publicipthe public IP address for the router
+
+
+publicmacaddressthe public MAC address for the router
+
+
+publicnetmaskthe public netmask for the router
+
+
+publicnetworkidthe ID of the corresponding public network
+
+
+redundantstatethe state of redundant virtual router
+
+
+requiresupgradetrue if the router template requires upgrader
+
+
+rolerole of the domain router
+
+
+scriptsversionthe version of scripts
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+statethe state of the router
+
+
+templateidthe template ID for the router
+
+
+versionthe version of template
+
+
+vpcidVPC the router belongs to
+
+
+vpcnamethe name of VPC the router belongs to
+
+
+zoneidthe Zone ID for the router
+
+
+zonenamethe Zone name for the router
+
+
+nic(*)the list of nics associated with the router
+
+idthe ID of the nic
+
+
+broadcasturithe broadcast uri of the nic
+
+
+deviceiddevice id for the network when plugged into the virtual 
machine
+
+
+gatewaythe gateway of the nic
+
+
+ip6addressthe IPv6 address of network
+
+
+ip6cidrthe cidr of IPv6 network
+
+
+ip6gatewaythe gateway of IPv6 network
+
+
+ipaddressthe ip address of the nic
+
+
+isdefaulttrue if nic is default, false otherwise
+
+
+isolationurithe isolation uri of the nic
+
+
+macaddresstrue if nic is default, false otherwise
+
+
+netmaskthe netmask of the nic
+
+
+networkidthe ID of the corresponding network
+
+
+networknamethe name of the corresponding network
+
+
+nsxlogicalswitchId of the NSX Logical Switch (if NSX based), null 
otherwise
+
+
+nsxlogicalswitchportId of the NSX Logical Switch Port (if NSX based), null 
otherwise
+
+
+secondaryipthe Secondary ipv4 addr of nic
+
+
+traffictypethe traffic type of the nic
+
+
+typethe type of the nic
+
+
+virtualmachineidId of the vm to which the nic belongs
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4

[50/52] [abbrv] cloudstack-www git commit: Merge branch 'master' of github.com:pdion891/cloudstack-www

2016-08-11 Thread pdion891
Merge branch 'master' of github.com:pdion891/cloudstack-www


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/ff0081b8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/ff0081b8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/ff0081b8

Branch: refs/heads/master
Commit: ff0081b86fa21f21423e3e9a588cc2d7a648921c
Parents: c930872 21afdd5
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 17:55:26 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 17:55:26 2016 -0400

--
 .gitignore  |2 +
 Gemfile.lock|  132 --
 config.rb   |8 +-
 content/downloads.html  |   59 +-
 content/index.html  |2 +-
 data/cloudstack.yml |   51 +
 source/api.markdown |   47 +-
 .../api/apidocs-4.9/apis/activateProject.html   |  238 ++
 .../apidocs-4.9/apis/addAccountToProject.html   |   91 +
 .../api/apidocs-4.9/apis/addBaremetalDhcp.html  |  106 +
 .../api/apidocs-4.9/apis/addBaremetalHost.html  |  286 +++
 .../apis/addBaremetalPxeKickStartServer.html|  100 +
 .../apis/addBaremetalPxePingServer.html |  118 +
 .../api/apidocs-4.9/apis/addBaremetalRct.html   |   85 +
 .../apidocs-4.9/apis/addBigSwitchBcfDevice.html |  115 +
 .../apidocs-4.9/apis/addBrocadeVcsDevice.html   |  103 +
 .../apis/addCiscoAsa1000vResource.html  |   88 +
 .../apidocs-4.9/apis/addCiscoVnmcResource.html  |   88 +
 source/api/apidocs-4.9/apis/addCluster.html |  208 ++
 .../apidocs-4.9/apis/addExternalFirewall.html   |  121 +
 .../apis/addExternalLoadBalancer.html   |  109 +
 .../api/apidocs-4.9/apis/addF5LoadBalancer.html |  121 +
 .../api/apidocs-4.9/apis/addGloboDnsHost.html   |   94 +
 source/api/apidocs-4.9/apis/addGuestOs.html |   97 +
 .../api/apidocs-4.9/apis/addGuestOsMapping.html |  112 +
 source/api/apidocs-4.9/apis/addHost.html|  283 +++
 source/api/apidocs-4.9/apis/addImageStore.html  |  118 +
 .../api/apidocs-4.9/apis/addImageStoreS3.html   |  136 ++
 source/api/apidocs-4.9/apis/addIpToNic.html |   97 +
 .../apidocs-4.9/apis/addLdapConfiguration.html  |   88 +
 .../apis/addNetscalerLoadBalancer.html  |  148 ++
 .../api/apidocs-4.9/apis/addNetworkDevice.html  |   85 +
 .../apis/addNetworkServiceProvider.html |  109 +
 .../apis/addNicToVirtualMachine.html|  502 
 .../apidocs-4.9/apis/addNiciraNvpDevice.html|  121 +
 .../api/apidocs-4.9/apis/addNuageVspDevice.html |  130 ++
 .../apis/addOpenDaylightController.html |  103 +
 .../apidocs-4.9/apis/addPaloAltoFirewall.html   |  139 ++
 source/api/apidocs-4.9/apis/addRegion.html  |  100 +
 .../api/apidocs-4.9/apis/addResourceDetail.html |   94 +
 .../apidocs-4.9/apis/addSecondaryStorage.html   |  109 +
 source/api/apidocs-4.9/apis/addSrxFirewall.html |  139 ++
 .../apidocs-4.9/apis/addStratosphereSsp.html|  106 +
 source/api/apidocs-4.9/apis/addSwift.html   |  115 +
 .../api/apidocs-4.9/apis/addTrafficMonitor.html |  103 +
 source/api/apidocs-4.9/apis/addTrafficType.html |  127 ++
 source/api/apidocs-4.9/apis/addUcsManager.html  |  103 +
 source/api/apidocs-4.9/apis/addVmwareDc.html|  103 +
 source/api/apidocs-4.9/apis/addVpnUser.html |  115 +
 source/api/apidocs-4.9/apis/archiveAlerts.html  |   94 +
 source/api/apidocs-4.9/apis/archiveEvents.html  |   94 +
 .../apis/assignCertToLoadBalancer.html  |   88 +
 .../apis/assignToGlobalLoadBalancerRule.html|   91 +
 .../apis/assignToLoadBalancerRule.html  |   91 +
 .../apidocs-4.9/apis/assignVirtualMachine.html  |  508 +
 .../apidocs-4.9/apis/associateIpAddress.html|  229 ++
 source/api/apidocs-4.9/apis/associateLun.html   |   91 +
 .../apis/associateUcsProfileToBlade.html|  100 +
 source/api/apidocs-4.9/apis/attachIso.html  |  499 
 source/api/apidocs-4.9/apis/attachVolume.html   |  241 ++
 .../api/apidocs-4.9/apis/authorizeSamlSso.html  |   91 +
 .../apis/authorizeSecurityGroupEgress.html  |  172 ++
 .../apis/authorizeSecurityGroupIngress.html |  172 ++
 .../apidocs-4.9/apis/cancelHostMaintenance.html |  256 +++
 .../apis/cancelStorageMaintenance.html  |  154 ++
 .../apis/changeOutOfBandManagementPassword.html |  115 +
 .../apis/changeServiceForRouter.html|  280 +++
 .../apis/changeServiceForSystemVm.html  |  169 ++
 .../apis/changeServiceForVirtualMachine.html|  502 
 .../apidocs-4.9/apis/cleanVMReservations.html   |   82 +
 .../apis/configureF5LoadBalancer.html   |  112 +
 .../configureInternalLoadBalancerElement.html   |   91 +
 .../apis/configureNetscalerLoadBalancer.html|  136 ++
 .../apis/configureOutOfBandManagement.html  |  127 ++

[44/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/associateUcsProfileToBlade.html
--
diff --git a/source/api/apidocs-4.9/apis/associateUcsProfileToBlade.html 
b/source/api/apidocs-4.9/apis/associateUcsProfileToBlade.html
new file mode 100644
index 000..1a1a1be
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/associateUcsProfileToBlade.html
@@ -0,0 +1,100 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+associateUcsProfileToBlade
+associate a profile to a blade
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+bladeidblade idtrue
+
+
+profilednprofile dntrue
+
+
+ucsmanageriducs manager idtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+iducs 
blade id
+
+
+bladednucs blade dn
+
+
+hostidcloudstack host id this blade associates to
+
+
+profilednassociated ucs profile dn
+
+
+ucsmanageriducs manager id
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/attachIso.html
--
diff --git a/source/api/apidocs-4.9/apis/attachIso.html 
b/source/api/apidocs-4.9/apis/attachIso.html
new file mode 100644
index 000..a4a0746
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/attachIso.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+attachIso
+Attaches an ISO to a virtual machine.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the ISO filetrue
+
+
+virtualmachineidthe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the vir

[43/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/changeServiceForRouter.html
--
diff --git a/source/api/apidocs-4.9/apis/changeServiceForRouter.html 
b/source/api/apidocs-4.9/apis/changeServiceForRouter.html
new file mode 100644
index 000..82a1937
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/changeServiceForRouter.html
@@ -0,0 +1,280 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+changeServiceForRouter
+Upgrades domain router to a new service offering
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the routertrue
+
+
+serviceofferingidthe service offering ID to apply to the domain 
routertrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the router
+
+
+accountthe account associated with the router
+
+
+createdthe date and time the router was created
+
+
+dns1the first DNS for the router
+
+
+dns2the second DNS for the router
+
+
+domainthe domain associated with the router
+
+
+domainidthe domain ID associated with the router
+
+
+gatewaythe gateway for the router
+
+
+guestipaddressthe guest IP address for the router
+
+
+guestmacaddressthe guest MAC address for the router
+
+
+guestnetmaskthe guest netmask for the router
+
+
+guestnetworkidthe ID of the corresponding guest network
+
+
+guestnetworknamethe name of the corresponding guest network
+
+
+hostidthe host ID for the router
+
+
+hostnamethe hostname for the router
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+ip6dns1the first IPv6 DNS for the router
+
+
+ip6dns2the second IPv6 DNS for the router
+
+
+isredundantrouterif this router is an redundant virtual router
+
+
+linklocalipthe link local IP address for the router
+
+
+linklocalmacaddressthe link local MAC address for the router
+
+
+linklocalnetmaskthe link local netmask for the router
+
+
+linklocalnetworkidthe ID of the corresponding link local network
+
+
+namethe name of the router
+
+
+networkdomainthe network domain for the router
+
+
+podidthe Pod ID for the router
+
+
+projectthe project name of the address
+
+
+projectidthe project id of the ipaddress
+
+
+publicipthe public IP address for the router
+
+
+publicmacaddressthe public MAC address for the router
+
+
+publicnetmaskthe public netmask for the router
+
+
+publicnetworkidthe ID of the corresponding public network
+
+
+redundantstatethe state of redundant virtual router
+
+
+requiresupgradetrue if the router template requires upgrader
+
+
+rolerole of the domain router
+
+
+scriptsversionthe version of scripts
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+statethe state of the router
+
+
+templateidthe template ID for the router
+
+
+versionthe version of template
+
+
+vpcidVPC the router belongs to
+
+
+vpcnamethe name of VPC the router belongs to
+
+
+zoneidthe Zone ID for the router
+
+
+zonenamethe Zone name for the router
+
+
+nic(*)the list of nics associated with the router
+
+idthe ID of the nic
+
+
+broadcasturithe broadcast uri of the nic
+
+
+deviceiddevice id for the network when plugged into the virtual 
machine
+
+
+gatewaythe gateway of the nic
+
+
+ip6addressthe IPv6 address of network
+
+
+ip6cidrthe cidr of IPv6 network
+
+
+ip6gatewaythe gateway of IPv6 network
+
+
+ipaddressthe ip address of the nic
+
+
+isdefaulttrue if nic is default, false otherwise
+
+
+isolationurithe isolation uri of the nic
+
+
+macaddresstrue if nic is default, false otherwise
+
+
+netmaskthe netmask of the nic
+
+
+networkidthe ID of the corresponding network
+
+
+networknamethe name of the corresponding network
+
+
+nsxlogicalswitchId of the NSX Logical Switch (if NSX based), null 
otherwise
+
+
+nsxlogicalswitchportId of the NSX Logical Switch Port (if NSX based), null 
otherwise
+
+
+secondaryipthe Secondary ipv4 addr of nic
+
+
+traffictypethe traffic type of the nic
+
+
+typethe type of the nic
+
+
+virtualmachineidId of the vm to which the nic belongs
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.o

[40/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createLunOnFiler.html
--
diff --git a/source/api/apidocs-4.9/apis/createLunOnFiler.html 
b/source/api/apidocs-4.9/apis/createLunOnFiler.html
new file mode 100644
index 000..01b7e1e
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createLunOnFiler.html
@@ -0,0 +1,91 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createLunOnFiler
+Create a LUN from a pool
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+namepool name.true
+
+
+sizeLUN size.true
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+ipaddressip address
+
+
+iqniqn
+
+
+pathpool path
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createNetwork.html
--
diff --git a/source/api/apidocs-4.9/apis/createNetwork.html 
b/source/api/apidocs-4.9/apis/createNetwork.html
new file mode 100644
index 000..9a5d5c6
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createNetwork.html
@@ -0,0 +1,361 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createNetwork
+Creates a network
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+displaytextthe display text of the networktrue
+
+
+namethe name of the networktrue
+
+
+networkofferingidthe network offering IDtrue
+
+
+zoneidthe zone ID for the networktrue
+
+
+accountaccount that will own the networkfalse
+
+
+aclidNetwork 
ACL ID associated for the networkfalse
+
+
+acltypeAccess 
control type; supported values are account and domain. In 3.0 all shared 
networks should have aclType=Domain, and all isolated networks - Account. 
Account means that only the account owner can use the network, domain - all 
accounts in the domain can use the networkfalse
+
+
+displaynetworkan optional field, whether to the display the network 
to the end user or not.false
+
+
+domainiddomain ID of the account owning a networkfalse
+
+
+endipthe 
ending IP address in the network IP range. If not specified, will be defaulted 
to startIPfalse
+
+
+endipv6the 
ending IPv6 address in the IPv6 network rangefalse
+
+
+gatewaythe 
gateway of the network. Required for shared networks and isolated networks when 
it belongs to VPCfalse
+
+
+ip6cidrthe 
CIDR of IPv6 network, must be at least /64false
+
+
+ip6gatewaythe 
gateway of the IPv6 network. Required for Shared networksfalse
+
+
+isolatedpvlanthe isolated private VLAN for this networkfalse
+
+
+netmaskthe 
netmask of the network. Required for shared networks and isolated networks when 
it belongs to VPCfalse
+
+
+networkdomainnetwork domainfalse
+
+
+physicalnetworkidthe physical network ID the network belongs 
tofalse
+
+
+projectidan 
optional project for the SSH keyfalse
+
+
+startipthe 
beginning IP address in the network IP rangefalse
+
+
+startipv6the 
beginning IPv6 address in the IPv6 network rangefalse
+
+
+subdomainaccessDefines whether to allow subdomains to use networks 
dedicated to their parent domain(s). Should be used with aclType=Domain, 
defaulted to allow.subdomain.network.access global config if not 
specifiedfalse
+
+
+vlanthe ID or 
VID of the networkfalse
+
+
+vpcidthe VPC 
network belongs tofalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the network
+
+
+accountthe owner of the network
+
+
+aclidACL Id associated with the VPC network
+
+
+acltypeacl type - access type to the network
+
+
+broadcastdomaintypeBroadcast domain type of the network
+
+
+broadcasturibroadcast uri of the network. This parameter is visible to 
ROOT admins only
+
+
+canusefordeploylist networks available for vm deployment
+
+
+cidrCloudstack managed address space, all CloudStack managed 
VMs get IP ad

[24/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listIsos.html
--
diff --git a/source/api/apidocs-4.9/apis/listIsos.html 
b/source/api/apidocs-4.9/apis/listIsos.html
new file mode 100644
index 000..d27a78e
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listIsos.html
@@ -0,0 +1,241 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listIsos
+Lists all available ISO files.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+bootabletrue 
if the ISO is bootable, false otherwisefalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+hypervisorthe 
hypervisor for which to restrict the searchfalse
+
+
+idlist ISO by 
IDfalse
+
+
+isofilterpossible values are "featured", "self", 
"selfexecutable","sharedexecutable","executable", and "community". * featured : 
templates that have been marked as featured and public. * self : templates that 
have been registered or created by the calling user. * selfexecutable : same as 
self, but only returns templates that can be used to deploy a new VM. * 
sharedexecutable : templates ready to be deployed that have been granted to the 
calling user by another user. * executable : templates that are owned by the 
calling user, or public templates, that can be used to deploy a VM. * community 
: templates that have been marked as public but not featured. * all : all 
templates (only usable by admins).false
+
+
+ispublictrue 
if the ISO is publicly available to all users, false otherwise.false
+
+
+isreadytrue 
if this ISO is ready to be deployedfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+namelist all 
ISOs by namefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+projectidlist 
objects by projectfalse
+
+
+showremovedshow removed ISOs as wellfalse
+
+
+tagsList 
resources by tags (key/value pairs)false
+
+
+zoneidthe ID 
of the zonefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
template ID
+
+
+accountthe account name to which the template belongs
+
+
+accountidthe account id to which the template belongs
+
+
+bootabletrue if the ISO is bootable, false otherwise
+
+
+checksumchecksum of the template
+
+
+createdthe date this template was created
+
+
+crossZonestrue if the template is managed across all Zones, false 
otherwise
+
+
+detailsadditional key/value details tied with template
+
+
+displaytextthe template display text
+
+
+domainthe name of the domain to which the template belongs
+
+
+domainidthe ID of the domain to which the template belongs
+
+
+formatthe format of the template.
+
+
+hostidthe ID of the secondary storage host for the template
+
+
+hostnamethe name of the secondary storage host for the 
template
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+isdynamicallyscalabletrue if template contains XS/VMWare tools inorder to 
support dynamic scaling of VM cpu/memory
+
+
+isextractabletrue if the template is extractable, false otherwise
+
+
+isfeaturedtrue if this template is a featured template, false 
otherwise
+
+
+ispublictrue if this template is a public template, false 
otherwise
+
+
+isreadytrue if the template is ready to be deployed from, false 
otherwise.
+
+
+namethe template name
+
+
+ostypeidthe ID of the OS type for this template.
+
+
+ostypenamethe name of the OS type for this template.
+
+
+passwordenabledtrue if the reset password feature is enabled, false 
otherwise
+
+
+projectthe project name of the template
+
+
+projectidthe project id of the template
+
+
+removedthe date this template was removed
+
+
+sizethe size of the template
+
+
+sourcetemplateidthe template ID of the parent template if present
+
+
+sshkeyenabledtrue if template is sshkey enabled, false otherwise
+
+
+statusthe status of the template
+
+
+templatetagthe tag of this template
+
+
+templatetypethe type of the template
+
+
+zoneidthe ID of the zone for this template
+
+
+zonenamethe name of the zone for this template
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/ifram

[38/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createStorageNetworkIpRange.html
--
diff --git a/source/api/apidocs-4.9/apis/createStorageNetworkIpRange.html 
b/source/api/apidocs-4.9/apis/createStorageNetworkIpRange.html
new file mode 100644
index 000..c512562
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createStorageNetworkIpRange.html
@@ -0,0 +1,121 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createStorageNetworkIpRange
+Creates a Storage network IP range.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+gatewaythe gateway for storage networktrue
+
+
+netmaskthe netmask for storage networktrue
+
+
+podidUUID of pod where the ip range belongs 
totrue
+
+
+startipthe beginning IP addresstrue
+
+
+endipthe 
ending IP addressfalse
+
+
+vlanOptional. 
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 
tablefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
uuid of storage network IP range.
+
+
+endipthe end ip of the storage network IP range
+
+
+gatewaythe gateway of the storage network IP range
+
+
+netmaskthe netmask of the storage network IP range
+
+
+networkidthe network uuid of storage network IP range
+
+
+podidthe Pod uuid for the storage network IP range
+
+
+startipthe start ip of the storage network IP range
+
+
+vlanthe ID or VID of the VLAN.
+
+
+zoneidthe Zone uuid of the storage network IP range
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createStoragePool.html
--
diff --git a/source/api/apidocs-4.9/apis/createStoragePool.html 
b/source/api/apidocs-4.9/apis/createStoragePool.html
new file mode 100644
index 000..8fff80d
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createStoragePool.html
@@ -0,0 +1,190 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createStoragePool
+Creates a storage pool.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+namethe name for the storage pooltrue
+
+
+urlthe URL of the storage pooltrue
+
+
+zoneidthe Zone ID for the storage pooltrue
+
+
+capacitybytesbytes CloudStack can provision from this storage 
poolfalse
+
+
+capacityiopsIOPS CloudStack can provision from this storage 
poolfalse
+
+
+clusteridthe 
cluster ID for the storage poolfalse
+
+
+detailsthe 
details for the storage poolfalse
+
+
+hypervisorhypervisor type of the hosts in zone that will be 
attached to this storage pool. KVM, VMware supported as of now.false
+
+
+managedwhether the storage should be managed by 
CloudStackfalse
+
+
+podidthe Pod 
ID for the storage poolfalse
+
+
+providerthe 
storage provider namefalse
+
+
+scopethe 
scope of the storage: cluster or zonefalse
+
+
+tagsthe tags 
for the storage poolfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the storage pool
+
+
+capacityiopsIOPS CloudStack can provision from this storage pool
+
+
+clusteridthe ID of the cluster for the storage pool
+
+
+clusternamethe name of the cluster for the storage pool
+
+
+createdthe date and time the storage pool was created
+
+
+disksizeallocatedthe host's currently allocated disk size
+
+
+disksizetotalthe total disk size of the storage pool
+
+
+disksizeusedthe host's currently used disk size
+
+
+hypervisorthe hypervisor type of the storage pool
+
+
+ipaddressthe IP address of the storage pool
+
+
+namethe name of the storage pool
+
+
+overprovisionfactorthe overprovisionfactor for the storage pool
+
+
+paththe storage pool path
+
+
+podidthe Pod I

[28/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listAndSwitchSamlAccount.html
--
diff --git a/source/api/apidocs-4.9/apis/listAndSwitchSamlAccount.html 
b/source/api/apidocs-4.9/apis/listAndSwitchSamlAccount.html
new file mode 100644
index 000..6e8cb8b
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listAndSwitchSamlAccount.html
@@ -0,0 +1,88 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listAndSwitchSamlAccount
+Lists and switches to other SAML accounts owned by the SAML user
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+domainidDomain uuidfalse
+
+
+useridUser 
uuidfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listApis.html
--
diff --git a/source/api/apidocs-4.9/apis/listApis.html 
b/source/api/apidocs-4.9/apis/listApis.html
new file mode 100644
index 000..520b634
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listApis.html
@@ -0,0 +1,136 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listApis
+lists all available apis on the server, provided by the Api Discovery 
plugin
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+nameAPI 
namefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+descriptiondescription of the api
+
+
+isasynctrue if api is asynchronous
+
+
+namethe name of the api command
+
+
+relatedcomma separated related apis
+
+
+sinceversion of CloudStack the api was introduced in
+
+
+typeresponse field type
+
+
+params(*)the list params the api accepts
+
+descriptiondescription of the api parameter
+
+
+lengthlength of the parameter
+
+
+namethe name of the api parameter
+
+
+relatedcomma separated related apis to get the parameter
+
+
+requiredtrue if this parameter is required for the api request
+
+
+sinceversion of CloudStack the api was introduced in
+
+
+typeparameter type
+
+
+
+response(*)api response fields
+
+descriptiondescription of the api response field
+
+
+namethe name of the api response field
+
+
+responseapi response fields
+
+
+typeresponse field type
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listAsyncJobs.html
--
diff --git a/source/api/apidocs-4.9/apis/listAsyncJobs.html 
b/source/api/apidocs-4.9/apis/listAsyncJobs.html
new file mode 100644
index 000..0ed9762
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listAsyncJobs.html
@@ -0,0 +1,136 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listAsyncJobs
+Lists all pending asynchronous jobs for the account.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameD

[18/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listUsageRecords.html
--
diff --git a/source/api/apidocs-4.9/apis/listUsageRecords.html 
b/source/api/apidocs-4.9/apis/listUsageRecords.html
new file mode 100644
index 000..4ce
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listUsageRecords.html
@@ -0,0 +1,193 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listUsageRecords
+Lists usage records for accounts
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+enddateEnd date range for usage record query (use format 
"-MM-dd" or the new format "-MM-dd HH:mm:ss", e.g. startDate=2015-01-01 
or startdate=2015-01-01 10:30:00).true
+
+
+startdateStart date range for usage record query (use 
format "-MM-dd" or the new format "-MM-dd HH:mm:ss", e.g. 
startDate=2015-01-01 or startdate=2015-01-01 11:00:00).true
+
+
+accountList 
usage records for the specified user.false
+
+
+accountidList 
usage records for the specified accountfalse
+
+
+domainidList 
usage records for the specified domain.false
+
+
+keywordList 
by keywordfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+projectidList 
usage records for specified projectfalse
+
+
+typeList 
usage records for the specified usage typefalse
+
+
+usageidList 
usage records for the specified usage UUID. Can be used only together with TYPE 
parameter.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+accountthe user account name
+
+
+accountidthe user account Id
+
+
+cpunumbernumber of cpu of resource
+
+
+cpuspeedspeed of each cpu of resource
+
+
+descriptiondescription of the usage record
+
+
+domainthe domain the resource is associated with
+
+
+domainidthe domain ID
+
+
+enddateend date of the usage record
+
+
+isdefaultTrue if the resource is default
+
+
+issourcenatTrue if the IPAddress is source NAT
+
+
+issystemTrue if the IPAddress is system IP - allocated during vm 
deploy or lb rule create
+
+
+memorymemory allocated for the resource
+
+
+namevirtual machine name
+
+
+networkidid of the network
+
+
+offeringidoffering ID
+
+
+projectthe project name of the resource
+
+
+projectidthe project id of the resource
+
+
+rawusageraw usage in hours
+
+
+sizeresource size
+
+
+startdatestart date of the usage record
+
+
+templateidtemplate ID
+
+
+typeresource type
+
+
+usageusage in hours
+
+
+usageidid of the resource
+
+
+usagetypeusage type ID
+
+
+virtualmachineidvirtual machine ID
+
+
+virtualsizevirtual size of resource
+
+
+zoneidthe zone ID
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listUsageTypes.html
--
diff --git a/source/api/apidocs-4.9/apis/listUsageTypes.html 
b/source/api/apidocs-4.9/apis/listUsageTypes.html
new file mode 100644
index 000..e28308e
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listUsageTypes.html
@@ -0,0 +1,82 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listUsageTypes
+List Usage Types
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+descriptiondescription of usage type
+
+
+usagetypeidusage type
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http:

[37/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createVolume.html
--
diff --git a/source/api/apidocs-4.9/apis/createVolume.html 
b/source/api/apidocs-4.9/apis/createVolume.html
new file mode 100644
index 000..425770a
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createVolume.html
@@ -0,0 +1,271 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createVolume
+Creates a disk volume from a disk offering. This disk volume must still be 
attached to a virtual machine to make use of it.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountthe 
account associated with the disk volume. Must be used with the domainId 
parameter.false
+
+
+customidan 
optional field, in case you want to set a custom id to the resource. Allowed to 
Root Admins onlyfalse
+
+
+diskofferingidthe ID of the disk offering. Either diskOfferingId or 
snapshotId must be passed in.false
+
+
+displayvolumean optional field, whether to display the volume to the 
end user or not.false
+
+
+domainidthe 
domain ID associated with the disk offering. If used with the account parameter 
returns the disk volume associated with the account for the specified 
domain.false
+
+
+maxiopsmax 
iopsfalse
+
+
+miniopsmin 
iopsfalse
+
+
+namethe name 
of the disk volumefalse
+
+
+projectidthe 
project associated with the volume. Mutually exclusive with account 
parameterfalse
+
+
+sizeArbitrary 
volume sizefalse
+
+
+snapshotidthe 
snapshot ID for the disk volume. Either diskOfferingId or snapshotId must be 
passed in.false
+
+
+virtualmachineidthe ID of the virtual machine; to be used with snapshot 
Id, VM to which the volume gets attached after creationfalse
+
+
+zoneidthe ID 
of the availability zonefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idID 
of the disk volume
+
+
+accountthe account associated with the disk volume
+
+
+attachedthe date the volume was attached to a VM instance
+
+
+chaininfothe chain info of the volume
+
+
+createdthe date the disk volume was created
+
+
+destroyedthe boolean state of whether the volume is destroyed or 
not
+
+
+deviceidthe ID of the device on user vm the volume is attahed to. 
This tag is not returned when the volume is detached.
+
+
+diskBytesReadRatebytes read rate of the disk volume
+
+
+diskBytesWriteRatebytes write rate of the disk volume
+
+
+diskIopsReadRateio requests read rate of the disk volume
+
+
+diskIopsWriteRateio requests write rate of the disk volume
+
+
+diskofferingdisplaytextthe display text of the disk offering
+
+
+diskofferingidID of the disk offering
+
+
+diskofferingnamename of the disk offering
+
+
+displayvolumean optional field whether to the display the volume to the 
end user or not.
+
+
+domainthe domain associated with the disk volume
+
+
+domainidthe ID of the domain associated with the disk volume
+
+
+hypervisorHypervisor the volume belongs to
+
+
+isextractabletrue if the volume is extractable, false otherwise
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+maxiopsmax iops of the disk volume
+
+
+miniopsmin iops of the disk volume
+
+
+namename of the disk volume
+
+
+paththe path of the volume
+
+
+projectthe project name of the vpn
+
+
+projectidthe project id of the vpn
+
+
+provisioningtypeprovisioning type used to create volumes.
+
+
+quiescevmneed quiesce vm or not when taking snapshot
+
+
+serviceofferingdisplaytextthe display text of the service offering for root disk
+
+
+serviceofferingidID of the service offering for root disk
+
+
+serviceofferingnamename of the service offering for root disk
+
+
+sizesize of the disk volume
+
+
+snapshotidID of the snapshot from which this volume was created
+
+
+statethe state of the disk volume
+
+
+statusthe status of the volume
+
+
+storagename of the primary storage hosting the disk volume
+
+
+storageidid of the primary storage hosting the disk volume; 
returned to admin user only
+
+
+storagetypeshared or local storage
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+typetype of the disk volume (ROOT or DATADISK)
+
+
+virtualmachineidid of the virtual machine
+
+
+vmdisplaynamedisplay name of the virtual machine
+
+
+vmnamename of the virtual machine
+
+
+v

[42/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/configureVirtualRouterElement.html
--
diff --git a/source/api/apidocs-4.9/apis/configureVirtualRouterElement.html 
b/source/api/apidocs-4.9/apis/configureVirtualRouterElement.html
new file mode 100644
index 000..a68bce0
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/configureVirtualRouterElement.html
@@ -0,0 +1,106 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+configureVirtualRouterElement
+Configures a virtual router element.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the virtual router 
providertrue
+
+
+enabledEnabled/Disabled the service 
providertrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the router
+
+
+accountthe account associated with the provider
+
+
+domainthe domain associated with the provider
+
+
+domainidthe domain ID associated with the provider
+
+
+enabledEnabled/Disabled the service provider
+
+
+nspidthe physical network service provider id of the 
provider
+
+
+projectthe project name of the address
+
+
+projectidthe project id of the ipaddress
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/copyIso.html
--
diff --git a/source/api/apidocs-4.9/apis/copyIso.html 
b/source/api/apidocs-4.9/apis/copyIso.html
new file mode 100644
index 000..be1d20a
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/copyIso.html
@@ -0,0 +1,196 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+copyIso
+Copies an iso from one zone to another.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idTemplate ID.true
+
+
+destzoneidID of the zone the template is being copied 
to.true
+
+
+sourcezoneidID of the zone the template is currently hosted on. If 
not specified and template is cross-zone, then we will sync this template to 
region wide image store.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
template ID
+
+
+accountthe account name to which the template belongs
+
+
+accountidthe account id to which the template belongs
+
+
+bootabletrue if the ISO is bootable, false otherwise
+
+
+checksumchecksum of the template
+
+
+createdthe date this template was created
+
+
+crossZonestrue if the template is managed across all Zones, false 
otherwise
+
+
+detailsadditional key/value details tied with template
+
+
+displaytextthe template display text
+
+
+domainthe name of the domain to which the template belongs
+
+
+domainidthe ID of the domain to which the template belongs
+
+
+formatthe format of the template.
+
+
+hostidthe ID of the secondary storage host for the template
+
+
+hostnamethe name of the secondary storage host for the 
template
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+isdynamicallyscalabletrue if template contains XS/VMWare tools inorder to 
support dynamic scaling of VM cpu/memory
+
+
+isextractabletrue if the template is extractable, false otherwise
+
+
+isfeaturedtrue if this template is a featured template, false 
otherwise
+
+
+ispublictrue if this template is a public template, false 
otherwise
+
+
+isreadytrue if the template is ready to be deployed from, false 
otherwise.
+
+
+namethe template name
+
+
+ostypeidthe ID of the OS type for this template.
+
+
+ostypenamethe name of the OS type for this template.
+
+
+passwordenabledtrue if the reset password feature is enabled, false 
otherwise
+
+
+projectthe project name of the template
+
+
+projectidthe project id of the template
+
+
+removedthe date this template was removed
+
+
+sizethe size of the template
+
+
+sourcetemplateidthe template ID of the parent template if present
+
+
+sshke

[49/52] [abbrv] cloudstack-www git commit: Update cloudstack.yml

2016-08-11 Thread pdion891
Update cloudstack.yml

invert version for 4.8.0

Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/d771dbf7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/d771dbf7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/d771dbf7

Branch: refs/heads/master
Commit: d771dbf7756f10f3054614222f15d55f4180953a
Parents: 21afdd5
Author: Pierre-Luc Dion 
Authored: Mon Aug 8 12:35:10 2016 -0400
Committer: GitHub 
Committed: Mon Aug 8 12:35:10 2016 -0400

--
 data/cloudstack.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/d771dbf7/data/cloudstack.yml
--
diff --git a/data/cloudstack.yml b/data/cloudstack.yml
index 2a7dc2c..612ae60 100644
--- a/data/cloudstack.yml
+++ b/data/cloudstack.yml
@@ -2,11 +2,10 @@ versions:
   main: 4.9.0
   branch: 4.9
   others:
-- 4.8.1.0
+- 4.8.0.1
 - 4.7.2.1
   archives:
 - 4.8:
-   - 4.8.0.1
- 4.8.0
 - 4.7:
   - 4.7.1.1



[34/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteProjectInvitation.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteProjectInvitation.html 
b/source/api/apidocs-4.9/apis/deleteProjectInvitation.html
new file mode 100644
index 000..a14f54d
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteProjectInvitation.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteProjectInvitation
+Deletes project invitation
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idid of the invitationtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html 
b/source/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html
new file mode 100644
index 000..7168308
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteRemoteAccessVpn
+Destroys a l2tp/ipsec remote access vpn
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+publicipidpublic ip address id of the vpn 
servertrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteRole.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteRole.html 
b/source/api/apidocs-4.9/apis/deleteRole.html
new file mode 100644
index 000..1d9f5fc
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteRole.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteRole
+Deletes a role
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idID of the roletrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

htt

[47/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addBrocadeVcsDevice.html
--
diff --git a/source/api/apidocs-4.9/apis/addBrocadeVcsDevice.html 
b/source/api/apidocs-4.9/apis/addBrocadeVcsDevice.html
new file mode 100644
index 000..1bae319
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addBrocadeVcsDevice.html
@@ -0,0 +1,103 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addBrocadeVcsDevice
+Adds a Brocade VCS Switch
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+hostnameHostname of ip address of the Brocade VCS 
Switch.true
+
+
+passwordCredentials to access the Brocade VCS Switch 
APItrue
+
+
+physicalnetworkidthe Physical Network IDtrue
+
+
+usernameCredentials to access the Brocade VCS Switch 
APItrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+brocadedevicenamedevice name
+
+
+hostnamethe principal switch Ip address
+
+
+physicalnetworkidthe physical Network to which this Brocade VCS belongs 
to
+
+
+providername of the provider
+
+
+vcsdeviceiddevice id of the Brocade Vcs
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html
--
diff --git a/source/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html 
b/source/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html
new file mode 100644
index 000..623a9aa
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html
@@ -0,0 +1,88 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addCiscoAsa1000vResource
+Adds a Cisco Asa 1000v appliance
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+clusteridthe Cluster IDtrue
+
+
+hostnameHostname or ip address of the Cisco ASA 1000v 
appliance.true
+
+
+insideportprofileNexus port profile associated with inside 
interface of ASA 1000vtrue
+
+
+physicalnetworkidthe Physical Network IDtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addCiscoVnmcResource.html
--
diff --git a/source/api/apidocs-4.9/apis/addCiscoVnmcResource.html 
b/source/api/apidocs-4.9/apis/addCiscoVnmcResource.html
new file mode 100644
index 000..7918bc9
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addCiscoVnmcResource.html
@@ -0,0 +1,88 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addCiscoVnmcResource
+Adds a Cisco Vnmc Controller
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+hostnameHostname or ip address of the Cisco VNMC 
Controller.true
+
+
+passwordCredentials to access the Cisco VNMC Controller 
APItrue
+
+
+physicalnetworkidthe Physical Network IDtrue
+
+
+usernameCredentials to access the Cisco VNMC Controller 
APItrue
+
+
+
+
+Response T

[52/52] [abbrv] cloudstack-www git commit: Merge branch '4.9'

2016-08-11 Thread pdion891
Merge branch '4.9'


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/f0b95bff
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/f0b95bff
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/f0b95bff

Branch: refs/heads/master
Commit: f0b95bfff3af3f1bd7e43b1842fbba0df41954bc
Parents: ff0081b 6f862ef
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 18:34:02 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 18:34:02 2016 -0400

--
 data/cloudstack.yml | 3 +--
 source/downloads.md.erb | 8 +++-
 2 files changed, 4 insertions(+), 7 deletions(-)
--




[31/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/disableOutOfBandManagementForCluster.html
--
diff --git 
a/source/api/apidocs-4.9/apis/disableOutOfBandManagementForCluster.html 
b/source/api/apidocs-4.9/apis/disableOutOfBandManagementForCluster.html
new file mode 100644
index 000..996a2e4
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/disableOutOfBandManagementForCluster.html
@@ -0,0 +1,112 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+disableOutOfBandManagementForCluster
+Disables out-of-band management for a cluster
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+clusteridthe ID of the clustertrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+actionthe out-of-band management action (if issued)
+
+
+addressthe out-of-band management interface address
+
+
+descriptionthe operation result description
+
+
+driverthe out-of-band management driver for the host
+
+
+enabledtrue if out-of-band management is enabled for the host
+
+
+hostidthe ID of the host
+
+
+passwordthe out-of-band management interface password
+
+
+portthe out-of-band management interface port
+
+
+powerstatethe out-of-band management interface powerState of the 
host
+
+
+statusthe operation result
+
+
+usernamethe out-of-band management interface username
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/disableOutOfBandManagementForHost.html
--
diff --git a/source/api/apidocs-4.9/apis/disableOutOfBandManagementForHost.html 
b/source/api/apidocs-4.9/apis/disableOutOfBandManagementForHost.html
new file mode 100644
index 000..e2de096
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/disableOutOfBandManagementForHost.html
@@ -0,0 +1,112 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+disableOutOfBandManagementForHost
+Disables out-of-band management for a host
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+hostidthe ID of the hosttrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+actionthe out-of-band management action (if issued)
+
+
+addressthe out-of-band management interface address
+
+
+descriptionthe operation result description
+
+
+driverthe out-of-band management driver for the host
+
+
+enabledtrue if out-of-band management is enabled for the host
+
+
+hostidthe ID of the host
+
+
+passwordthe out-of-band management interface password
+
+
+portthe out-of-band management interface port
+
+
+powerstatethe out-of-band management interface powerState of the 
host
+
+
+statusthe operation result
+
+
+usernamethe out-of-band management interface username
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/disableOutOfBandManagementForZone.html
--
diff --git a/source/api/apidocs-4.9/apis/disableOutOfBandManagementForZone.html 
b/source/api/apidocs-4.9/apis/disableOutOfBandManagementForZone.html
new file mode 100644
index 000..e055264
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/disableOutOfBandManagementForZone.html
@@ -0,0 +1,112 @@
+
+http://www

[26/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listDomains.html
--
diff --git a/source/api/apidocs-4.9/apis/listDomains.html 
b/source/api/apidocs-4.9/apis/listDomains.html
new file mode 100644
index 000..6f20b87
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listDomains.html
@@ -0,0 +1,232 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listDomains
+Lists domains and provides detailed information for listed domains
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idList domain 
by domain ID.false
+
+
+keywordList 
by keywordfalse
+
+
+levelList 
domains by domain level.false
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+nameList 
domain by domain name.false
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the domain
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this domain
+
+
+cpulimitthe total number of cpu cores the domain can own
+
+
+cputotalthe total number of cpu cores owned by domain
+
+
+haschildwhether the domain has one or more sub-domains
+
+
+ipavailablethe total number of public ip addresses available for this 
domain to acquire
+
+
+iplimitthe total number of public ip addresses this domain can 
acquire
+
+
+iptotalthe total number of public ip addresses allocated for this 
domain
+
+
+levelthe level of the domain
+
+
+memoryavailablethe total memory (in MB) available to be created for this 
domain
+
+
+memorylimitthe total memory (in MB) the domain can own
+
+
+memorytotalthe total memory (in MB) owned by domain
+
+
+namethe name of the domain
+
+
+networkavailablethe total number of networks available to be created for 
this domain
+
+
+networkdomainthe network domain
+
+
+networklimitthe total number of networks the domain can own
+
+
+networktotalthe total number of networks owned by domain
+
+
+parentdomainidthe domain ID of the parent domain
+
+
+parentdomainnamethe domain name of the parent domain
+
+
+paththe path of the domain
+
+
+primarystorageavailablethe total primary storage space (in GiB) available to be 
used for this domain
+
+
+primarystoragelimitthe total primary storage space (in GiB) the domain can 
own
+
+
+primarystoragetotalthe total primary storage space (in GiB) owned by 
domain
+
+
+projectavailablethe total number of projects available for administration 
by this domain
+
+
+projectlimitthe total number of projects the domain can own
+
+
+projecttotalthe total number of projects being administrated by this 
domain
+
+
+secondarystorageavailablethe total secondary storage space (in GiB) available to be 
used for this domain
+
+
+secondarystoragelimitthe total secondary storage space (in GiB) the domain can 
own
+
+
+secondarystoragetotalthe total secondary storage space (in GiB) owned by 
domain
+
+
+snapshotavailablethe total number of snapshots available for this 
domain
+
+
+snapshotlimitthe total number of snapshots which can be stored by this 
domain
+
+
+snapshottotalthe total number of snapshots stored by this domain
+
+
+statethe state of the domain
+
+
+templateavailablethe total number of templates available to be created by 
this domain
+
+
+templatelimitthe total number of templates which can be created by this 
domain
+
+
+templatetotalthe total number of templates which have been created by 
this domain
+
+
+vmavailablethe total number of virtual machines available for this 
domain to acquire
+
+
+vmlimitthe total number of virtual machines that can be deployed 
by this domain
+
+
+vmtotalthe total number of virtual machines deployed by this 
domain
+
+
+volumeavailablethe total volume available for this domain
+
+
+volumelimitthe total volume which can be used by this domain
+
+
+volumetotalthe total volume being used by this domain
+
+
+vpcavailablethe total number of vpcs available to be created for this 
domain
+
+
+vpclimitthe total number of vpcs the domain can own
+
+
+vpctotalthe total number of vpcs owned by domain
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache

[33/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteVlanIpRange.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteVlanIpRange.html 
b/source/api/apidocs-4.9/apis/deleteVlanIpRange.html
new file mode 100644
index 000..5d10ec1
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteVlanIpRange.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteVlanIpRange
+Creates a VLAN IP range.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe id of the VLAN IP rangetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteVolume.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteVolume.html 
b/source/api/apidocs-4.9/apis/deleteVolume.html
new file mode 100644
index 000..8996a59
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteVolume.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteVolume
+Deletes a detached disk volume.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the disk volumetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteVpnConnection.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteVpnConnection.html 
b/source/api/apidocs-4.9/apis/deleteVpnConnection.html
new file mode 100644
index 000..7b119ce
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteVpnConnection.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteVpnConnection
+Delete site to site vpn connection
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idid of vpn connectiontrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/rep

[32/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/destroyVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/destroyVirtualMachine.html 
b/source/api/apidocs-4.9/apis/destroyVirtualMachine.html
new file mode 100644
index 000..87397dd
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/destroyVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+destroyVirtualMachine
+Destroys a virtual machine. Once destroyed, only the administrator can 
recover it.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+expungeIf 
true is passed, the vm is expunged immediately. False by default.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptio

[25/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listGuestOsMapping.html
--
diff --git a/source/api/apidocs-4.9/apis/listGuestOsMapping.html 
b/source/api/apidocs-4.9/apis/listGuestOsMapping.html
new file mode 100644
index 000..5ef1d1d
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listGuestOsMapping.html
@@ -0,0 +1,118 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listGuestOsMapping
+Lists all available OS mappings for given hypervisor
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+hypervisorlist Guest OS mapping by hypervisorfalse
+
+
+hypervisorversionlist Guest OS mapping by hypervisor version. Must be 
used with hypervisor parameterfalse
+
+
+idlist 
mapping by its UUIDfalse
+
+
+keywordList 
by keywordfalse
+
+
+ostypeidlist 
mapping by Guest OS Type UUIDfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the Guest OS mapping
+
+
+hypervisorthe hypervisor
+
+
+hypervisorversionversion of the hypervisor for mapping
+
+
+isuserdefinedis the mapping user defined
+
+
+osdisplaynamestandard display name for the Guest OS
+
+
+osnameforhypervisorhypervisor specific name for the Guest OS
+
+
+ostypeidthe ID of the Guest OS type
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listHostTags.html
--
diff --git a/source/api/apidocs-4.9/apis/listHostTags.html 
b/source/api/apidocs-4.9/apis/listHostTags.html
new file mode 100644
index 000..1bdb1cd
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listHostTags.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listHostTags
+Lists host tags
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+keywordList 
by keywordfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the host tag
+
+
+hostidthe host ID of the host tag
+
+
+namethe name of the host tag
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listHosts.html
--
diff --git a/source/api/apidocs-4.9/apis/listHosts.html 
b/source/api/apidocs-4.9/apis/listHosts.html
new file mode 100644
index 000..9c36fa4
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listHosts.html
@@ -0,0 +1,304 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listHosts
+Lists hosts.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+clusteridlists hosts existing in particular clusterfalse
+
+
+detailscomma 
separated list of host details requested, value can be a list of [ min, all, 
capacity, events, stats]false
+
+
+hahostif 
true, list only hosts dedicated to HAfalse
+
+
+hypervisorhypervisor type of host: 
XenServer,KVM,VMwar

[51/52] [abbrv] cloudstack-www git commit: fix unwanted space. close #28

2016-08-11 Thread pdion891
fix unwanted space. close #28


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/6f862ef7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/6f862ef7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/6f862ef7

Branch: refs/heads/master
Commit: 6f862ef72ebe3c2bf50da74d97c597e817357f3c
Parents: d771dbf
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 18:32:22 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 18:32:22 2016 -0400

--
 source/downloads.md.erb | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/6f862ef7/source/downloads.md.erb
--
diff --git a/source/downloads.md.erb b/source/downloads.md.erb
index f93a0fc..6f6cf9c 100644
--- a/source/downloads.md.erb
+++ b/source/downloads.md.erb
@@ -35,8 +35,7 @@ title: Apache CloudStack Downloads
 
 
 
-http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= 
data.cloudstack.versions.main %>
-/apache-cloudstack-<%= data.cloudstack.versions.main %>-src.tar.bz2">
+http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= 
data.cloudstack.versions.main %>/apache-cloudstack-<%= 
data.cloudstack.versions.main %>-src.tar.bz2">
 
 Get the <%= data.cloudstack.versions.main %> Source!
 
@@ -65,8 +64,7 @@ title: Apache CloudStack Downloads
 
 <% data.cloudstack.versions.others.each do |other_version| %>
 
-http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= 
other_version %>
-/apache-cloudstack-<%= other_version %>-src.tar.bz2">
+http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= 
other_version %>/apache-cloudstack-<%= other_version %>-src.tar.bz2">
 
 Get the <%= other_version %> Source!
 
@@ -106,7 +104,7 @@ title: Apache CloudStack Downloads
 CentOS/RHEL 7 RPM repository: http://cloudstack.apt-get.eu/centos/7/";>http://cloudstack.apt-get.eu/centos/7/
 
 
-Instructions for using these community provided repositories can be found 
in the http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/management-server/index.html#configure-package-repository";>Configure
 Package Repository section of the Installation Guide.
+Instructions for using these community provided repositories can be found 
in the http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/<%= 
data.cloudstack.versions.branch 
%>/management-server/index.html#configure-package-repository">Configure Package 
Repository section of the Installation Guide.
 
 
 Third-Party Distributions



[30/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/expungeVirtualMachine.html
--
diff --git a/source/api/apidocs-4.9/apis/expungeVirtualMachine.html 
b/source/api/apidocs-4.9/apis/expungeVirtualMachine.html
new file mode 100644
index 000..c3740cc
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/expungeVirtualMachine.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+expungeVirtualMachine
+Expunge a virtual machine. Once expunged, it cannot be recoverd.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/extractIso.html
--
diff --git a/source/api/apidocs-4.9/apis/extractIso.html 
b/source/api/apidocs-4.9/apis/extractIso.html
new file mode 100644
index 000..1ee6aa0
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/extractIso.html
@@ -0,0 +1,127 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+extractIso
+Extracts an ISO
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the ISO filetrue
+
+
+modethe mode of extraction - HTTP_DOWNLOAD or 
FTP_UPLOADtrue
+
+
+urlthe URL to 
which the ISO would be extractedfalse
+
+
+zoneidthe ID 
of the zone where the ISO is originally locatedfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of extracted object
+
+
+accountidthe account id to which the extracted object belongs
+
+
+createdthe time and date the object was created
+
+
+extractIdthe upload id of extracted object
+
+
+extractModethe mode of extraction - upload or download
+
+
+namethe name of the extracted object
+
+
+statethe state of the extracted object
+
+
+statusthe status of the extraction
+
+
+storagetypetype of the storage
+
+
+uploadpercentagethe percentage of the entity uploaded to the specified 
location
+
+
+urlif 
mode = upload then url of the uploaded entity. if mode = download the url from 
which the entity can be downloaded
+
+
+zoneidzone ID the object was extracted from
+
+
+zonenamezone name the object was extracted from
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/extractTemplate.html
--
diff --git a/source/api/apidocs-4.9/apis/extractTemplate.html 
b/source/api/apidocs-4.9/apis/extractTemplate.html
new file mode 100644
index 000..f274396
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/extractTemplate.html
@@ -0,0 +1,127 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+extractTemplate
+Extracts a template
+
+
+
+
+
+
+Request parameters

[48/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
add api for 4.9.0


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/21afdd57
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/21afdd57
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/21afdd57

Branch: refs/heads/master
Commit: 21afdd57951c351c1221fdd5aea8fee19d839ce7
Parents: b01812a
Author: Pierre-Luc Dion 
Authored: Sun Aug 7 11:37:56 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Sun Aug 7 11:37:56 2016 -0400

--
 source/api.markdown |2 +-
 .../api/apidocs-4.9/apis/activateProject.html   |  238 ++
 .../apidocs-4.9/apis/addAccountToProject.html   |   91 +
 .../api/apidocs-4.9/apis/addBaremetalDhcp.html  |  106 +
 .../api/apidocs-4.9/apis/addBaremetalHost.html  |  286 +++
 .../apis/addBaremetalPxeKickStartServer.html|  100 +
 .../apis/addBaremetalPxePingServer.html |  118 +
 .../api/apidocs-4.9/apis/addBaremetalRct.html   |   85 +
 .../apidocs-4.9/apis/addBigSwitchBcfDevice.html |  115 +
 .../apidocs-4.9/apis/addBrocadeVcsDevice.html   |  103 +
 .../apis/addCiscoAsa1000vResource.html  |   88 +
 .../apidocs-4.9/apis/addCiscoVnmcResource.html  |   88 +
 source/api/apidocs-4.9/apis/addCluster.html |  208 ++
 .../apidocs-4.9/apis/addExternalFirewall.html   |  121 +
 .../apis/addExternalLoadBalancer.html   |  109 +
 .../api/apidocs-4.9/apis/addF5LoadBalancer.html |  121 +
 .../api/apidocs-4.9/apis/addGloboDnsHost.html   |   94 +
 source/api/apidocs-4.9/apis/addGuestOs.html |   97 +
 .../api/apidocs-4.9/apis/addGuestOsMapping.html |  112 +
 source/api/apidocs-4.9/apis/addHost.html|  283 +++
 source/api/apidocs-4.9/apis/addImageStore.html  |  118 +
 .../api/apidocs-4.9/apis/addImageStoreS3.html   |  136 ++
 source/api/apidocs-4.9/apis/addIpToNic.html |   97 +
 .../apidocs-4.9/apis/addLdapConfiguration.html  |   88 +
 .../apis/addNetscalerLoadBalancer.html  |  148 ++
 .../api/apidocs-4.9/apis/addNetworkDevice.html  |   85 +
 .../apis/addNetworkServiceProvider.html |  109 +
 .../apis/addNicToVirtualMachine.html|  502 
 .../apidocs-4.9/apis/addNiciraNvpDevice.html|  121 +
 .../api/apidocs-4.9/apis/addNuageVspDevice.html |  130 ++
 .../apis/addOpenDaylightController.html |  103 +
 .../apidocs-4.9/apis/addPaloAltoFirewall.html   |  139 ++
 source/api/apidocs-4.9/apis/addRegion.html  |  100 +
 .../api/apidocs-4.9/apis/addResourceDetail.html |   94 +
 .../apidocs-4.9/apis/addSecondaryStorage.html   |  109 +
 source/api/apidocs-4.9/apis/addSrxFirewall.html |  139 ++
 .../apidocs-4.9/apis/addStratosphereSsp.html|  106 +
 source/api/apidocs-4.9/apis/addSwift.html   |  115 +
 .../api/apidocs-4.9/apis/addTrafficMonitor.html |  103 +
 source/api/apidocs-4.9/apis/addTrafficType.html |  127 ++
 source/api/apidocs-4.9/apis/addUcsManager.html  |  103 +
 source/api/apidocs-4.9/apis/addVmwareDc.html|  103 +
 source/api/apidocs-4.9/apis/addVpnUser.html |  115 +
 source/api/apidocs-4.9/apis/archiveAlerts.html  |   94 +
 source/api/apidocs-4.9/apis/archiveEvents.html  |   94 +
 .../apis/assignCertToLoadBalancer.html  |   88 +
 .../apis/assignToGlobalLoadBalancerRule.html|   91 +
 .../apis/assignToLoadBalancerRule.html  |   91 +
 .../apidocs-4.9/apis/assignVirtualMachine.html  |  508 +
 .../apidocs-4.9/apis/associateIpAddress.html|  229 ++
 source/api/apidocs-4.9/apis/associateLun.html   |   91 +
 .../apis/associateUcsProfileToBlade.html|  100 +
 source/api/apidocs-4.9/apis/attachIso.html  |  499 
 source/api/apidocs-4.9/apis/attachVolume.html   |  241 ++
 .../api/apidocs-4.9/apis/authorizeSamlSso.html  |   91 +
 .../apis/authorizeSecurityGroupEgress.html  |  172 ++
 .../apis/authorizeSecurityGroupIngress.html |  172 ++
 .../apidocs-4.9/apis/cancelHostMaintenance.html |  256 +++
 .../apis/cancelStorageMaintenance.html  |  154 ++
 .../apis/changeOutOfBandManagementPassword.html |  115 +
 .../apis/changeServiceForRouter.html|  280 +++
 .../apis/changeServiceForSystemVm.html  |  169 ++
 .../apis/changeServiceForVirtualMachine.html|  502 
 .../apidocs-4.9/apis/cleanVMReservations.html   |   82 +
 .../apis/configureF5LoadBalancer.html   |  112 +
 .../configureInternalLoadBalancerElement.html   |   91 +
 .../apis/configureNetscalerLoadBalancer.html|  136 ++
 .../apis/configureOutOfBandManagement.html  |  127 ++
 .../apidocs-4.9/apis/configureOvsElement.html   |  106 +
 .../apis/configurePaloAltoFirewall.html |  130 ++
 .../apidocs-4.9/apis/configureSrxFirewall.html  |  130 ++
 .../apis/configureVirtualRouterElement.html |  106 +
 source/api/apidocs-4.9/apis/copyIso.html|  196 ++
 source/api/apidocs-4.9/apis/copyTemplate.html   |  196 ++
 source/api/apidocs-4.9/apis/createAccount.html  |  

[35/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteIpForwardingRule.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteIpForwardingRule.html 
b/source/api/apidocs-4.9/apis/deleteIpForwardingRule.html
new file mode 100644
index 000..82fc743
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteIpForwardingRule.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteIpForwardingRule
+Deletes an IP forwarding rule
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the forwarding ruletrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteIso.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteIso.html 
b/source/api/apidocs-4.9/apis/deleteIso.html
new file mode 100644
index 000..f28fff9
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteIso.html
@@ -0,0 +1,88 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteIso
+Deletes an ISO file.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the ISO filetrue
+
+
+zoneidthe ID 
of the zone of the ISO file. If not specified, the ISO will be deleted from all 
the zonesfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteLBHealthCheckPolicy.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteLBHealthCheckPolicy.html 
b/source/api/apidocs-4.9/apis/deleteLBHealthCheckPolicy.html
new file mode 100644
index 000..df1924f
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteLBHealthCheckPolicy.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteLBHealthCheckPolicy
+Deletes a load balancer health check policy.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the load balancer health check 
policytrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache C

[29/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/getVMPassword.html
--
diff --git a/source/api/apidocs-4.9/apis/getVMPassword.html 
b/source/api/apidocs-4.9/apis/getVMPassword.html
new file mode 100644
index 000..8864081
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/getVMPassword.html
@@ -0,0 +1,82 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+getVMPassword
+Returns an encrypted password for the VM
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+encryptedpasswordThe base64 encoded encrypted password of the VM
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/getVirtualMachineUserData.html
--
diff --git a/source/api/apidocs-4.9/apis/getVirtualMachineUserData.html 
b/source/api/apidocs-4.9/apis/getVirtualMachineUserData.html
new file mode 100644
index 000..09be978
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/getVirtualMachineUserData.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+getVirtualMachineUserData
+Returns user data associated with the VM
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+virtualmachineidThe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+userdataBase 64 encoded VM user data
+
+
+virtualmachineidthe ID of the virtual machine
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html
--
diff --git a/source/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html 
b/source/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html
new file mode 100644
index 000..154650c
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html
@@ -0,0 +1,82 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+getVolumeSnapshotDetails
+Get Volume Snapshot Details
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+snapshotidCloudStack Snapshot UUIDtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+volumeiScsiNameVolume iSCSI Name
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/

[36/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteAlerts.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteAlerts.html 
b/source/api/apidocs-4.9/apis/deleteAlerts.html
new file mode 100644
index 000..baba4f6
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteAlerts.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteAlerts
+Delete one or more alerts.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+enddateend 
date range to delete alerts (including) this date (use format "-MM-dd" or 
the new format "-MM-ddThh:mm:ss")false
+
+
+idsthe IDs of 
the alertsfalse
+
+
+startdatestart date range to delete alerts (including) this date 
(use format "-MM-dd" or the new format "-MM-ddThh:mm:ss")false
+
+
+typedelete by 
alert typefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteAutoScalePolicy.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteAutoScalePolicy.html 
b/source/api/apidocs-4.9/apis/deleteAutoScalePolicy.html
new file mode 100644
index 000..fb9c4f7
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteAutoScalePolicy.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteAutoScalePolicy
+Deletes a autoscale policy.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the autoscale policytrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html
--
diff --git a/source/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html 
b/source/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html
new file mode 100644
index 000..1516a55
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteAutoScaleVmGroup
+Deletes a autoscale vm group.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the autoscale grouptrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Fou

[23/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listNetworkACLs.html
--
diff --git a/source/api/apidocs-4.9/apis/listNetworkACLs.html 
b/source/api/apidocs-4.9/apis/listNetworkACLs.html
new file mode 100644
index 000..a9b187a
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listNetworkACLs.html
@@ -0,0 +1,196 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listNetworkACLs
+Lists all network ACL items
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+aclidlist 
network ACL items by ACL IDfalse
+
+
+actionlist 
network ACL items by actionfalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+fordisplaylist resources by display flag; only ROOT admin is 
eligible to pass this parameterfalse
+
+
+idLists 
network ACL Item with the specified IDfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+networkidlist 
network ACL items by network IDfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+projectidlist 
objects by projectfalse
+
+
+protocollist 
network ACL items by protocolfalse
+
+
+tagsList 
resources by tags (key/value pairs)false
+
+
+traffictypelist network ACL items by traffic type - ingress or 
egressfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the ACL Item
+
+
+aclidthe ID of the ACL this item belongs to
+
+
+actionAction of ACL Item. Allow/Deny
+
+
+cidrlistthe cidr list to forward traffic from
+
+
+endportthe ending port of ACL's port range
+
+
+fordisplayis rule for display to the regular user
+
+
+icmpcodeerror code for this icmp message
+
+
+icmptypetype of the icmp message being sent
+
+
+numberNumber of the ACL Item
+
+
+protocolthe protocol of the ACL
+
+
+startportthe starting port of ACL's port range
+
+
+statethe state of the rule
+
+
+traffictypethe traffic type for the ACL
+
+
+tags(*)the list of resource tags associated with the network 
ACLs
+
+accountthe account associated with the tag
+
+
+customercustomer associated with the tag
+
+
+domainthe domain associated with the tag
+
+
+domainidthe ID of the domain associated with the tag
+
+
+keytag key name
+
+
+projectthe project name where tag belongs to
+
+
+projectidthe project id the tag belongs to
+
+
+resourceidid 
of the resource
+
+
+resourcetyperesource type
+
+
+valuetag value
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listNetworkDevice.html
--
diff --git a/source/api/apidocs-4.9/apis/listNetworkDevice.html 
b/source/api/apidocs-4.9/apis/listNetworkDevice.html
new file mode 100644
index 000..b80aa9d
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listNetworkDevice.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listNetworkDevice
+List network devices
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+keywordList 
by keywordfalse
+
+
+networkdeviceparameterlistparameters for network devicefalse
+
+
+networkdevicetypeNetwork device type, now supports ExternalDhcp, 
PxeServer, NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, 
NetscalerSDXLoadBalancer, F5BigIpLoadBalancer, JuniperSRXFirewall, 
PaloAltoFirewallfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the network device
+
+
+
+
+
+
+
+

[41/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createDomain.html
--
diff --git a/source/api/apidocs-4.9/apis/createDomain.html 
b/source/api/apidocs-4.9/apis/createDomain.html
new file mode 100644
index 000..b711031
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createDomain.html
@@ -0,0 +1,223 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createDomain
+Creates a domain
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+namecreates domain with this nametrue
+
+
+domainidDomain UUID, required for adding domain from another 
Regionfalse
+
+
+networkdomainNetwork domain for networks in the domainfalse
+
+
+parentdomainidassigns new domain a parent domain by domain ID of the 
parent.  If no parent domain is specied, the ROOT domain is 
assumed.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the domain
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this domain
+
+
+cpulimitthe total number of cpu cores the domain can own
+
+
+cputotalthe total number of cpu cores owned by domain
+
+
+haschildwhether the domain has one or more sub-domains
+
+
+ipavailablethe total number of public ip addresses available for this 
domain to acquire
+
+
+iplimitthe total number of public ip addresses this domain can 
acquire
+
+
+iptotalthe total number of public ip addresses allocated for this 
domain
+
+
+levelthe level of the domain
+
+
+memoryavailablethe total memory (in MB) available to be created for this 
domain
+
+
+memorylimitthe total memory (in MB) the domain can own
+
+
+memorytotalthe total memory (in MB) owned by domain
+
+
+namethe name of the domain
+
+
+networkavailablethe total number of networks available to be created for 
this domain
+
+
+networkdomainthe network domain
+
+
+networklimitthe total number of networks the domain can own
+
+
+networktotalthe total number of networks owned by domain
+
+
+parentdomainidthe domain ID of the parent domain
+
+
+parentdomainnamethe domain name of the parent domain
+
+
+paththe path of the domain
+
+
+primarystorageavailablethe total primary storage space (in GiB) available to be 
used for this domain
+
+
+primarystoragelimitthe total primary storage space (in GiB) the domain can 
own
+
+
+primarystoragetotalthe total primary storage space (in GiB) owned by 
domain
+
+
+projectavailablethe total number of projects available for administration 
by this domain
+
+
+projectlimitthe total number of projects the domain can own
+
+
+projecttotalthe total number of projects being administrated by this 
domain
+
+
+secondarystorageavailablethe total secondary storage space (in GiB) available to be 
used for this domain
+
+
+secondarystoragelimitthe total secondary storage space (in GiB) the domain can 
own
+
+
+secondarystoragetotalthe total secondary storage space (in GiB) owned by 
domain
+
+
+snapshotavailablethe total number of snapshots available for this 
domain
+
+
+snapshotlimitthe total number of snapshots which can be stored by this 
domain
+
+
+snapshottotalthe total number of snapshots stored by this domain
+
+
+statethe state of the domain
+
+
+templateavailablethe total number of templates available to be created by 
this domain
+
+
+templatelimitthe total number of templates which can be created by this 
domain
+
+
+templatetotalthe total number of templates which have been created by 
this domain
+
+
+vmavailablethe total number of virtual machines available for this 
domain to acquire
+
+
+vmlimitthe total number of virtual machines that can be deployed 
by this domain
+
+
+vmtotalthe total number of virtual machines deployed by this 
domain
+
+
+volumeavailablethe total volume available for this domain
+
+
+volumelimitthe total volume which can be used by this domain
+
+
+volumetotalthe total volume being used by this domain
+
+
+vpcavailablethe total number of vpcs available to be created for this 
domain
+
+
+vpclimitthe total number of vpcs the domain can own
+
+
+vpctotalthe total number of vpcs owned by domain
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-

[39/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/createProject.html
--
diff --git a/source/api/apidocs-4.9/apis/createProject.html 
b/source/api/apidocs-4.9/apis/createProject.html
new file mode 100644
index 000..83c7efe
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/createProject.html
@@ -0,0 +1,247 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createProject
+Creates a project
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+displaytextdisplay text of the projecttrue
+
+
+namename of the projecttrue
+
+
+accountaccount who will be Admin for the projectfalse
+
+
+domainiddomain ID of the account owning a projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the project
+
+
+accountthe account name of the project's owner
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this project
+
+
+cpulimitthe total number of cpu cores the project can own
+
+
+cputotalthe total number of cpu cores owned by project
+
+
+displaytextthe displaytext of the project
+
+
+domainthe domain name where the project belongs to
+
+
+domainidthe domain id the project belongs to
+
+
+ipavailablethe total number of public ip addresses available for this 
project to acquire
+
+
+iplimitthe total number of public ip addresses this project can 
acquire
+
+
+iptotalthe total number of public ip addresses allocated for this 
project
+
+
+memoryavailablethe total memory (in MB) available to be created for this 
project
+
+
+memorylimitthe total memory (in MB) the project can own
+
+
+memorytotalthe total memory (in MB) owned by project
+
+
+namethe name of the project
+
+
+networkavailablethe total number of networks available to be created for 
this project
+
+
+networklimitthe total number of networks the project can own
+
+
+networktotalthe total number of networks owned by project
+
+
+primarystorageavailablethe total primary storage space (in GiB) available to be 
used for this project
+
+
+primarystoragelimitthe total primary storage space (in GiB) the project can 
own
+
+
+primarystoragetotalthe total primary storage space (in GiB) owned by 
project
+
+
+secondarystorageavailablethe total secondary storage space (in GiB) available to be 
used for this project
+
+
+secondarystoragelimitthe total secondary storage space (in GiB) the project can 
own
+
+
+secondarystoragetotalthe total secondary storage space (in GiB) owned by 
project
+
+
+snapshotavailablethe total number of snapshots available for this 
project
+
+
+snapshotlimitthe total number of snapshots which can be stored by this 
project
+
+
+snapshottotalthe total number of snapshots stored by this project
+
+
+statethe state of the project
+
+
+templateavailablethe total number of templates available to be created by 
this project
+
+
+templatelimitthe total number of templates which can be created by this 
project
+
+
+templatetotalthe total number of templates which have been created by 
this project
+
+
+vmavailablethe total number of virtual machines available for this 
project to acquire
+
+
+vmlimitthe total number of virtual machines that can be deployed 
by this project
+
+
+vmrunningthe total number of virtual machines running for this 
project
+
+
+vmstoppedthe total number of virtual machines stopped for this 
project
+
+
+vmtotalthe total number of virtual machines deployed by this 
project
+
+
+volumeavailablethe total volume available for this project
+
+
+volumelimitthe total volume which can be used by this project
+
+
+volumetotalthe total volume being used by this project
+
+
+vpcavailablethe total number of vpcs available to be created for this 
project
+
+
+vpclimitthe total number of vpcs the project can own
+
+
+vpctotalthe total number of vpcs owned by project
+
+
+tags(*)the list of resource tags associated with vm
+
+accountthe account associated with the tag
+
+
+customercustomer associated with the tag
+
+
+domainthe domain associated with the tag
+
+
+domainidthe ID of the domain associated with the tag
+
+
+keytag key name
+
+
+projectthe project name where tag belongs to
+
+
+projectidthe project id the tag belongs to
+
+
+resourceidid 
of the resource
+
+
+resourcetyperesource type
+
+
+valuetag value
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+  

[45/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addSwift.html
--
diff --git a/source/api/apidocs-4.9/apis/addSwift.html 
b/source/api/apidocs-4.9/apis/addSwift.html
new file mode 100644
index 000..10b0eaf
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addSwift.html
@@ -0,0 +1,115 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addSwift
+Adds Swift.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+urlthe URL for swifttrue
+
+
+accountthe 
account for swiftfalse
+
+
+key key for 
the user for swiftfalse
+
+
+usernamethe 
username for swiftfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the image store
+
+
+detailsthe details of the image store
+
+
+namethe name of the image store
+
+
+protocolthe protocol of the image store
+
+
+providernamethe provider name of the image store
+
+
+scopethe scope of the image store
+
+
+urlthe 
url of the image store
+
+
+zoneidthe Zone ID of the image store
+
+
+zonenamethe Zone name of the image store
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addTrafficMonitor.html
--
diff --git a/source/api/apidocs-4.9/apis/addTrafficMonitor.html 
b/source/api/apidocs-4.9/apis/addTrafficMonitor.html
new file mode 100644
index 000..6f32530
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addTrafficMonitor.html
@@ -0,0 +1,103 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addTrafficMonitor
+Adds Traffic Monitor Host for Direct Network Usage
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+urlURL of the traffic monitor Hosttrue
+
+
+zoneidZone in which to add the external firewall 
appliance.true
+
+
+excludezonesTraffic going into the listed zones will not be 
meteredfalse
+
+
+includezonesTraffic going into the listed zones will be 
meteredfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the external firewall
+
+
+ipaddressthe management IP address of the external firewall
+
+
+numretriesthe number of times to retry requests to the external 
firewall
+
+
+timeoutthe timeout (in seconds) for requests to the external 
firewall
+
+
+zoneidthe zone ID of the external firewall
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addTrafficType.html
--
diff --git a/source/api/apidocs-4.9/apis/addTrafficType.html 
b/source/api/apidocs-4.9/apis/addTrafficType.html
new file mode 100644
index 000..3354f0c
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addTrafficType.html
@@ -0,0 +1,127 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addTrafficType
+Adds traffic type to a physical network
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+physicalnetwo

[46/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addNetscalerLoadBalancer.html
--
diff --git a/source/api/apidocs-4.9/apis/addNetscalerLoadBalancer.html 
b/source/api/apidocs-4.9/apis/addNetscalerLoadBalancer.html
new file mode 100644
index 000..aec435e
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addNetscalerLoadBalancer.html
@@ -0,0 +1,148 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addNetscalerLoadBalancer
+Adds a netscaler load balancer device
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+networkdevicetypeNetscaler device type supports 
NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, 
NetscalerSDXLoadBalancertrue
+
+
+passwordCredentials to reach netscaler load balancer 
devicetrue
+
+
+physicalnetworkidthe Physical Network IDtrue
+
+
+urlURL of the netscaler load balancer 
appliance.true
+
+
+usernameCredentials to reach netscaler load balancer 
devicetrue
+
+
+gslbprovidertrue if NetScaler device being added is for providing 
GSLB servicefalse
+
+
+gslbproviderprivateippublic IP of the sitefalse
+
+
+gslbproviderpublicippublic IP of the sitefalse
+
+
+isexclusivegslbprovidertrue if NetScaler device being added is for providing 
GSLB service exclusively and can not be used for LBfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+gslbprovidertrue if NetScaler device is provisioned to be a GSLB 
service provider
+
+
+gslbproviderprivateipprivate IP of the NetScaler representing GSLB site
+
+
+gslbproviderpublicippublic IP of the NetScaler representing GSLB site
+
+
+ipaddressthe management IP address of the external load 
balancer
+
+
+isexclusivegslbprovidertrue if NetScaler device is provisioned exclusively to be 
a GSLB service provider
+
+
+lbdevicecapacitydevice capacity
+
+
+lbdevicededicatedtrue if device is dedicated for an account
+
+
+lbdeviceiddevice id of the netscaler load balancer
+
+
+lbdevicenamedevice name
+
+
+lbdevicestatedevice state
+
+
+physicalnetworkidthe physical network to which this netscaler device 
belongs to
+
+
+podidsUsed when NetScaler device is provider of EIP service. 
This parameter represents the list of pod's, for which there exists a policy 
based route on datacenter L3 router to route pod's subnet IP to a NetScaler 
device.
+
+
+privateinterfacethe private interface of the load balancer
+
+
+providername of the provider
+
+
+publicinterfacethe public interface of the load balancer
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/addNetworkDevice.html
--
diff --git a/source/api/apidocs-4.9/apis/addNetworkDevice.html 
b/source/api/apidocs-4.9/apis/addNetworkDevice.html
new file mode 100644
index 000..dd647ab
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/addNetworkDevice.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addNetworkDevice
+Adds a network device of one of the following types: ExternalDhcp, 
ExternalFirewall, ExternalLoadBalancer, PxeServer
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+networkdeviceparameterlistparameters for network devicefalse
+
+
+networkdevicetypeNetwork device type, now supports ExternalDhcp, 
PxeServer, NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, 
NetscalerSDXLoadBalancer, F5BigIpLoadBalancer, JuniperSRXFirewall, 
PaloAltoFirewallfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the network device
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed unde

[27/52] [abbrv] cloudstack-www git commit: add api for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listCiscoNexusVSMs.html
--
diff --git a/source/api/apidocs-4.9/apis/listCiscoNexusVSMs.html 
b/source/api/apidocs-4.9/apis/listCiscoNexusVSMs.html
new file mode 100644
index 000..2f3e101
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listCiscoNexusVSMs.html
@@ -0,0 +1,127 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listCiscoNexusVSMs
+Retrieves a Cisco Nexus 1000v Virtual Switch Manager device associated with 
a Cluster
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+clusteridId 
of the CloudStack cluster in which the Cisco Nexus 1000v VSM 
appliance.false
+
+
+keywordList 
by keywordfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+zoneidId of 
the CloudStack cluster in which the Cisco Nexus 1000v VSM 
appliance.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+ipaddressthe management IP address of the external Cisco Nexus 
1000v Virtual Supervisor Module
+
+
+vsmconfigmodeThe mode of the VSM (standalone/HA)
+
+
+vsmconfigstateThe Config State (Primary/Standby) of the VSM
+
+
+vsmctrlvlanidcontrol vlan id of the VSM
+
+
+vsmdeviceiddevice id of the Cisco N1KV VSM device
+
+
+vsmdevicenamedevice name
+
+
+vsmdevicestatedevice state
+
+
+vsmdevicestateThe Device State (Enabled/Disabled) of the VSM
+
+
+vsmdomainidThe VSM is a switch supervisor. This is the VSM's switch 
domain id
+
+
+vsmmgmtvlanidmanagement vlan id of the VSM
+
+
+vsmpktvlanidpacket vlan id of the VSM
+
+
+vsmstoragevlanidstorage vlan id of the VSM
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listCiscoVnmcResources.html
--
diff --git a/source/api/apidocs-4.9/apis/listCiscoVnmcResources.html 
b/source/api/apidocs-4.9/apis/listCiscoVnmcResources.html
new file mode 100644
index 000..49ed411
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listCiscoVnmcResources.html
@@ -0,0 +1,91 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listCiscoVnmcResources
+Lists Cisco VNMC controllers
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+keywordList 
by keywordfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+physicalnetworkidthe Physical Network IDfalse
+
+
+resourceidCisco VNMC resource IDfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/21afdd57/source/api/apidocs-4.9/apis/listClusters.html
--
diff --git a/source/api/apidocs-4.9/apis/listClusters.html 
b/source/api/apidocs-4.9/apis/listClusters.html
new file mode 100644
index 000..f8a9bb4
--- /dev/null
+++ b/source/api/apidocs-4.9/apis/listClusters.html
@@ -0,0 +1,187 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listClusters
+Lists clusters.
+
+
+
+
+
+

[09/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html
--
diff --git 
a/content/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html 
b/content/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html
new file mode 100644
index 000..433649c
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateDefaultNicForVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateDefaultNicForVirtualMachine
+Changes the default NIC on a VM
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+nicidNIC IDtrue
+
+
+virtualmachineidVirtual Machine IDtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe description of the affinity group
+
+
+domain

[04/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateVmNicIp.html
--
diff --git a/content/api/apidocs-4.9/apis/updateVmNicIp.html 
b/content/api/apidocs-4.9/apis/updateVmNicIp.html
new file mode 100644
index 000..ea80e2b
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateVmNicIp.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateVmNicIp
+Update the default Ip of a VM Nic
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+nicidthe ID of the nic to which you want to assign 
private IPtrue
+
+
+ipaddressSecondary IP Addressfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe description of the affinity group
+
+
+domainthe domain name of the affinity group
+
+
+domainidt

[03/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/uploadVolume.html
--
diff --git a/content/api/apidocs-4.9/apis/uploadVolume.html 
b/content/api/apidocs-4.9/apis/uploadVolume.html
new file mode 100644
index 000..d712967
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/uploadVolume.html
@@ -0,0 +1,262 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+uploadVolume
+Uploads a data disk.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+formatthe format for the volume. Possible values include 
QCOW2, OVA, and VHD.true
+
+
+namethe name of the volumetrue
+
+
+urlthe URL of where the volume is hosted. Possible 
URL include http:// and https://true
+
+
+zoneidthe ID of the zone the volume is to be hosted 
ontrue
+
+
+accountan 
optional accountName. Must be used with domainId.false
+
+
+checksumthe 
MD5 checksum value of this volumefalse
+
+
+diskofferingidthe ID of the disk offering. This must be a custom 
sized offering since during uploadVolume volume size is unknown.false
+
+
+domainidan 
optional domainId. If the account parameter is used, domainId must also be 
used.false
+
+
+imagestoreuuidImage store uuidfalse
+
+
+projectidUpload volume for the projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idID 
of the disk volume
+
+
+accountthe account associated with the disk volume
+
+
+attachedthe date the volume was attached to a VM instance
+
+
+chaininfothe chain info of the volume
+
+
+createdthe date the disk volume was created
+
+
+destroyedthe boolean state of whether the volume is destroyed or 
not
+
+
+deviceidthe ID of the device on user vm the volume is attahed to. 
This tag is not returned when the volume is detached.
+
+
+diskBytesReadRatebytes read rate of the disk volume
+
+
+diskBytesWriteRatebytes write rate of the disk volume
+
+
+diskIopsReadRateio requests read rate of the disk volume
+
+
+diskIopsWriteRateio requests write rate of the disk volume
+
+
+diskofferingdisplaytextthe display text of the disk offering
+
+
+diskofferingidID of the disk offering
+
+
+diskofferingnamename of the disk offering
+
+
+displayvolumean optional field whether to the display the volume to the 
end user or not.
+
+
+domainthe domain associated with the disk volume
+
+
+domainidthe ID of the domain associated with the disk volume
+
+
+hypervisorHypervisor the volume belongs to
+
+
+isextractabletrue if the volume is extractable, false otherwise
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+maxiopsmax iops of the disk volume
+
+
+miniopsmin iops of the disk volume
+
+
+namename of the disk volume
+
+
+paththe path of the volume
+
+
+projectthe project name of the vpn
+
+
+projectidthe project id of the vpn
+
+
+provisioningtypeprovisioning type used to create volumes.
+
+
+quiescevmneed quiesce vm or not when taking snapshot
+
+
+serviceofferingdisplaytextthe display text of the service offering for root disk
+
+
+serviceofferingidID of the service offering for root disk
+
+
+serviceofferingnamename of the service offering for root disk
+
+
+sizesize of the disk volume
+
+
+snapshotidID of the snapshot from which this volume was created
+
+
+statethe state of the disk volume
+
+
+statusthe status of the volume
+
+
+storagename of the primary storage hosting the disk volume
+
+
+storageidid of the primary storage hosting the disk volume; 
returned to admin user only
+
+
+storagetypeshared or local storage
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+typetype of the disk volume (ROOT or DATADISK)
+
+
+virtualmachineidid of the virtual machine
+
+
+vmdisplaynamedisplay name of the virtual machine
+
+
+vmnamename of the virtual machine
+
+
+vmstatestate of the virtual machine
+
+
+zoneidID of the availability zone
+
+
+zonenamename of the availability zone
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+

[01/50] [abbrv] cloudstack-www git commit: Merge branch 'master' into asf-site

2016-08-11 Thread pdion891
Repository: cloudstack-www
Updated Branches:
  refs/heads/asf-site 57265bc66 -> 97caa4e4b


Merge branch 'master' into asf-site


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/66507873
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/66507873
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/66507873

Branch: refs/heads/asf-site
Commit: 66507873dca840585c64c40d05cc372db4248783
Parents: 57265bc f0b95bf
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 20:31:11 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 20:31:11 2016 -0400

--
 .gitignore  |2 +
 Gemfile.lock|  132 --
 config.rb   |8 +-
 data/cloudstack.yml |   50 +
 source/api.markdown |   47 +-
 .../api/apidocs-4.9/apis/activateProject.html   |  238 ++
 .../apidocs-4.9/apis/addAccountToProject.html   |   91 +
 .../api/apidocs-4.9/apis/addBaremetalDhcp.html  |  106 +
 .../api/apidocs-4.9/apis/addBaremetalHost.html  |  286 +++
 .../apis/addBaremetalPxeKickStartServer.html|  100 +
 .../apis/addBaremetalPxePingServer.html |  118 +
 .../api/apidocs-4.9/apis/addBaremetalRct.html   |   85 +
 .../apidocs-4.9/apis/addBigSwitchBcfDevice.html |  115 +
 .../apidocs-4.9/apis/addBrocadeVcsDevice.html   |  103 +
 .../apis/addCiscoAsa1000vResource.html  |   88 +
 .../apidocs-4.9/apis/addCiscoVnmcResource.html  |   88 +
 source/api/apidocs-4.9/apis/addCluster.html |  208 ++
 .../apidocs-4.9/apis/addExternalFirewall.html   |  121 +
 .../apis/addExternalLoadBalancer.html   |  109 +
 .../api/apidocs-4.9/apis/addF5LoadBalancer.html |  121 +
 .../api/apidocs-4.9/apis/addGloboDnsHost.html   |   94 +
 source/api/apidocs-4.9/apis/addGuestOs.html |   97 +
 .../api/apidocs-4.9/apis/addGuestOsMapping.html |  112 +
 source/api/apidocs-4.9/apis/addHost.html|  283 +++
 source/api/apidocs-4.9/apis/addImageStore.html  |  118 +
 .../api/apidocs-4.9/apis/addImageStoreS3.html   |  136 ++
 source/api/apidocs-4.9/apis/addIpToNic.html |   97 +
 .../apidocs-4.9/apis/addLdapConfiguration.html  |   88 +
 .../apis/addNetscalerLoadBalancer.html  |  148 ++
 .../api/apidocs-4.9/apis/addNetworkDevice.html  |   85 +
 .../apis/addNetworkServiceProvider.html |  109 +
 .../apis/addNicToVirtualMachine.html|  502 
 .../apidocs-4.9/apis/addNiciraNvpDevice.html|  121 +
 .../api/apidocs-4.9/apis/addNuageVspDevice.html |  130 ++
 .../apis/addOpenDaylightController.html |  103 +
 .../apidocs-4.9/apis/addPaloAltoFirewall.html   |  139 ++
 source/api/apidocs-4.9/apis/addRegion.html  |  100 +
 .../api/apidocs-4.9/apis/addResourceDetail.html |   94 +
 .../apidocs-4.9/apis/addSecondaryStorage.html   |  109 +
 source/api/apidocs-4.9/apis/addSrxFirewall.html |  139 ++
 .../apidocs-4.9/apis/addStratosphereSsp.html|  106 +
 source/api/apidocs-4.9/apis/addSwift.html   |  115 +
 .../api/apidocs-4.9/apis/addTrafficMonitor.html |  103 +
 source/api/apidocs-4.9/apis/addTrafficType.html |  127 ++
 source/api/apidocs-4.9/apis/addUcsManager.html  |  103 +
 source/api/apidocs-4.9/apis/addVmwareDc.html|  103 +
 source/api/apidocs-4.9/apis/addVpnUser.html |  115 +
 source/api/apidocs-4.9/apis/archiveAlerts.html  |   94 +
 source/api/apidocs-4.9/apis/archiveEvents.html  |   94 +
 .../apis/assignCertToLoadBalancer.html  |   88 +
 .../apis/assignToGlobalLoadBalancerRule.html|   91 +
 .../apis/assignToLoadBalancerRule.html  |   91 +
 .../apidocs-4.9/apis/assignVirtualMachine.html  |  508 +
 .../apidocs-4.9/apis/associateIpAddress.html|  229 ++
 source/api/apidocs-4.9/apis/associateLun.html   |   91 +
 .../apis/associateUcsProfileToBlade.html|  100 +
 source/api/apidocs-4.9/apis/attachIso.html  |  499 
 source/api/apidocs-4.9/apis/attachVolume.html   |  241 ++
 .../api/apidocs-4.9/apis/authorizeSamlSso.html  |   91 +
 .../apis/authorizeSecurityGroupEgress.html  |  172 ++
 .../apis/authorizeSecurityGroupIngress.html |  172 ++
 .../apidocs-4.9/apis/cancelHostMaintenance.html |  256 +++
 .../apis/cancelStorageMaintenance.html  |  154 ++
 .../apis/changeOutOfBandManagementPassword.html |  115 +
 .../apis/changeServiceForRouter.html|  280 +++
 .../apis/changeServiceForSystemVm.html  |  169 ++
 .../apis/changeServiceForVirtualMachine.html|  502 
 .../apidocs-4.9/apis/cleanVMReservations.html   |   82 +
 .../apis/configureF5LoadBalancer.html   |  112 +
 .../configureInternalLoadBalancerElement.html   |   91 +
 .../apis/configureNetscalerLoadBalancer.html|  136 ++
 .../apis/configureOutOfBandManagement.html  |  127 ++
 .../apidocs-4.9/apis/configureOvsElement.html  

[05/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateVMAffinityGroup.html
--
diff --git a/content/api/apidocs-4.9/apis/updateVMAffinityGroup.html 
b/content/api/apidocs-4.9/apis/updateVMAffinityGroup.html
new file mode 100644
index 000..6d65390
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateVMAffinityGroup.html
@@ -0,0 +1,502 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateVMAffinityGroup
+Updates the affinity/anti-affinity group associations of a virtual machine. 
The VM has to be stopped and restarted for the new properties to take 
effect.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+affinitygroupidscomma separated list of affinity groups id that are 
going to be applied to the virtual machine. Should be passed only when vm is 
created from a zone with Basic Network support. Mutually exclusive with 
securitygroupnames parameterfalse
+
+
+affinitygroupnamescomma separated list of affinity groups names that are 
going to be applied to the virtual machine. Should be passed only when vm is 
created from a zone with Basic Network support. Mutually exclusive with 
securitygroupids parameterfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the

[12/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/restoreVirtualMachine.html
--
diff --git a/content/api/apidocs-4.9/apis/restoreVirtualMachine.html 
b/content/api/apidocs-4.9/apis/restoreVirtualMachine.html
new file mode 100644
index 000..a3c7e30
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/restoreVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+restoreVirtualMachine
+Restore a VM to original template/ISO or new template/ISO
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+virtualmachineidVirtual Machine IDtrue
+
+
+templateidan 
optional template Id to restore vm from the new template. This can be an ISO id 
in case of restore vm deployed using ISOfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account o

[18/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/lockUser.html
--
diff --git a/content/api/apidocs-4.9/apis/lockUser.html 
b/content/api/apidocs-4.9/apis/lockUser.html
new file mode 100644
index 000..bb80247
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/lockUser.html
@@ -0,0 +1,139 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+lockUser
+Locks a user account
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idLocks user by user ID.true
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
user ID
+
+
+accountthe account name of the user
+
+
+accountidthe account ID of the user
+
+
+accounttypethe account type of the user
+
+
+apikeythe api key of the user
+
+
+createdthe date and time the user account was created
+
+
+domainthe domain name of the user
+
+
+domainidthe domain ID of the user
+
+
+emailthe user email address
+
+
+firstnamethe user firstname
+
+
+iscallerchilddomainthe boolean value representing if the updating target is 
in caller's child domain
+
+
+isdefaulttrue if user is default, false otherwise
+
+
+lastnamethe user lastname
+
+
+roleidthe ID of the role
+
+
+rolenamethe name of the role
+
+
+roletypethe type of the role
+
+
+secretkeythe secret key of the user
+
+
+statethe user state
+
+
+timezonethe timezone user was created in
+
+
+usernamethe user name
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/login.html
--
diff --git a/content/api/apidocs-4.9/apis/login.html 
b/content/api/apidocs-4.9/apis/login.html
new file mode 100644
index 000..4b1df7b
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/login.html
@@ -0,0 +1,121 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+login
+Logs a user into the CloudStack. A successful login attempt will generate a 
JSESSIONID cookie value that can be passed in subsequent Query command calls 
until the "logout" command has been issued or the session has expired.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+passwordHashed password (Default is MD5). If you wish to 
use any other hashing algorithm, you would need to write a custom 
authentication adapter See Docs section.true
+
+
+usernameUsernametrue
+
+
+domainPath of 
the domain that the user belongs to. Example: domain=/com/cloud/internal. If no 
domain is passed in, the ROOT (/) domain is assumed.false
+
+
+domainIdThe 
id of the domain that the user belongs to. If both domain and domainId are 
passed in, "domainId" parameter takes precendencefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+accountthe account name the user belongs to
+
+
+domainidDomain ID that the user belongs to
+
+
+firstnamefirst name of the user
+
+
+lastnamelast name of the user
+
+
+registeredIs user registered
+
+
+sessionkeySession key that can be passed in subsequent Query command 
calls
+
+
+timeoutthe time period before the session has expired
+
+
+timezoneuser time zone
+
+
+typethe account type (admin, domain-admin, read-only-admin, 
user)
+
+
+useridUser ID
+
+
+usernameUsername
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/b

[07/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateNetworkACLItem.html
--
diff --git a/content/api/apidocs-4.9/apis/updateNetworkACLItem.html 
b/content/api/apidocs-4.9/apis/updateNetworkACLItem.html
new file mode 100644
index 000..0002143
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateNetworkACLItem.html
@@ -0,0 +1,184 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateNetworkACLItem
+Updates ACL item with specified ID
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the network ACL itemtrue
+
+
+actionscl 
entry action, allow or denyfalse
+
+
+cidrlistthe 
cidr list to allow traffic from/tofalse
+
+
+customidan 
optional field, in case you want to set a custom id to the resource. Allowed to 
Root Admins onlyfalse
+
+
+endportthe 
ending port of ACLfalse
+
+
+fordisplayan 
optional field, whether to the display the rule to the end user or 
notfalse
+
+
+icmpcodeerror 
code for this ICMP messagefalse
+
+
+icmptypetype 
of the ICMP message being sentfalse
+
+
+numberThe 
network of the vm the ACL will be created forfalse
+
+
+protocolthe 
protocol for the ACL rule. Valid values are TCP/UDP/ICMP/ALL or valid protocol 
numberfalse
+
+
+startportthe 
starting port of ACLfalse
+
+
+traffictypethe traffic type for the ACL,can be Ingress or Egress, 
defaulted to Ingress if not specifiedfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the ACL Item
+
+
+aclidthe ID of the ACL this item belongs to
+
+
+actionAction of ACL Item. Allow/Deny
+
+
+cidrlistthe cidr list to forward traffic from
+
+
+endportthe ending port of ACL's port range
+
+
+fordisplayis rule for display to the regular user
+
+
+icmpcodeerror code for this icmp message
+
+
+icmptypetype of the icmp message being sent
+
+
+numberNumber of the ACL Item
+
+
+protocolthe protocol of the ACL
+
+
+startportthe starting port of ACL's port range
+
+
+statethe state of the rule
+
+
+traffictypethe traffic type for the ACL
+
+
+tags(*)the list of resource tags associated with the network 
ACLs
+
+accountthe account associated with the tag
+
+
+customercustomer associated with the tag
+
+
+domainthe domain associated with the tag
+
+
+domainidthe ID of the domain associated with the tag
+
+
+keytag key name
+
+
+projectthe project name where tag belongs to
+
+
+projectidthe project id the tag belongs to
+
+
+resourceidid 
of the resource
+
+
+resourcetyperesource type
+
+
+valuetag value
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateNetworkACLList.html
--
diff --git a/content/api/apidocs-4.9/apis/updateNetworkACLList.html 
b/content/api/apidocs-4.9/apis/updateNetworkACLList.html
new file mode 100644
index 000..04ca705
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateNetworkACLList.html
@@ -0,0 +1,91 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateNetworkACLList
+Updates network ACL list
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the network ACLtrue
+
+
+customidan 
optional field, in case you want to set a custom id to the resource. Allowed to 
Root Admins onlyfalse
+
+
+fordisplayan 
optional field, whether to the display the list to the end user or 
notfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundatio

[41/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/createProject.html
--
diff --git a/content/api/apidocs-4.9/apis/createProject.html 
b/content/api/apidocs-4.9/apis/createProject.html
new file mode 100644
index 000..83c7efe
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/createProject.html
@@ -0,0 +1,247 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createProject
+Creates a project
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+displaytextdisplay text of the projecttrue
+
+
+namename of the projecttrue
+
+
+accountaccount who will be Admin for the projectfalse
+
+
+domainiddomain ID of the account owning a projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the project
+
+
+accountthe account name of the project's owner
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this project
+
+
+cpulimitthe total number of cpu cores the project can own
+
+
+cputotalthe total number of cpu cores owned by project
+
+
+displaytextthe displaytext of the project
+
+
+domainthe domain name where the project belongs to
+
+
+domainidthe domain id the project belongs to
+
+
+ipavailablethe total number of public ip addresses available for this 
project to acquire
+
+
+iplimitthe total number of public ip addresses this project can 
acquire
+
+
+iptotalthe total number of public ip addresses allocated for this 
project
+
+
+memoryavailablethe total memory (in MB) available to be created for this 
project
+
+
+memorylimitthe total memory (in MB) the project can own
+
+
+memorytotalthe total memory (in MB) owned by project
+
+
+namethe name of the project
+
+
+networkavailablethe total number of networks available to be created for 
this project
+
+
+networklimitthe total number of networks the project can own
+
+
+networktotalthe total number of networks owned by project
+
+
+primarystorageavailablethe total primary storage space (in GiB) available to be 
used for this project
+
+
+primarystoragelimitthe total primary storage space (in GiB) the project can 
own
+
+
+primarystoragetotalthe total primary storage space (in GiB) owned by 
project
+
+
+secondarystorageavailablethe total secondary storage space (in GiB) available to be 
used for this project
+
+
+secondarystoragelimitthe total secondary storage space (in GiB) the project can 
own
+
+
+secondarystoragetotalthe total secondary storage space (in GiB) owned by 
project
+
+
+snapshotavailablethe total number of snapshots available for this 
project
+
+
+snapshotlimitthe total number of snapshots which can be stored by this 
project
+
+
+snapshottotalthe total number of snapshots stored by this project
+
+
+statethe state of the project
+
+
+templateavailablethe total number of templates available to be created by 
this project
+
+
+templatelimitthe total number of templates which can be created by this 
project
+
+
+templatetotalthe total number of templates which have been created by 
this project
+
+
+vmavailablethe total number of virtual machines available for this 
project to acquire
+
+
+vmlimitthe total number of virtual machines that can be deployed 
by this project
+
+
+vmrunningthe total number of virtual machines running for this 
project
+
+
+vmstoppedthe total number of virtual machines stopped for this 
project
+
+
+vmtotalthe total number of virtual machines deployed by this 
project
+
+
+volumeavailablethe total volume available for this project
+
+
+volumelimitthe total volume which can be used by this project
+
+
+volumetotalthe total volume being used by this project
+
+
+vpcavailablethe total number of vpcs available to be created for this 
project
+
+
+vpclimitthe total number of vpcs the project can own
+
+
+vpctotalthe total number of vpcs owned by project
+
+
+tags(*)the list of resource tags associated with vm
+
+accountthe account associated with the tag
+
+
+customercustomer associated with the tag
+
+
+domainthe domain associated with the tag
+
+
+domainidthe ID of the domain associated with the tag
+
+
+keytag key name
+
+
+projectthe project name where tag belongs to
+
+
+projectidthe project id the tag belongs to
+
+
+resourceidid 
of the resource
+
+
+resourcetyperesource type
+
+
+valuetag value
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+

[43/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/createDomain.html
--
diff --git a/content/api/apidocs-4.9/apis/createDomain.html 
b/content/api/apidocs-4.9/apis/createDomain.html
new file mode 100644
index 000..b711031
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/createDomain.html
@@ -0,0 +1,223 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createDomain
+Creates a domain
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+namecreates domain with this nametrue
+
+
+domainidDomain UUID, required for adding domain from another 
Regionfalse
+
+
+networkdomainNetwork domain for networks in the domainfalse
+
+
+parentdomainidassigns new domain a parent domain by domain ID of the 
parent.  If no parent domain is specied, the ROOT domain is 
assumed.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the domain
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this domain
+
+
+cpulimitthe total number of cpu cores the domain can own
+
+
+cputotalthe total number of cpu cores owned by domain
+
+
+haschildwhether the domain has one or more sub-domains
+
+
+ipavailablethe total number of public ip addresses available for this 
domain to acquire
+
+
+iplimitthe total number of public ip addresses this domain can 
acquire
+
+
+iptotalthe total number of public ip addresses allocated for this 
domain
+
+
+levelthe level of the domain
+
+
+memoryavailablethe total memory (in MB) available to be created for this 
domain
+
+
+memorylimitthe total memory (in MB) the domain can own
+
+
+memorytotalthe total memory (in MB) owned by domain
+
+
+namethe name of the domain
+
+
+networkavailablethe total number of networks available to be created for 
this domain
+
+
+networkdomainthe network domain
+
+
+networklimitthe total number of networks the domain can own
+
+
+networktotalthe total number of networks owned by domain
+
+
+parentdomainidthe domain ID of the parent domain
+
+
+parentdomainnamethe domain name of the parent domain
+
+
+paththe path of the domain
+
+
+primarystorageavailablethe total primary storage space (in GiB) available to be 
used for this domain
+
+
+primarystoragelimitthe total primary storage space (in GiB) the domain can 
own
+
+
+primarystoragetotalthe total primary storage space (in GiB) owned by 
domain
+
+
+projectavailablethe total number of projects available for administration 
by this domain
+
+
+projectlimitthe total number of projects the domain can own
+
+
+projecttotalthe total number of projects being administrated by this 
domain
+
+
+secondarystorageavailablethe total secondary storage space (in GiB) available to be 
used for this domain
+
+
+secondarystoragelimitthe total secondary storage space (in GiB) the domain can 
own
+
+
+secondarystoragetotalthe total secondary storage space (in GiB) owned by 
domain
+
+
+snapshotavailablethe total number of snapshots available for this 
domain
+
+
+snapshotlimitthe total number of snapshots which can be stored by this 
domain
+
+
+snapshottotalthe total number of snapshots stored by this domain
+
+
+statethe state of the domain
+
+
+templateavailablethe total number of templates available to be created by 
this domain
+
+
+templatelimitthe total number of templates which can be created by this 
domain
+
+
+templatetotalthe total number of templates which have been created by 
this domain
+
+
+vmavailablethe total number of virtual machines available for this 
domain to acquire
+
+
+vmlimitthe total number of virtual machines that can be deployed 
by this domain
+
+
+vmtotalthe total number of virtual machines deployed by this 
domain
+
+
+volumeavailablethe total volume available for this domain
+
+
+volumelimitthe total volume which can be used by this domain
+
+
+volumetotalthe total volume being used by this domain
+
+
+vpcavailablethe total number of vpcs available to be created for this 
domain
+
+
+vpclimitthe total number of vpcs the domain can own
+
+
+vpctotalthe total number of vpcs owned by domain
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://

[28/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/listDomains.html
--
diff --git a/content/api/apidocs-4.9/apis/listDomains.html 
b/content/api/apidocs-4.9/apis/listDomains.html
new file mode 100644
index 000..6f20b87
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/listDomains.html
@@ -0,0 +1,232 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listDomains
+Lists domains and provides detailed information for listed domains
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idList domain 
by domain ID.false
+
+
+keywordList 
by keywordfalse
+
+
+levelList 
domains by domain level.false
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+nameList 
domain by domain name.false
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the domain
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this domain
+
+
+cpulimitthe total number of cpu cores the domain can own
+
+
+cputotalthe total number of cpu cores owned by domain
+
+
+haschildwhether the domain has one or more sub-domains
+
+
+ipavailablethe total number of public ip addresses available for this 
domain to acquire
+
+
+iplimitthe total number of public ip addresses this domain can 
acquire
+
+
+iptotalthe total number of public ip addresses allocated for this 
domain
+
+
+levelthe level of the domain
+
+
+memoryavailablethe total memory (in MB) available to be created for this 
domain
+
+
+memorylimitthe total memory (in MB) the domain can own
+
+
+memorytotalthe total memory (in MB) owned by domain
+
+
+namethe name of the domain
+
+
+networkavailablethe total number of networks available to be created for 
this domain
+
+
+networkdomainthe network domain
+
+
+networklimitthe total number of networks the domain can own
+
+
+networktotalthe total number of networks owned by domain
+
+
+parentdomainidthe domain ID of the parent domain
+
+
+parentdomainnamethe domain name of the parent domain
+
+
+paththe path of the domain
+
+
+primarystorageavailablethe total primary storage space (in GiB) available to be 
used for this domain
+
+
+primarystoragelimitthe total primary storage space (in GiB) the domain can 
own
+
+
+primarystoragetotalthe total primary storage space (in GiB) owned by 
domain
+
+
+projectavailablethe total number of projects available for administration 
by this domain
+
+
+projectlimitthe total number of projects the domain can own
+
+
+projecttotalthe total number of projects being administrated by this 
domain
+
+
+secondarystorageavailablethe total secondary storage space (in GiB) available to be 
used for this domain
+
+
+secondarystoragelimitthe total secondary storage space (in GiB) the domain can 
own
+
+
+secondarystoragetotalthe total secondary storage space (in GiB) owned by 
domain
+
+
+snapshotavailablethe total number of snapshots available for this 
domain
+
+
+snapshotlimitthe total number of snapshots which can be stored by this 
domain
+
+
+snapshottotalthe total number of snapshots stored by this domain
+
+
+statethe state of the domain
+
+
+templateavailablethe total number of templates available to be created by 
this domain
+
+
+templatelimitthe total number of templates which can be created by this 
domain
+
+
+templatetotalthe total number of templates which have been created by 
this domain
+
+
+vmavailablethe total number of virtual machines available for this 
domain to acquire
+
+
+vmlimitthe total number of virtual machines that can be deployed 
by this domain
+
+
+vmtotalthe total number of virtual machines deployed by this 
domain
+
+
+volumeavailablethe total volume available for this domain
+
+
+volumelimitthe total volume which can be used by this domain
+
+
+volumetotalthe total volume being used by this domain
+
+
+vpcavailablethe total number of vpcs available to be created for this 
domain
+
+
+vpclimitthe total number of vpcs the domain can own
+
+
+vpctotalthe total number of vpcs owned by domain
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Ap

[08/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateHostPassword.html
--
diff --git a/content/api/apidocs-4.9/apis/updateHostPassword.html 
b/content/api/apidocs-4.9/apis/updateHostPassword.html
new file mode 100644
index 000..661c2c2
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateHostPassword.html
@@ -0,0 +1,97 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateHostPassword
+Update password of a host/pool on management server.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+passwordthe new password for the 
host/clustertrue
+
+
+usernamethe username for the host/clustertrue
+
+
+clusteridthe 
cluster IDfalse
+
+
+hostidthe 
host IDfalse
+
+
+update_passwd_on_hostif the password should also be updated on the 
hostsfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateHypervisorCapabilities.html
--
diff --git a/content/api/apidocs-4.9/apis/updateHypervisorCapabilities.html 
b/content/api/apidocs-4.9/apis/updateHypervisorCapabilities.html
new file mode 100644
index 000..7749644
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateHypervisorCapabilities.html
@@ -0,0 +1,109 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+updateHypervisorCapabilities
+Updates a hypervisor capabilities.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idID of the 
hypervisor capabilityfalse
+
+
+maxguestslimitthe max number of Guest VMs per host for this 
hypervisor.false
+
+
+securitygroupenabledset true to enable security group for this 
hypervisor.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the hypervisor capabilities row
+
+
+hypervisorthe hypervisor type
+
+
+hypervisorversionthe hypervisor version
+
+
+maxdatavolumeslimitthe maximum number of Data Volumes that can be attached 
for this hypervisor
+
+
+maxguestslimitthe maximum number of guest vms recommended for this 
hypervisor
+
+
+maxhostsperclusterthe maximum number of Hosts per cluster for this 
hypervisor
+
+
+securitygroupenabledtrue if security group is supported
+
+
+storagemotionenabledtrue if storage motion is supported
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/updateInstanceGroup.html
--
diff --git a/content/api/apidocs-4.9/apis/updateInstanceGroup.html 
b/content/api/apidocs-4.9/apis/updateInstanceGroup.html
new file mode 100644
index 000..de4e0da
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/updateInstanceGroup.html
@@ -0,0 +1,106 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+

[15/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/registerIso.html
--
diff --git a/content/api/apidocs-4.9/apis/registerIso.html 
b/content/api/apidocs-4.9/apis/registerIso.html
new file mode 100644
index 000..785dfd5
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/registerIso.html
@@ -0,0 +1,232 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+registerIso
+Registers an existing ISO into the CloudStack Cloud.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+displaytextthe display text of the ISO. This is usually used 
for display purposes.true
+
+
+namethe name of the ISOtrue
+
+
+urlthe URL to where the ISO is currently being 
hostedtrue
+
+
+zoneidthe ID of the zone you wish to register the ISO 
to.true
+
+
+accountan 
optional account name. Must be used with domainId.false
+
+
+bootabletrue 
if this ISO is bootable. If not passed explicitly its assumed to be 
truefalse
+
+
+checksumthe 
MD5 checksum value of this ISOfalse
+
+
+domainidan 
optional domainId. If the account parameter is used, domainId must also be 
used.false
+
+
+imagestoreuuidImage store UUIDfalse
+
+
+isdynamicallyscalabletrue if ISO contains XS/VMWare tools inorder to support 
dynamic scaling of VM CPU/memoryfalse
+
+
+isextractabletrue if the ISO or its derivatives are extractable; 
default is falsefalse
+
+
+isfeaturedtrue if you want this ISO to be featuredfalse
+
+
+ispublictrue 
if you want to register the ISO to be publicly available to all users, false 
otherwise.false
+
+
+ostypeidthe 
ID of the OS type that best represents the OS of this ISO. If the ISO is 
bootable this parameter needs to be passedfalse
+
+
+projectidRegister ISO for the projectfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
template ID
+
+
+accountthe account name to which the template belongs
+
+
+accountidthe account id to which the template belongs
+
+
+bootabletrue if the ISO is bootable, false otherwise
+
+
+checksumchecksum of the template
+
+
+createdthe date this template was created
+
+
+crossZonestrue if the template is managed across all Zones, false 
otherwise
+
+
+detailsadditional key/value details tied with template
+
+
+displaytextthe template display text
+
+
+domainthe name of the domain to which the template belongs
+
+
+domainidthe ID of the domain to which the template belongs
+
+
+formatthe format of the template.
+
+
+hostidthe ID of the secondary storage host for the template
+
+
+hostnamethe name of the secondary storage host for the 
template
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+isdynamicallyscalabletrue if template contains XS/VMWare tools inorder to 
support dynamic scaling of VM cpu/memory
+
+
+isextractabletrue if the template is extractable, false otherwise
+
+
+isfeaturedtrue if this template is a featured template, false 
otherwise
+
+
+ispublictrue if this template is a public template, false 
otherwise
+
+
+isreadytrue if the template is ready to be deployed from, false 
otherwise.
+
+
+namethe template name
+
+
+ostypeidthe ID of the OS type for this template.
+
+
+ostypenamethe name of the OS type for this template.
+
+
+passwordenabledtrue if the reset password feature is enabled, false 
otherwise
+
+
+projectthe project name of the template
+
+
+projectidthe project id of the template
+
+
+removedthe date this template was removed
+
+
+sizethe size of the template
+
+
+sourcetemplateidthe template ID of the parent template if present
+
+
+sshkeyenabledtrue if template is sshkey enabled, false otherwise
+
+
+statusthe status of the template
+
+
+templatetagthe tag of this template
+
+
+templatetypethe type of the template
+
+
+zoneidthe ID of the zone for this template
+
+
+zonenamethe name of the zone for this template
+
+
+jobidthe ID of the latest async job acting on this object
+
+
+jobstatusthe current status of the latest async job acting on this 
object
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/registerSSHKeyPair.html

[25/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/listNetworkACLs.html
--
diff --git a/content/api/apidocs-4.9/apis/listNetworkACLs.html 
b/content/api/apidocs-4.9/apis/listNetworkACLs.html
new file mode 100644
index 000..a9b187a
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/listNetworkACLs.html
@@ -0,0 +1,196 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listNetworkACLs
+Lists all network ACL items
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+aclidlist 
network ACL items by ACL IDfalse
+
+
+actionlist 
network ACL items by actionfalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+fordisplaylist resources by display flag; only ROOT admin is 
eligible to pass this parameterfalse
+
+
+idLists 
network ACL Item with the specified IDfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+networkidlist 
network ACL items by network IDfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+projectidlist 
objects by projectfalse
+
+
+protocollist 
network ACL items by protocolfalse
+
+
+tagsList 
resources by tags (key/value pairs)false
+
+
+traffictypelist network ACL items by traffic type - ingress or 
egressfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the ACL Item
+
+
+aclidthe ID of the ACL this item belongs to
+
+
+actionAction of ACL Item. Allow/Deny
+
+
+cidrlistthe cidr list to forward traffic from
+
+
+endportthe ending port of ACL's port range
+
+
+fordisplayis rule for display to the regular user
+
+
+icmpcodeerror code for this icmp message
+
+
+icmptypetype of the icmp message being sent
+
+
+numberNumber of the ACL Item
+
+
+protocolthe protocol of the ACL
+
+
+startportthe starting port of ACL's port range
+
+
+statethe state of the rule
+
+
+traffictypethe traffic type for the ACL
+
+
+tags(*)the list of resource tags associated with the network 
ACLs
+
+accountthe account associated with the tag
+
+
+customercustomer associated with the tag
+
+
+domainthe domain associated with the tag
+
+
+domainidthe ID of the domain associated with the tag
+
+
+keytag key name
+
+
+projectthe project name where tag belongs to
+
+
+projectidthe project id the tag belongs to
+
+
+resourceidid 
of the resource
+
+
+resourcetyperesource type
+
+
+valuetag value
+
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/listNetworkDevice.html
--
diff --git a/content/api/apidocs-4.9/apis/listNetworkDevice.html 
b/content/api/apidocs-4.9/apis/listNetworkDevice.html
new file mode 100644
index 000..b80aa9d
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/listNetworkDevice.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listNetworkDevice
+List network devices
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+keywordList 
by keywordfalse
+
+
+networkdeviceparameterlistparameters for network devicefalse
+
+
+networkdevicetypeNetwork device type, now supports ExternalDhcp, 
PxeServer, NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, 
NetscalerSDXLoadBalancer, F5BigIpLoadBalancer, JuniperSRXFirewall, 
PaloAltoFirewallfalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the network device
+
+
+
+

[02/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api_archives.html
--
diff --git a/content/api_archives.html b/content/api_archives.html
new file mode 100644
index 000..d34d838
--- /dev/null
+++ b/content/api_archives.html
@@ -0,0 +1,218 @@
+
+  
+  
+Apache CloudStack: Open Source Cloud Computing
+
+
+
+
+
+https://cloudstack.apache.org/images/monkey-144.png";>
+
+
+
+
+https://cloudstack.apache.org/images/monkey-144.png";>
+
+
+
+
+https://cloudstack.apache.org/images/monkey-144.png";>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+https://code.jquery.com/jquery-latest.js";>
+https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js";>
+
+$('.dropdown-toggle').dropdown();
+$('.nav-collapse').collapse();
+
+  
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+  About 
+  
+About
+
+https://blogs.apache.org/cloudstack/"; target="_blank">Blog
+http://planet.apache.org/cloudstack/"; target="_blank">Planet
+History
+Features
+FAQ
+Who We Are
+Security
+  
+
+
+  Community 
+  
+Get 
Involved
+Developers
+Mailing 
Lists
+http://lanyrd.com/topics/apache-cloudstack/"; target="_blank">Events & 
Meetups 
+  
+
+
+  Users 
+  
+Known Users
+https://cwiki.apache.org/confluence/display/CLOUDSTACK/Case+Studies"; 
target="_blank">Case Studies 
+Take Survey
+  
+
+
+  Documentation 
+  
+http://docs.cloudstack.apache.org"; 
target="_blank">Getting Started Docs
+http://docs.cloudstack.apache.org/projects/cloudstack-installation"; 
target="_blank">Installation Docs 
+http://docs.cloudstack.apache.org/projects/cloudstack-administration"; 
target="_blank">Administration Docs
+http://docs.cloudstack.apache.org/projects/cloudstack-release-notes"; 
target="_blank">Release Notes
+https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home"; 
target="_blank">Wiki
+https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Books"; 
target="_blank">Books
+API Documentation
+  
+
+
+  Download 
+  
+CloudStack 
Releases
+CloudMonkey
+Release 
Archive
+  
+
+   
+  Apache 
+  
+   http://apache.org";>Apache Software Foundation
+http://www.apache.org/licenses/";>License
+http://www.apache.org/foundation/sponsorship.html";>Sponsorship
+http://www.apache.org/foundation/thanks.html";>Thanks
+  
+
+  
+
+
+
+
+
+
+
+
+
+
+
+Apache CloudStack: deprecated API
+
+
+
+
+
+
+
+Below are API reference material for older version of Apache CloudStack, 
provided by major feature version.  Each feature version supports three levels 
of access, and the available API commands for each level are provided 
seperately.
+
+If you find problems or see ways in which this API reference can be enhanced
+we would welcome your help, please file a bug in the
+https://issues.apache.org/jira/browse/CLOUDSTACK";>CloudStack bug 
tracker
+or by submitting a patch.
+
+4.6.x
+
+
+  Root Admin API
+  Domain Admin API
+  User API
+
+
+4.5.x
+
+
+  Root Admin API
+  Domain Admin API
+  User API
+
+
+4.4.x
+
+
+  Root Admin API
+  Domain Admin API
+  User API
+
+
+4.3.x
+
+
+  Root Admin API
+  Domain Admin API
+  User API
+
+
+4.2.x
+
+
+  Root Admin API
+  Domain Admin API
+  User API
+
+
+4.1.x
+
+
+  Root Admin API
+  Domain Admin API
+  User API
+
+
+4.0.x
+
+
+  Root Admin API
+  Domain Admin 
API
+  User API
+
+
+Latest API documentation is located in the API 
page.
+
+
+
+Copyright © 2016 The Apache Software Foundation, Licensed 
under the Apache License, Version 2.0. 
+"Apache", "CloudStack", "Apache CloudStack", the Apache 
CloudStack logo, the Apache CloudStack Cloud Monkey logo and the Apache feather 
logos are registered trademarks or trademarks of The Apache Software 
Foundation.
+Apache CloudStack 
Trad

[49/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/addBigSwitchBcfDevice.html
--
diff --git a/content/api/apidocs-4.9/apis/addBigSwitchBcfDevice.html 
b/content/api/apidocs-4.9/apis/addBigSwitchBcfDevice.html
new file mode 100644
index 000..99bb260
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/addBigSwitchBcfDevice.html
@@ -0,0 +1,115 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addBigSwitchBcfDevice
+Adds a BigSwitch BCF Controller device
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+hostnameHostname of ip address of the BigSwitch BCF 
Controller.true
+
+
+natNAT support of the BigSwitch BCF 
Controller.true
+
+
+passwordPassword of the BigSwitch BCF 
Controller.true
+
+
+physicalnetworkidthe Physical Network IDtrue
+
+
+usernameUsername of the BigSwitch BCF 
Controller.true
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+bcfdeviceiddevice id of the BigSwitch BCF Controller
+
+
+bigswitchdevicenamedevice name
+
+
+hostnamethe controller Ip address
+
+
+natNAT 
support
+
+
+passwordthe controller password
+
+
+physicalnetworkidthe physical network to which this BigSwitch BCF segment 
belongs to
+
+
+providername of the provider
+
+
+usernamethe controller username
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/addBrocadeVcsDevice.html
--
diff --git a/content/api/apidocs-4.9/apis/addBrocadeVcsDevice.html 
b/content/api/apidocs-4.9/apis/addBrocadeVcsDevice.html
new file mode 100644
index 000..1bae319
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/addBrocadeVcsDevice.html
@@ -0,0 +1,103 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+addBrocadeVcsDevice
+Adds a Brocade VCS Switch
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+hostnameHostname of ip address of the Brocade VCS 
Switch.true
+
+
+passwordCredentials to access the Brocade VCS Switch 
APItrue
+
+
+physicalnetworkidthe Physical Network IDtrue
+
+
+usernameCredentials to access the Brocade VCS Switch 
APItrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+brocadedevicenamedevice name
+
+
+hostnamethe principal switch Ip address
+
+
+physicalnetworkidthe physical Network to which this Brocade VCS belongs 
to
+
+
+providername of the provider
+
+
+vcsdeviceiddevice id of the Brocade Vcs
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html
--
diff --git a/content/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html 
b/content/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html
new file mode 100644
index 000..623a9aa
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/addCiscoAsa1000vResource.html
@@ -0,0 +1,88 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+

[23/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/listProjectInvitations.html
--
diff --git a/content/api/apidocs-4.9/apis/listProjectInvitations.html 
b/content/api/apidocs-4.9/apis/listProjectInvitations.html
new file mode 100644
index 000..4496c71
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/listProjectInvitations.html
@@ -0,0 +1,133 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listProjectInvitations
+Lists project invitations and provides detailed information for listed 
invitations
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+activeonlyif 
true, list only active invitations - having Pending state and ones that are not 
timed out yetfalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+idlist 
invitations by idfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+projectidlist 
by project idfalse
+
+
+statelist 
invitations by statefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the invitation
+
+
+accountthe account name of the project's owner
+
+
+domainthe domain name where the project belongs to
+
+
+domainidthe domain id the project belongs to
+
+
+emailthe email the invitation was sent to
+
+
+projectthe name of the project
+
+
+projectidthe id of the project
+
+
+statethe invitation state
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/listProjects.html
--
diff --git a/content/api/apidocs-4.9/apis/listProjects.html 
b/content/api/apidocs-4.9/apis/listProjects.html
new file mode 100644
index 000..c4c646e
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/listProjects.html
@@ -0,0 +1,271 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+listProjects
+Lists projects and provides detailed information for listed projects
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountlist 
resources by account. Must be used with the domainId parameter.false
+
+
+displaytextlist projects by display textfalse
+
+
+domainidlist 
only resources belonging to the domain specifiedfalse
+
+
+idlist 
projects by project IDfalse
+
+
+isrecursivedefaults to false, but if true, lists all resources 
from the parent specified by the domainId till leaves.false
+
+
+keywordList 
by keywordfalse
+
+
+listallIf set 
to false, list only resources belonging to the command's caller; if set to true 
- list resources that the caller is authorized to see. Default value is 
falsefalse
+
+
+namelist 
projects by namefalse
+
+
+pagefalse
+
+
+pagesizefalse
+
+
+statelist 
projects by statefalse
+
+
+tagsList 
projects by tags (key/value pairs)false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
id of the project
+
+
+accountthe account name of the project's owner
+
+
+cpuavailablethe total number of cpu cores available to be created for 
this project
+
+
+cpulimitthe total number of cpu cores the project can own
+
+
+cputotalthe total number of cpu cores owned by project
+
+
+displaytextthe displaytext of the project
+
+
+domainthe domain name where the project belongs to
+
+
+domainidthe domain id the project belongs to
+
+
+ipavailablethe total number of public ip addresses available for this 
project to acquire
+
+

[13/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html
--
diff --git a/content/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html 
b/content/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html
new file mode 100644
index 000..a5f9751
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/resetSSHKeyForVirtualMachine.html
@@ -0,0 +1,508 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+resetSSHKeyForVirtualMachine
+Resets the SSH Key for virtual machine. The virtual machine must be in a 
"Stopped" state. [async]
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+keypairname of the ssh key pair used to login to the 
virtual machinetrue
+
+
+accountan 
optional account for the ssh key. Must be used with domainId.false
+
+
+domainidan 
optional domainId for the virtual machine. If the account parameter is used, 
domainId must also be used.false
+
+
+projectidan 
optional project for the ssh keyfalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zone

[31/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/getVMPassword.html
--
diff --git a/content/api/apidocs-4.9/apis/getVMPassword.html 
b/content/api/apidocs-4.9/apis/getVMPassword.html
new file mode 100644
index 000..8864081
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/getVMPassword.html
@@ -0,0 +1,82 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+getVMPassword
+Returns an encrypted password for the VM
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+encryptedpasswordThe base64 encoded encrypted password of the VM
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/getVirtualMachineUserData.html
--
diff --git a/content/api/apidocs-4.9/apis/getVirtualMachineUserData.html 
b/content/api/apidocs-4.9/apis/getVirtualMachineUserData.html
new file mode 100644
index 000..09be978
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/getVirtualMachineUserData.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+getVirtualMachineUserData
+Returns user data associated with the VM
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+virtualmachineidThe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+userdataBase 64 encoded VM user data
+
+
+virtualmachineidthe ID of the virtual machine
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html
--
diff --git a/content/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html 
b/content/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html
new file mode 100644
index 000..154650c
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/getVolumeSnapshotDetails.html
@@ -0,0 +1,82 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+getVolumeSnapshotDetails
+Get Volume Snapshot Details
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+snapshotidCloudStack Snapshot UUIDtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+volumeiScsiNameVolume iSCSI Name
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/bl

[50/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
site build for 4.9.0


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/97caa4e4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/97caa4e4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/97caa4e4

Branch: refs/heads/asf-site
Commit: 97caa4e4bcc1cecd0ee0fba5a91bb1b89062b2a8
Parents: 6650787
Author: Pierre-Luc Dion 
Authored: Thu Aug 11 20:37:32 2016 -0400
Committer: Pierre-Luc Dion 
Committed: Thu Aug 11 20:37:32 2016 -0400

--
 content/about.html  |4 +-
 content/api.html|   73 +-
 .../api/apidocs-4.9/apis/activateProject.html   |  238 ++
 .../apidocs-4.9/apis/addAccountToProject.html   |   91 +
 .../api/apidocs-4.9/apis/addBaremetalDhcp.html  |  106 +
 .../api/apidocs-4.9/apis/addBaremetalHost.html  |  286 +++
 .../apis/addBaremetalPxeKickStartServer.html|  100 +
 .../apis/addBaremetalPxePingServer.html |  118 +
 .../api/apidocs-4.9/apis/addBaremetalRct.html   |   85 +
 .../apidocs-4.9/apis/addBigSwitchBcfDevice.html |  115 +
 .../apidocs-4.9/apis/addBrocadeVcsDevice.html   |  103 +
 .../apis/addCiscoAsa1000vResource.html  |   88 +
 .../apidocs-4.9/apis/addCiscoVnmcResource.html  |   88 +
 content/api/apidocs-4.9/apis/addCluster.html|  208 ++
 .../apidocs-4.9/apis/addExternalFirewall.html   |  121 +
 .../apis/addExternalLoadBalancer.html   |  109 +
 .../api/apidocs-4.9/apis/addF5LoadBalancer.html |  121 +
 .../api/apidocs-4.9/apis/addGloboDnsHost.html   |   94 +
 content/api/apidocs-4.9/apis/addGuestOs.html|   97 +
 .../api/apidocs-4.9/apis/addGuestOsMapping.html |  112 +
 content/api/apidocs-4.9/apis/addHost.html   |  283 +++
 content/api/apidocs-4.9/apis/addImageStore.html |  118 +
 .../api/apidocs-4.9/apis/addImageStoreS3.html   |  136 ++
 content/api/apidocs-4.9/apis/addIpToNic.html|   97 +
 .../apidocs-4.9/apis/addLdapConfiguration.html  |   88 +
 .../apis/addNetscalerLoadBalancer.html  |  148 ++
 .../api/apidocs-4.9/apis/addNetworkDevice.html  |   85 +
 .../apis/addNetworkServiceProvider.html |  109 +
 .../apis/addNicToVirtualMachine.html|  502 
 .../apidocs-4.9/apis/addNiciraNvpDevice.html|  121 +
 .../api/apidocs-4.9/apis/addNuageVspDevice.html |  130 ++
 .../apis/addOpenDaylightController.html |  103 +
 .../apidocs-4.9/apis/addPaloAltoFirewall.html   |  139 ++
 content/api/apidocs-4.9/apis/addRegion.html |  100 +
 .../api/apidocs-4.9/apis/addResourceDetail.html |   94 +
 .../apidocs-4.9/apis/addSecondaryStorage.html   |  109 +
 .../api/apidocs-4.9/apis/addSrxFirewall.html|  139 ++
 .../apidocs-4.9/apis/addStratosphereSsp.html|  106 +
 content/api/apidocs-4.9/apis/addSwift.html  |  115 +
 .../api/apidocs-4.9/apis/addTrafficMonitor.html |  103 +
 .../api/apidocs-4.9/apis/addTrafficType.html|  127 ++
 content/api/apidocs-4.9/apis/addUcsManager.html |  103 +
 content/api/apidocs-4.9/apis/addVmwareDc.html   |  103 +
 content/api/apidocs-4.9/apis/addVpnUser.html|  115 +
 content/api/apidocs-4.9/apis/archiveAlerts.html |   94 +
 content/api/apidocs-4.9/apis/archiveEvents.html |   94 +
 .../apis/assignCertToLoadBalancer.html  |   88 +
 .../apis/assignToGlobalLoadBalancerRule.html|   91 +
 .../apis/assignToLoadBalancerRule.html  |   91 +
 .../apidocs-4.9/apis/assignVirtualMachine.html  |  508 +
 .../apidocs-4.9/apis/associateIpAddress.html|  229 ++
 content/api/apidocs-4.9/apis/associateLun.html  |   91 +
 .../apis/associateUcsProfileToBlade.html|  100 +
 content/api/apidocs-4.9/apis/attachIso.html |  499 
 content/api/apidocs-4.9/apis/attachVolume.html  |  241 ++
 .../api/apidocs-4.9/apis/authorizeSamlSso.html  |   91 +
 .../apis/authorizeSecurityGroupEgress.html  |  172 ++
 .../apis/authorizeSecurityGroupIngress.html |  172 ++
 .../apidocs-4.9/apis/cancelHostMaintenance.html |  256 +++
 .../apis/cancelStorageMaintenance.html  |  154 ++
 .../apis/changeOutOfBandManagementPassword.html |  115 +
 .../apis/changeServiceForRouter.html|  280 +++
 .../apis/changeServiceForSystemVm.html  |  169 ++
 .../apis/changeServiceForVirtualMachine.html|  502 
 .../apidocs-4.9/apis/cleanVMReservations.html   |   82 +
 .../apis/configureF5LoadBalancer.html   |  112 +
 .../configureInternalLoadBalancerElement.html   |   91 +
 .../apis/configureNetscalerLoadBalancer.html|  136 ++
 .../apis/configureOutOfBandManagement.html  |  127 ++
 .../apidocs-4.9/apis/configureOvsElement.html   |  106 +
 .../apis/configurePaloAltoFirewall.html |  130 ++
 .../apidocs-4.9/apis/configureSrxFirewall.html  |  130 ++
 .../apis/configureVirtualRouterElement.html |  106 +
 content/api/apidocs-4.9/apis/copyIso.html   |  196 ++
 content/api/apidocs-4.9/apis/copyTemplate.ht

[39/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/createVolume.html
--
diff --git a/content/api/apidocs-4.9/apis/createVolume.html 
b/content/api/apidocs-4.9/apis/createVolume.html
new file mode 100644
index 000..425770a
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/createVolume.html
@@ -0,0 +1,271 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+createVolume
+Creates a disk volume from a disk offering. This disk volume must still be 
attached to a virtual machine to make use of it.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+accountthe 
account associated with the disk volume. Must be used with the domainId 
parameter.false
+
+
+customidan 
optional field, in case you want to set a custom id to the resource. Allowed to 
Root Admins onlyfalse
+
+
+diskofferingidthe ID of the disk offering. Either diskOfferingId or 
snapshotId must be passed in.false
+
+
+displayvolumean optional field, whether to display the volume to the 
end user or not.false
+
+
+domainidthe 
domain ID associated with the disk offering. If used with the account parameter 
returns the disk volume associated with the account for the specified 
domain.false
+
+
+maxiopsmax 
iopsfalse
+
+
+miniopsmin 
iopsfalse
+
+
+namethe name 
of the disk volumefalse
+
+
+projectidthe 
project associated with the volume. Mutually exclusive with account 
parameterfalse
+
+
+sizeArbitrary 
volume sizefalse
+
+
+snapshotidthe 
snapshot ID for the disk volume. Either diskOfferingId or snapshotId must be 
passed in.false
+
+
+virtualmachineidthe ID of the virtual machine; to be used with snapshot 
Id, VM to which the volume gets attached after creationfalse
+
+
+zoneidthe ID 
of the availability zonefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idID 
of the disk volume
+
+
+accountthe account associated with the disk volume
+
+
+attachedthe date the volume was attached to a VM instance
+
+
+chaininfothe chain info of the volume
+
+
+createdthe date the disk volume was created
+
+
+destroyedthe boolean state of whether the volume is destroyed or 
not
+
+
+deviceidthe ID of the device on user vm the volume is attahed to. 
This tag is not returned when the volume is detached.
+
+
+diskBytesReadRatebytes read rate of the disk volume
+
+
+diskBytesWriteRatebytes write rate of the disk volume
+
+
+diskIopsReadRateio requests read rate of the disk volume
+
+
+diskIopsWriteRateio requests write rate of the disk volume
+
+
+diskofferingdisplaytextthe display text of the disk offering
+
+
+diskofferingidID of the disk offering
+
+
+diskofferingnamename of the disk offering
+
+
+displayvolumean optional field whether to the display the volume to the 
end user or not.
+
+
+domainthe domain associated with the disk volume
+
+
+domainidthe ID of the domain associated with the disk volume
+
+
+hypervisorHypervisor the volume belongs to
+
+
+isextractabletrue if the volume is extractable, false otherwise
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+maxiopsmax iops of the disk volume
+
+
+miniopsmin iops of the disk volume
+
+
+namename of the disk volume
+
+
+paththe path of the volume
+
+
+projectthe project name of the vpn
+
+
+projectidthe project id of the vpn
+
+
+provisioningtypeprovisioning type used to create volumes.
+
+
+quiescevmneed quiesce vm or not when taking snapshot
+
+
+serviceofferingdisplaytextthe display text of the service offering for root disk
+
+
+serviceofferingidID of the service offering for root disk
+
+
+serviceofferingnamename of the service offering for root disk
+
+
+sizesize of the disk volume
+
+
+snapshotidID of the snapshot from which this volume was created
+
+
+statethe state of the disk volume
+
+
+statusthe status of the volume
+
+
+storagename of the primary storage hosting the disk volume
+
+
+storageidid of the primary storage hosting the disk volume; 
returned to admin user only
+
+
+storagetypeshared or local storage
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+typetype of the disk volume (ROOT or DATADISK)
+
+
+virtualmachineidid of the virtual machine
+
+
+vmdisplaynamedisplay name of the virtual machine
+
+
+vmnamename of the virtual machine
+

[38/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/deleteAlerts.html
--
diff --git a/content/api/apidocs-4.9/apis/deleteAlerts.html 
b/content/api/apidocs-4.9/apis/deleteAlerts.html
new file mode 100644
index 000..baba4f6
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/deleteAlerts.html
@@ -0,0 +1,94 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteAlerts
+Delete one or more alerts.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+enddateend 
date range to delete alerts (including) this date (use format "-MM-dd" or 
the new format "-MM-ddThh:mm:ss")false
+
+
+idsthe IDs of 
the alertsfalse
+
+
+startdatestart date range to delete alerts (including) this date 
(use format "-MM-dd" or the new format "-MM-ddThh:mm:ss")false
+
+
+typedelete by 
alert typefalse
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/deleteAutoScalePolicy.html
--
diff --git a/content/api/apidocs-4.9/apis/deleteAutoScalePolicy.html 
b/content/api/apidocs-4.9/apis/deleteAutoScalePolicy.html
new file mode 100644
index 000..fb9c4f7
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/deleteAutoScalePolicy.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteAutoScalePolicy
+Deletes a autoscale policy.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the autoscale policytrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html
--
diff --git a/content/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html 
b/content/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html
new file mode 100644
index 000..1516a55
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/deleteAutoScaleVmGroup.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteAutoScaleVmGroup
+Deletes a autoscale vm group.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the autoscale grouptrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache 

[36/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/deleteProjectInvitation.html
--
diff --git a/content/api/apidocs-4.9/apis/deleteProjectInvitation.html 
b/content/api/apidocs-4.9/apis/deleteProjectInvitation.html
new file mode 100644
index 000..a14f54d
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/deleteProjectInvitation.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteProjectInvitation
+Deletes project invitation
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idid of the invitationtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html
--
diff --git a/content/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html 
b/content/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html
new file mode 100644
index 000..7168308
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/deleteRemoteAccessVpn.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteRemoteAccessVpn
+Destroys a l2tp/ipsec remote access vpn
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+publicipidpublic ip address id of the vpn 
servertrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/deleteRole.html
--
diff --git a/content/api/apidocs-4.9/apis/deleteRole.html 
b/content/api/apidocs-4.9/apis/deleteRole.html
new file mode 100644
index 000..1d9f5fc
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/deleteRole.html
@@ -0,0 +1,85 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+deleteRole
+Deletes a role
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idID of the roletrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+displaytextany text associated with the success or failure
+
+
+successtrue if operation is executed successfully
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+

[46/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/associateLun.html
--
diff --git a/content/api/apidocs-4.9/apis/associateLun.html 
b/content/api/apidocs-4.9/apis/associateLun.html
new file mode 100644
index 000..0b2461a
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/associateLun.html
@@ -0,0 +1,91 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+associateLun
+Associate a LUN with a guest IQN
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+iqnGuest IQN to which the LUN 
associate.true
+
+
+nameLUN name.true
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
LUN id
+
+
+ipaddressthe IP address of 
+
+
+targetiqnthe target IQN
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/associateUcsProfileToBlade.html
--
diff --git a/content/api/apidocs-4.9/apis/associateUcsProfileToBlade.html 
b/content/api/apidocs-4.9/apis/associateUcsProfileToBlade.html
new file mode 100644
index 000..1a1a1be
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/associateUcsProfileToBlade.html
@@ -0,0 +1,100 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+associateUcsProfileToBlade
+associate a profile to a blade
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+bladeidblade idtrue
+
+
+profilednprofile dntrue
+
+
+ucsmanageriducs manager idtrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+iducs 
blade id
+
+
+bladednucs blade dn
+
+
+hostidcloudstack host id this blade associates to
+
+
+profilednassociated ucs profile dn
+
+
+ucsmanageriducs manager id
+
+
+
+
+
+
+
+
+
+https://comments.apache.org/show_comments.lua?site=test"; 
async="true">
+
+https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin";>
+
+
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the
+   http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0.
+
+Apache, CloudStack, Apache CloudStack, the Apache CloudStack 
logo, the CloudMonkey logo  and the Apache feather logo are trademarks of The 
Apache Software Foundation.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/attachIso.html
--
diff --git a/content/api/apidocs-4.9/apis/attachIso.html 
b/content/api/apidocs-4.9/apis/attachIso.html
new file mode 100644
index 000..a4a0746
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/attachIso.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+attachIso
+Attaches an ISO to a virtual machine.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idthe ID of the ISO filetrue
+
+
+virtualmachineidthe ID of the virtual machinetrue
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+disk

[10/50] [abbrv] cloudstack-www git commit: site build for 4.9.0

2016-08-11 Thread pdion891
http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/97caa4e4/content/api/apidocs-4.9/apis/stopVirtualMachine.html
--
diff --git a/content/api/apidocs-4.9/apis/stopVirtualMachine.html 
b/content/api/apidocs-4.9/apis/stopVirtualMachine.html
new file mode 100644
index 000..f09cc2d
--- /dev/null
+++ b/content/api/apidocs-4.9/apis/stopVirtualMachine.html
@@ -0,0 +1,499 @@
+
+http://www.w3.org/1999/xhtml";>
+
+
+
+
+
+Apache CloudStack | The Power Behind Your Cloud
+
+
+
+
+
+
+
+
+
+
+http://cloudstack.org";>
+
+
+
+
+
+
+
+
+
+   Apache 
CloudStack v4.9.0 Root Admin API Reference
+   
+
+stopVirtualMachine
+Stops a virtual machine.
+
+
+
+
+
+
+Request parameters
+
+
+Parameter NameDescriptionRequired
+
+
+idThe ID of the virtual machinetrue
+
+
+forcedForce 
stop the VM (vm is marked as Stopped even when command fails to be send to the 
backend).  The caller knows the VM is stopped.false
+
+
+
+
+Response Tags
+
+
+Response NameDescription
+
+
+idthe 
ID of the virtual machine
+
+
+accountthe account associated with the virtual machine
+
+
+cpunumberthe number of cpu this virtual machine is running with
+
+
+cpuspeedthe speed of each cpu
+
+
+cpuusedthe amount of the vm's CPU currently used
+
+
+createdthe date when this virtual machine was created
+
+
+detailsVm details in key/value pairs.
+
+
+diskioreadthe read (io) of disk on the vm
+
+
+diskiowritethe write (io) of disk on the vm
+
+
+diskkbsreadthe read (bytes) of disk on the vm
+
+
+diskkbswritethe write (bytes) of disk on the vm
+
+
+diskofferingidthe ID of the disk offering of the virtual machine
+
+
+diskofferingnamethe name of the disk offering of the virtual machine
+
+
+displaynameuser generated name. The name of the virtual machine is 
returned if no displayname exists.
+
+
+displayvman optional field whether to the display the vm to the end 
user or not.
+
+
+domainthe name of the domain in which the virtual machine 
exists
+
+
+domainidthe ID of the domain in which the virtual machine 
exists
+
+
+forvirtualnetworkthe virtual network for the service offering
+
+
+groupthe group name of the virtual machine
+
+
+groupidthe group ID of the virtual machine
+
+
+guestosidOs type ID of the virtual machine
+
+
+haenabletrue if high-availability is enabled, false otherwise
+
+
+hostidthe ID of the host for the virtual machine
+
+
+hostnamethe name of the host for the virtual machine
+
+
+hypervisorthe hypervisor on which the template runs
+
+
+instancenameinstance name of the user vm; this parameter is returned 
to the ROOT admin only
+
+
+isdynamicallyscalabletrue if vm contains XS/VMWare tools inorder to support 
dynamic scaling of VM cpu/memory.
+
+
+isodisplaytextan alternate display text of the ISO attached to the 
virtual machine
+
+
+isoidthe ID of the ISO attached to the virtual machine
+
+
+isonamethe name of the ISO attached to the virtual machine
+
+
+keypairssh key-pair
+
+
+memorythe memory allocated for the virtual machine
+
+
+memoryintfreekbsthe internal memory thats free in vm
+
+
+memorykbsthe memory used by the vm
+
+
+memorytargetkbsthe target memory in vm
+
+
+namethe name of the virtual machine
+
+
+networkkbsreadthe incoming network traffic on the vm
+
+
+networkkbswritethe outgoing network traffic on the host
+
+
+ostypeidOS type id of the vm
+
+
+passwordthe password (if exists) of the virtual machine
+
+
+passwordenabledtrue if the password rest feature is enabled, false 
otherwise
+
+
+projectthe project name of the vm
+
+
+projectidthe project id of the vm
+
+
+publicippublic IP address id associated with vm via Static nat 
rule
+
+
+publicipidpublic IP address id associated with vm via Static nat 
rule
+
+
+rootdeviceiddevice ID of the root volume
+
+
+rootdevicetypedevice type of the root volume
+
+
+serviceofferingidthe ID of the service offering of the virtual machine
+
+
+serviceofferingnamethe name of the service offering of the virtual 
machine
+
+
+servicestateState of the Service from LB rule
+
+
+statethe state of the virtual machine
+
+
+templatedisplaytext an alternate display text of the template for the virtual 
machine
+
+
+templateidthe ID of the template for the virtual machine. A -1 is 
returned if the virtual machine was created from an ISO file.
+
+
+templatenamethe name of the template for the virtual machine
+
+
+useridthe user's ID who deployed the virtual machine
+
+
+usernamethe user's name who deployed the virtual machine
+
+
+vgputhe vgpu type used by the virtual machine
+
+
+zoneidthe ID of the availablility zone for the virtual 
machine
+
+
+zonenamethe name of the availability zone for the virtual 
machine
+
+
+affinitygroup(*)list of affinity groups associated with the virtual 
machine
+
+idthe ID of the affinity group
+
+
+accountthe account owning the affinity group
+
+
+descriptionthe de

  1   2   >