|
13 | 13 | specific language governing permissions and limitations
|
14 | 14 | under the License.
|
15 | 15 |
|
| 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 | + |
16 | 117 | API Changes Introduced in 4.19.2.0
|
17 | 118 | ==================================
|
18 | 119 | For the complete list of API commands and params consult the `CloudStack Apidocs`_.
|
|
0 commit comments