|
13 | 13 | specific language governing permissions and limitations |
14 | 14 | under the License. |
15 | 15 |
|
| 16 | +API Changes in |release| since 4.18.0.0 |
| 17 | +=================================== |
| 18 | +For the complete list of API commands and params consult the `CloudStack Apidocs`_. |
| 19 | + |
| 20 | +Parameters Changed in API Commands |
| 21 | +------------------------------- |
| 22 | + |
| 23 | +.. cssclass:: table-striped table-bordered table-hover |
| 24 | + |
| 25 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 26 | +| Name | Description | |
| 27 | ++============================================================+================================================================================+ |
| 28 | +| ``listStoragePools`` | **Request:** | |
| 29 | +| | | |
| 30 | +| | *New Parameters:* | |
| 31 | +| | | |
| 32 | +| | - ``status`` (optional) | |
| 33 | +| | | |
| 34 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 35 | +| ``startVirtualMachine`` | **Request:** | |
| 36 | +| | | |
| 37 | +| | *Changed Parameters:* | |
| 38 | +| | | |
| 39 | +| | - ``considerLastHost`` was available for users but now only for ROOT admins | |
| 40 | +| | | |
| 41 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 42 | +| ``addGuestOs`` | **Request:** | |
| 43 | +| | | |
| 44 | +| | *New Parameters:* | |
| 45 | +| | | |
| 46 | +| | - ``display`` (optional) | |
| 47 | +| | | |
| 48 | +| | *Changed Parameters:* | |
| 49 | +| | | |
| 50 | +| | - ``details`` was 'required' and is now 'optional' | |
| 51 | +| | | |
| 52 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 53 | +| ``updateGuestOs`` | **Request:** | |
| 54 | +| | | |
| 55 | +| | *New Parameters:* | |
| 56 | +| | | |
| 57 | +| | - ``display`` (optional) | |
| 58 | +| | | |
| 59 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 60 | +| ``listOsTypes`` | **Request:** | |
| 61 | +| | | |
| 62 | +| | *New Parameters:* | |
| 63 | +| | | |
| 64 | +| | - ``display`` (optional) | |
| 65 | +| | | |
| 66 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 67 | +| ``createAutoScaleVmProfile`` | **Request:** | |
| 68 | +| | | |
| 69 | +| | *New Parameters:* | |
| 70 | +| | | |
| 71 | +| | - ``userdataid`` (optional) | |
| 72 | +| | - ``userdatadetails`` (optional) | |
| 73 | +| | | |
| 74 | +| | **Response:** | |
| 75 | +| | | |
| 76 | +| | *New Parameters:* | |
| 77 | +| | | |
| 78 | +| | - ``userdataid`` | |
| 79 | +| | - ``userdataname`` | |
| 80 | +| | - ``userdatapolicy`` | |
| 81 | +| | - ``userdatadetails`` | |
| 82 | +| | | |
| 83 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 84 | +| ``updateAutoScaleVmProfile`` | **Request:** | |
| 85 | +| | | |
| 86 | +| | *New Parameters:* | |
| 87 | +| | | |
| 88 | +| | - ``userdataid`` (optional) | |
| 89 | +| | - ``userdatadetails`` (optional) | |
| 90 | +| | | |
| 91 | +| | **Response:** | |
| 92 | +| | | |
| 93 | +| | *New Parameters:* | |
| 94 | +| | | |
| 95 | +| | - ``userdataid`` | |
| 96 | +| | - ``userdataname`` | |
| 97 | +| | - ``userdatapolicy`` | |
| 98 | +| | - ``userdatadetails`` | |
| 99 | +| | | |
| 100 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 101 | +| ``listAutoScaleVmProfiles`` | **Response:** | |
| 102 | +| | | |
| 103 | +| | *New Parameters:* | |
| 104 | +| | | |
| 105 | +| | - ``userdataid`` | |
| 106 | +| | - ``userdataname`` | |
| 107 | +| | - ``userdatapolicy`` | |
| 108 | +| | - ``userdatadetails`` | |
| 109 | +| | | |
| 110 | ++------------------------------------------------------------+--------------------------------------------------------------------------------+ |
| 111 | + |
16 | 112 | API Changes Introduced in 4.18.0.0 |
17 | 113 | =================================== |
18 | 114 | For the complete list of API commands and params consult the `CloudStack Apidocs`_. |
|
0 commit comments