Repository: cloudstack-docs-rn Updated Branches: refs/heads/master 606f16e76 -> a25989144
remove non 4.4 api changes Signed-off-by: Sebastien Goasguen <run...@gmail.com> 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/54d85e83 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/54d85e83 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/54d85e83 Branch: refs/heads/master Commit: 54d85e83c259c61ecbfe03d2a6b8509ab987f00a Parents: 54cce38 Author: Pierre-Luc Dion <pd...@cloudops.com> Authored: Sun May 18 09:59:04 2014 -0400 Committer: Sebastien Goasguen <run...@gmail.com> Committed: Mon May 19 08:49:38 2014 +0200 ---------------------------------------------------------------------- source/api-changes.rst | 143 +++++++------------------------------------- 1 file changed, 20 insertions(+), 123 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54d85e83/source/api-changes.rst ---------------------------------------------------------------------- diff --git a/source/api-changes.rst b/source/api-changes.rst index 9d8879f..91a1f3b 100644 --- a/source/api-changes.rst +++ b/source/api-changes.rst @@ -19,131 +19,28 @@ API Changes Introduced in |version| List Instances -------------- -+---------------------+-------------------------------------------------------------------+ -| API | Description | -+=====================+===================================================================+ -| listVirtualMachines | For this existing API, the following request parameters has | -| | been added | -| | | -| | - ids : comma seperated VM ID's | -+---------------------+-------------------------------------------------------------------+ - -https://issues.apache.org/jira/browse/CLOUDSTACK-6052 - - -API support for retrieving UserData ------------------------------------ - - - - -Hyper-V -------- - -+-------------------+-------------------------------------------------------------------+ -| API | Description | -+===================+===================================================================+ -| addPrimaryStorage | To this existing API, the following field has been added: smb | -+-------------------+-------------------------------------------------------------------+ -| addImageStore | To this existing API, the following field has been added: smb | -+-------------------+-------------------------------------------------------------------+ - -Reporting CPU Sockets ---------------------- - -+----------+-------------------------------------------------------------------+ -| API | Description | -+==========+===================================================================+ -| listhost | To this existing API, the following request parameter has been | -| | added: hypervisor. | -| | | -| | The new response parameter added is: cpusockets | -+----------+-------------------------------------------------------------------+ - -Publishing Alerts Using the Web ROOT Admin API ----------------------------------------------- + +---------------------+-------------------------------------------------------------------+ + | API | Description | + +=====================+===================================================================+ + | listVirtualMachines | For this existing API, the following request parameters has | + | | been added | + | | | + | | - ids : comma seperated VM ID's | + +---------------------+-------------------------------------------------------------------+ + + `CLOUDSTACK-6052 <https://issues.apache.org/jira/browse/CLOUDSTACK-6052>`_ -+---------------+-------------------------------------------------------------------+ -| API | Description | -+===============+===================================================================+ -| generateAlert | A new API has been added to generate and publish alerts for usage | -| | services. The usage services can be installed on a different host | -| | or the same host where the Management Server is running. This API | -| | is available only to the Root Admin. | -+---------------+-------------------------------------------------------------------+ -| listAlerts | To this existing API, a new response parameter has been added: | -| | name. An alert can be searched on the basis of alert name. | -+---------------+-------------------------------------------------------------------+ -Dynamic Compute Offering ------------------------- +Retrieving UserData +------------------- -+-----------------+-------------------------------------------------------------------+ -| API | Description | -+=================+===================================================================+ -| DeployVM | To this existing API, the following request parameter has been | -| | added: details. | -+-----------------+-------------------------------------------------------------------+ -| ScaleVM | To this existing API, the following request parameter has been | -| | added: details. | -+-----------------+-------------------------------------------------------------------+ -| ScaleSystemVM | To this existing API, the following request parameter has been | -| | added: details. | -| | | -+-----------------+-------------------------------------------------------------------+ -| UpgradeVM | To this existing API, the following request parameter has been | -| | added: details. | -+-----------------+-------------------------------------------------------------------+ -| UpgradeSystemVM | To this existing API, the following request parameter has been | -| | added: details. | -| | | -+-----------------+-------------------------------------------------------------------+ + +---------------------------+-------------------------------------------------------------------+ + | API | Description | + +===========================+===================================================================+ + | getVirtualMachineUserData | Returns vmId and userData associated with this vm (if not null) | + | | | + | | - vmId : VM ID (required) | + +---------------------------+-------------------------------------------------------------------+ -Enhanced Upgrade for Virtual Routers ------------------------------------- + `CLOUDSTACK-5870 <https://issues.apache.org/jira/browse/CLOUDSTACK-5870>`_ -+-----------------------+-------------------------------------------------------------------+ -| API | Description | -+=======================+===================================================================+ -| upgradeRouterTemplate | This is a new API which has been added in this release. | -| | | -| | The following are the request parameters: | -| | | -| | - id: Upgrade the specified VR | -| | | -| | - zone\_id : Upgrade the VRs in the specified zone. | -| | | -| | - pod\_id : Upgrade the VRs in the specified pod. | -| | | -| | - cluster\_id : Upgrade the VRs in the specified cluster. | -| | | -| | - domain\_id : Upgrade the VRs belonging to the specified | -| | domain. | -| | | -| | - account\_id : Upgrade the VRs belonging to the specified | -| | account. | -| | | -+-----------------------+-------------------------------------------------------------------+ -| listRouters | For this existing API, the following request parameters has been | -| | added: | -| | | -| | - version: Lists routers by specified version. | -| | | -| | - zone\_id : lists routers in specified zone. | -| | | -| | - pod\_id : Lists routers in the specified pod. | -| | | -| | - cluster\_id : Lists routers in the specified cluster. | -| | | -| | - domain\_id : Lists routers owned by specified domain. | -| | | -| | - account: Lists routers owned by specified account. | -| | | -| | The following response parameters has been added: | -| | | -| | - version : (String) The router version. For example, |release|. | -| | | -| | - requiresupgrade: (Boolean) The flag to indicate if the router | -| | template requires an upgrade. | -| | | -+-----------------------+-------------------------------------------------------------------+