Skip to content

Commit 243ef38

Browse files
committed
4.19.2 changes
1 parent c7dbfe6 commit 243ef38

File tree

2 files changed

+739
-1
lines changed

2 files changed

+739
-1
lines changed

source/releasenotes/api-changes.rst

Lines changed: 132 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,140 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
API Changes Introduced in 4.19.0.0
16+
API Changes Introduced in 4.19.2.0
1717
==================================
1818
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
19+
New API Commands
20+
----------------
21+
22+
.. cssclass:: table-striped table-bordered table-hover
23+
24+
+---------------------------------------------+--------------------------------------------------------------------------------+
25+
| Name | Description |
26+
+=============================================+================================================================================+
27+
| ``listVmwareDcHosts`` | Lists the VMs in a Vmware Datacenter |
28+
+---------------------------------------------+--------------------------------------------------------------------------------+
29+
30+
Parameters Changed API Commands
31+
-------------------------------
32+
33+
.. cssclass:: table-striped table-bordered table-hover
34+
35+
+---------------------------------------------+--------------------------------------------------------------------------------+
36+
| Name | Description |
37+
+=============================================+================================================================================+
38+
| ``listNiciraNvpDeviceNetworks`` | **Response:** |
39+
| | |
40+
| | *New Parameters:* |
41+
| | |
42+
| | - ``specifyvlan`` |
43+
| | |
44+
+---------------------------------------------+--------------------------------------------------------------------------------+
45+
| ``updateNetwork`` | **Response:** |
46+
| | |
47+
| | *New Parameters:* |
48+
| | |
49+
| | - ``specifyvlan`` |
50+
| | |
51+
+---------------------------------------------+--------------------------------------------------------------------------------+
52+
| ``listNetscalerLoadBalancerNetworks`` | **Response:** |
53+
| | |
54+
| | *New Parameters:* |
55+
| | |
56+
| | - ``specifyvlan`` |
57+
| | |
58+
+---------------------------------------------+--------------------------------------------------------------------------------+
59+
| ``listBrocadeVcsDeviceNetworks`` | **Response:** |
60+
| | |
61+
| | *New Parameters:* |
62+
| | |
63+
| | - ``specifyvlan`` |
64+
| | |
65+
+---------------------------------------------+--------------------------------------------------------------------------------+
66+
| ``listNetworks`` | **Response:** |
67+
| | |
68+
| | *New Parameters:* |
69+
| | |
70+
| | - ``specifyvlan`` |
71+
| | |
72+
+---------------------------------------------+--------------------------------------------------------------------------------+
73+
| ``listPaloAltoFirewallNetworks`` | **Response:** |
74+
| | |
75+
| | *New Parameters:* |
76+
| | |
77+
| | - ``specifyvlan`` |
78+
| | |
79+
+---------------------------------------------+--------------------------------------------------------------------------------+
80+
| ``updatePortForwardingRule`` | **Request:** |
81+
| | |
82+
| | *New Parameters:* |
83+
| | |
84+
| | - ``cidrlist`` (optional) |
85+
| | |
86+
+---------------------------------------------+--------------------------------------------------------------------------------+
87+
| ``listVmwareDcVms`` | **Request:** |
88+
| | |
89+
| | *New Parameters:* |
90+
| | |
91+
| | - ``batchsize`` (optional) |
92+
| | - ``host`` (optional) |
93+
| | - ``token`` (optional) |
94+
| | |
95+
| | *Removed Parameters:* |
96+
| | |
97+
| | - ``keyword`` |
98+
| | - ``page`` |
99+
| | - ``pagesize`` |
100+
| | |
101+
| | **Response:** |
102+
| | |
103+
| | *New Parameters:* |
104+
| | |
105+
| | - ``token`` |
106+
| | |
107+
| | *Removed Parameters:* |
108+
| | |
109+
| | - ``clusterid`` |
110+
| | - ``clustername`` |
111+
| | - ``cpucorepersocket`` |
112+
| | - ``cpunumber`` |
113+
| | - ``cpuspeed`` |
114+
| | - ``hostid`` |
115+
| | - ``hostname`` |
116+
| | - ``memory`` |
117+
| | - ``name`` |
118+
| | - ``osdisplayname`` |
119+
| | - ``osid`` |
120+
| | - ``powerstate`` |
121+
| | - ``disk(*)`` |
122+
| | - ``nic(*)`` |
123+
| | |
124+
+---------------------------------------------+--------------------------------------------------------------------------------+
125+
| ``createNetwork`` | **Response:** |
126+
| | |
127+
| | *New Parameters:* |
128+
| | |
129+
| | - ``specifyvlan`` |
130+
| | |
131+
+---------------------------------------------+--------------------------------------------------------------------------------+
132+
| ``migrateNetwork`` | **Response:** |
133+
| | |
134+
| | *New Parameters:* |
135+
| | |
136+
| | - ``specifyvlan`` |
137+
| | |
138+
+---------------------------------------------+--------------------------------------------------------------------------------+
139+
| ``importVm`` | **Request:** |
140+
| | |
141+
| | *New Parameters:* |
142+
| | |
143+
| | - ``importinstancehostid`` (optional) |
144+
| | |
145+
+---------------------------------------------+--------------------------------------------------------------------------------+
146+
147+
148+
API Changes Introduced in 4.19.0.0
149+
==================================
19150

20151
New API Commands
21152
----------------

0 commit comments

Comments
 (0)