|
13 | 13 | specific language governing permissions and limitations
|
14 | 14 | under the License.
|
15 | 15 |
|
16 |
| -API Changes Introduced in 4.19.0.0 |
| 16 | +API Changes Introduced in 4.19.2.0 |
17 | 17 | ==================================
|
18 | 18 | 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 | +================================== |
19 | 150 |
|
20 | 151 | New API Commands
|
21 | 152 | ----------------
|
|
0 commit comments