Skip to content

Commit de0d966

Browse files
author
Daan Hoogland
committed
4.19.3 changes
1 parent d441988 commit de0d966

File tree

2 files changed

+388
-2
lines changed

2 files changed

+388
-2
lines changed

source/releasenotes/api-changes.rst

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,107 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16+
API Changes Introduced in 4.19.3.0
17+
==================================
18+
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
19+
20+
Removed API Commands
21+
--------------------
22+
23+
.. cssclass:: table-striped table-bordered table-hover
24+
25+
+---------------------------------------------+--------------------------------------------------------------------------------+
26+
| Name | Description |
27+
+=============================================+================================================================================+
28+
| ``listVmwareDcHosts`` | Lists the VMs in a Vmware Datacenter |
29+
+---------------------------------------------+--------------------------------------------------------------------------------+
30+
31+
Parameters Changed API Commands
32+
-------------------------------
33+
34+
.. cssclass:: table-striped table-bordered table-hover
35+
36+
+---------------------------------------------+--------------------------------------------------------------------------------+
37+
| Name | Description |
38+
+=============================================+================================================================================+
39+
| ``listVirtualMachines`` | **Request:** |
40+
| | |
41+
| | *New Parameters:* |
42+
| | |
43+
| | - ``userdataid`` (optional) |
44+
| | |
45+
+---------------------------------------------+--------------------------------------------------------------------------------+
46+
| ``listVirtualMachinesMetrics`` | **Request:** |
47+
| | |
48+
| | *New Parameters:* |
49+
| | |
50+
| | - ``userdataid`` (optional) |
51+
| | |
52+
+---------------------------------------------+--------------------------------------------------------------------------------+
53+
| ``listVmsForImport`` | **Response:** |
54+
| | |
55+
| | *New Parameters:* |
56+
| | |
57+
| | - ``bootmode`` |
58+
| | - ``boottype`` |
59+
| | |
60+
+---------------------------------------------+--------------------------------------------------------------------------------+
61+
| ``listVmwareDcVms`` | **Request:** |
62+
| | |
63+
| | *New Parameters:* |
64+
| | |
65+
| | - ``hostname`` (optional) |
66+
| | - ``instancename`` (optional) |
67+
| | |
68+
| | *Removed Parameters:* |
69+
| | |
70+
| | - ``batchsize`` |
71+
| | - ``host`` |
72+
| | - ``token`` |
73+
| | |
74+
| | **Response:** |
75+
| | |
76+
| | *New Parameters:* |
77+
| | |
78+
| | - ``bootmode`` |
79+
| | - ``boottype`` |
80+
| | - ``clusterid`` |
81+
| | - ``clustername`` |
82+
| | - ``cpucorepersocket`` |
83+
| | - ``cpunumber`` |
84+
| | - ``cpuspeed`` |
85+
| | - ``hostid`` |
86+
| | - ``hostname`` |
87+
| | - ``memory`` |
88+
| | - ``name`` |
89+
| | - ``osdisplayname`` |
90+
| | - ``osid`` |
91+
| | - ``powerstate`` |
92+
| | - ``disk(*)`` |
93+
| | - ``nic(*)`` |
94+
| | |
95+
| | *Removed Parameters:* |
96+
| | |
97+
| | - ``token`` |
98+
| | |
99+
+---------------------------------------------+--------------------------------------------------------------------------------+
100+
| ``listUnmanagedInstances`` | **Response:** |
101+
| | |
102+
| | *New Parameters:* |
103+
| | |
104+
| | - ``bootmode`` |
105+
| | - ``boottype`` |
106+
| | |
107+
+---------------------------------------------+--------------------------------------------------------------------------------+
108+
| ``listVnfAppliances`` | **Request:** |
109+
| | |
110+
| | *New Parameters:* |
111+
| | |
112+
| | - ``userdataid`` (optional) |
113+
| | |
114+
+---------------------------------------------+--------------------------------------------------------------------------------+
115+
116+
16117
API Changes Introduced in 4.19.2.0
17118
==================================
18119
For the complete list of API commands and params consult the `CloudStack Apidocs`_.

0 commit comments

Comments
 (0)