Changeset 106218 in vbox
- Timestamp:
- Oct 4, 2024 7:06:55 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r106217 r106218 2073 2073 </method> 2074 2074 <method name="start"> 2075 <rest request="post" path="/natnetworks/{networkid}/action s/"/>2075 <rest request="post" path="/natnetworks/{networkid}/action/"/> 2076 2076 </method> 2077 2077 <method name="stop"> 2078 <rest request="post" path="/natnetworks/{networkid}/action s/"/>2078 <rest request="post" path="/natnetworks/{networkid}/action/"/> 2079 2079 </method> 2080 2080 </interface> … … 2401 2401 2402 2402 <method name="start"> 2403 <rest request="post" path="/dhcpservers/{serverid}/action s/"/>2403 <rest request="post" path="/dhcpservers/{serverid}/action/"/> 2404 2404 <desc> 2405 2405 Starts DHCP server process. … … 2421 2421 2422 2422 <method name="stop"> 2423 <rest request="post" path="/dhcpservers/{serverid}/action s/"/>2423 <rest request="post" path="/dhcpservers/{serverid}/action/"/> 2424 2424 <desc> 2425 2425 Stops DHCP server process. … … 2431 2431 2432 2432 <method name="restart"> 2433 <rest request="post" path="/dhcpservers/{serverid}/action s/"/>2433 <rest request="post" path="/dhcpservers/{serverid}/action/"/> 2434 2434 <desc> 2435 2435 Restart running DHCP server process. … … 2986 2986 2987 2987 <method name="composeMachineFilename"> 2988 <rest request="get" path="/server/method s/"/>2988 <rest request="get" path="/server/method/"/> 2989 2989 <desc> 2990 2990 Returns a recommended full path of the settings file name for a new virtual … … 3186 3186 3187 3187 <method name="openMachine"> 3188 <rest name="open" request="post" path="/vms/{vmid}/action s/"/>3188 <rest name="open" request="post" path="/vms/{vmid}/action/"/> 3189 3189 <desc> 3190 3190 Opens a virtual machine from the existing settings file. … … 3232 3232 3233 3233 <method name="registerMachine"> 3234 <rest name="register" request="post" path="/vms/{vmid}/action s/"/>3234 <rest name="register" request="post" path="/vms/{vmid}/action/"/> 3235 3235 <desc> 3236 3236 … … 3279 3279 3280 3280 <method name="getMachinesByGroups"> 3281 <rest request="get" path="/server/method s/"/>3281 <rest request="get" path="/server/method/"/> 3282 3282 <desc> 3283 3283 Gets all machine references which are in one of the specified groups. … … 3294 3294 3295 3295 <method name="getMachineStates"> 3296 <rest request="get" path="/server/method s/"/>3296 <rest request="get" path="/server/method/"/> 3297 3297 <desc> 3298 3298 Gets the state of several machines in a single operation. … … 3319 3319 3320 3320 <method name="createUnattendedInstaller"> 3321 <rest request="post" path="/server/method s/"/>3321 <rest request="post" path="/server/method/"/> 3322 3322 <desc> 3323 3323 Creates a new <link to="IUnattended"/> guest installation object. This can be used to … … 3410 3410 3411 3411 <method name="openMedium"> 3412 <rest request="post" path="/server/method s/"/>3412 <rest request="post" path="/server/method/"/> 3413 3413 <desc> 3414 3414 Finds existing media or opens a medium from an existing storage location. … … 3507 3507 3508 3508 <method name="getGuestOSType"> 3509 <rest request="get" path="/server/method s/"/>3509 <rest request="get" path="/server/method/"/> 3510 3510 <desc> 3511 3511 Returns an object describing the specified guest OS type. … … 3540 3540 3541 3541 <method name="getGuestOSSubtypesByFamilyId"> 3542 <rest request="get" path="/server/method s/"/>3542 <rest request="get" path="/server/method/"/> 3543 3543 <desc> 3544 3544 Returns a list of guest OS family subtypes for a corresponding … … 3566 3566 3567 3567 <method name="getGuestOSDescsBySubtype"> 3568 <rest request="get" path="/server/method s/"/>3568 <rest request="get" path="/server/method/"/> 3569 3569 <desc> 3570 3570 Returns a list of guest OS family descriptions for a corresponding … … 3641 3641 3642 3642 <method name="getExtraDataKeys"> 3643 <rest request="get" path="/server/method s/"/>3643 <rest request="get" path="/server/method/"/> 3644 3644 <desc> 3645 3645 Returns an array representing the global extra data keys which currently … … 3652 3652 3653 3653 <method name="getExtraData"> 3654 <rest request="get" path="/server/method s/"/>3654 <rest request="get" path="/server/method/"/> 3655 3655 <desc> 3656 3656 Returns associated global extra data. … … 3676 3676 3677 3677 <method name="setExtraData"> 3678 <rest request="put" path="/server/method s/"/>3678 <rest request="put" path="/server/method/"/> 3679 3679 <desc> 3680 3680 Sets associated global extra data. … … 3914 3914 3915 3915 <method name="checkFirmwarePresent"> 3916 <rest request="get" path="/server/method s/"/>3916 <rest request="get" path="/server/method/"/> 3917 3917 <desc> 3918 3918 Check if this VirtualBox installation has a firmware … … 4418 4418 4419 4419 <method name="read"> 4420 <rest request="post" path="/appliances/{applianceid}/action s/"/>4420 <rest request="post" path="/appliances/{applianceid}/action/"/> 4421 4421 <desc> 4422 4422 Reads an OVF file into the appliance object. … … 4438 4438 4439 4439 <method name="interpret"> 4440 <rest request="post" path="/appliances/{applianceid}/action s/"/>4440 <rest request="post" path="/appliances/{applianceid}/action/"/> 4441 4441 <desc> 4442 4442 Interprets the OVF data that was read when the appliance was constructed. After … … 4456 4456 4457 4457 <method name="importMachines"> 4458 <rest request="post" path="/appliances/{applianceid}/action s/"/>4458 <rest request="post" path="/appliances/{applianceid}/action/"/> 4459 4459 <desc> 4460 4460 Imports the appliance into VirtualBox by creating instances of <link to="IMachine" /> … … 4496 4496 4497 4497 <method name="write"> 4498 <rest request="post" path="/appliances/{applianceid}/action s/"/>4498 <rest request="post" path="/appliances/{applianceid}/action/"/> 4499 4499 <desc> 4500 4500 Writes the contents of the appliance exports into a new OVF file. … … 8214 8214 8215 8215 <method name="lockMachine"> 8216 <rest name="lock" request="post" path="/vms/{vmid}/action s/"/>8216 <rest name="lock" request="post" path="/vms/{vmid}/action/"/> 8217 8217 <desc> 8218 8218 Locks the machine for the given session to enable the caller … … 8314 8314 8315 8315 <method name="launchVMProcess"> 8316 <rest name="launch" request="post" path="/vms/{vmid}/action s/"/>8316 <rest name="launch" request="post" path="/vms/{vmid}/action/"/> 8317 8317 <desc> 8318 8318 Spawns a new process that will execute the virtual machine and obtains a shared … … 8979 8979 8980 8980 <method name="unmountMedium"> 8981 <rest name="unmount" request="post" path="/vms/{vmid}/media/action s/"/>8981 <rest name="unmount" request="post" path="/vms/{vmid}/media/action/"/> 8982 8982 <desc> 8983 8983 Unmounts any currently mounted medium (<link to="IMedium" />, … … 9032 9032 9033 9033 <method name="mountMedium"> 9034 <rest name="mount" request="post" path="/vms/{vmid}/media/action s/"/>9034 <rest name="mount" request="post" path="/vms/{vmid}/media/action/"/> 9035 9035 <desc> 9036 9036 Mounts a medium (<link to="IMedium" />, identified … … 9574 9574 9575 9575 <method name="unregister" wrap-hint-server="limitedcaller,passcaller"> 9576 <rest request="post" path="/vms/{vmid}/action s/"/>9576 <rest request="post" path="/vms/{vmid}/action/"/> 9577 9577 <desc> 9578 9578 Unregisters a machine previously registered with … … 9709 9709 9710 9710 <method name="exportTo"> 9711 <rest name="export" request="post" path="/vms/{vmid}/action s/"/>9711 <rest name="export" request="post" path="/vms/{vmid}/action/"/> 9712 9712 <desc>Exports the machine to an OVF appliance. See <link to="IAppliance" /> for the 9713 9713 steps required to export VirtualBox machines to OVF. … … 9750 9750 9751 9751 <method name="createSharedFolder"> 9752 <rest request="post" path="/vms/{vmid}/method s/"/>9752 <rest request="post" path="/vms/{vmid}/method/"/> 9753 9753 <desc> 9754 9754 Creates a new permanent shared folder by associating the given logical … … 9787 9787 9788 9788 <method name="removeSharedFolder"> 9789 <rest request="delete" path="/vms/{vmid}/method s/"/>9789 <rest request="delete" path="/vms/{vmid}/method/"/> 9790 9790 <desc> 9791 9791 Removes the permanent shared folder with the given name previously … … 10293 10293 10294 10294 <method name="cloneTo"> 10295 <rest name="clone" request="post" path="/vms/{vmid}/action s/"/>10295 <rest name="clone" request="post" path="/vms/{vmid}/action/"/> 10296 10296 <desc> 10297 10297 Creates a clone of this machine, either as a full clone (which means … … 10329 10329 10330 10330 <method name="moveTo"> 10331 <rest name="move" request="post" path="/vms/{vmid}/action s/"/>10331 <rest name="move" request="post" path="/vms/{vmid}/action/"/> 10332 10332 <desc> 10333 10333 Move machine on to new place/folder … … 10356 10356 10357 10357 <method name="saveState"> 10358 <rest name="save" request="post" path="/vms/{vmid}/action s/"/>10358 <rest name="save" request="post" path="/vms/{vmid}/action/"/> 10359 10359 <desc> 10360 10360 Saves the current execution state of a running virtual machine … … 10430 10430 10431 10431 <method name="discardSavedState"> 10432 <rest request="post" path="/vms/{vmid}/action s/"/>10432 <rest request="post" path="/vms/{vmid}/action/"/> 10433 10433 <desc> 10434 10434 Forcibly resets the machine to "Powered Off" state if it is … … 10458 10458 10459 10459 <method name="takeSnapshot"> 10460 <rest request="put" path="/vms/{vmid}/action s/"/>10460 <rest request="put" path="/vms/{vmid}/action/"/> 10461 10461 <desc> 10462 10462 Saves the current execution state … … 10506 10506 10507 10507 <method name="deleteSnapshot"> 10508 <rest request="delete" path="/vms/{vmid}/action s/"/>10508 <rest request="delete" path="/vms/{vmid}/action/"/> 10509 10509 <desc> 10510 10510 Starts deleting the specified snapshot asynchronously. … … 10578 10578 10579 10579 <method name="deleteSnapshotAndAllChildren"> 10580 <rest request="post" path="/vms/{vmid}/action s/"/>10580 <rest request="post" path="/vms/{vmid}/action/"/> 10581 10581 <desc> 10582 10582 Starts deleting the specified snapshot and all its children … … 10612 10612 10613 10613 <method name="deleteSnapshotRange"> 10614 <rest request="post" path="/vms/{vmid}/action s/"/>10614 <rest request="post" path="/vms/{vmid}/action/"/> 10615 10615 <desc> 10616 10616 Starts deleting the specified snapshot range. This is limited to … … 10651 10651 10652 10652 <method name="restoreSnapshot"> 10653 <rest request="post" path="/vms/{vmid}/action s/"/>10653 <rest request="post" path="/vms/{vmid}/action/"/> 10654 10654 <desc> 10655 10655 Starts resetting the machine's current state to the state contained … … 11184 11184 11185 11185 <method name="powerUp"> 11186 <rest request="post" path="/vms/{vmid}/console/action s/"/>11186 <rest request="post" path="/vms/{vmid}/console/action/"/> 11187 11187 <desc> 11188 11188 Starts the virtual machine execution using the current machine … … 11237 11237 11238 11238 <method name="powerUpPaused"> 11239 <rest request="post" path="/vms/{vmid}/console/action s/"/>11239 <rest request="post" path="/vms/{vmid}/console/action/"/> 11240 11240 <desc> 11241 11241 Identical to powerUp except that the VM will enter the … … 11260 11260 11261 11261 <method name="powerDown"> 11262 <rest request="post" path="/vms/{vmid}/console/action s/"/>11262 <rest request="post" path="/vms/{vmid}/console/action/"/> 11263 11263 <desc> 11264 11264 Initiates the power down procedure to stop the virtual machine … … 11278 11278 11279 11279 <method name="reset"> 11280 <rest request="post" path="/vms/{vmid}/console/action s/"/>11280 <rest request="post" path="/vms/{vmid}/console/action/"/> 11281 11281 <desc>Resets the virtual machine. 11282 11282 <result name="VBOX_E_INVALID_VM_STATE"> … … 11290 11290 11291 11291 <method name="pause"> 11292 <rest request="post" path="/vms/{vmid}/console/action s/"/>11292 <rest request="post" path="/vms/{vmid}/console/action/"/> 11293 11293 <desc>Pauses the virtual machine execution. 11294 11294 <result name="VBOX_E_INVALID_VM_STATE"> … … 11302 11302 11303 11303 <method name="resume"> 11304 <rest request="post" path="/vms/{vmid}/console/action s/"/>11304 <rest request="post" path="/vms/{vmid}/console/action/"/> 11305 11305 <desc>Resumes the virtual machine execution. 11306 11306 <result name="VBOX_E_INVALID_VM_STATE"> … … 11314 11314 11315 11315 <method name="powerButton"> 11316 <rest request="post" path="/vms/{vmid}/console/action s/"/>11316 <rest request="post" path="/vms/{vmid}/console/action/"/> 11317 11317 <desc>Sends the ACPI power button event to the guest. 11318 11318 <result name="VBOX_E_INVALID_VM_STATE"> … … 11326 11326 11327 11327 <method name="sleepButton"> 11328 <rest request="post" path="/vms/{vmid}/console/action s/"/>11328 <rest request="post" path="/vms/{vmid}/console/action/"/> 11329 11329 <desc>Sends the ACPI sleep button event to the guest. 11330 11330 <result name="VBOX_E_INVALID_VM_STATE"> … … 11472 11472 11473 11473 <method name="createSharedFolder"> 11474 <rest request="post" path="/vms/{vmid}/console/method s/"/>11474 <rest request="post" path="/vms/{vmid}/console/method/"/> 11475 11475 <desc> 11476 11476 Creates a transient new shared folder by associating the given logical … … 11508 11508 11509 11509 <method name="removeSharedFolder"> 11510 <rest request="post" path="/vms/{vmid}/console/method s/"/>11510 <rest request="post" path="/vms/{vmid}/console/method/"/> 11511 11511 <desc> 11512 11512 Removes a transient shared folder with the given name previously … … 11565 11565 11566 11566 <method name="addEncryptionPassword"> 11567 <rest request="post" path="/vms/{vmid}/console/method s/"/>11567 <rest request="post" path="/vms/{vmid}/console/method/"/> 11568 11568 <desc> 11569 11569 Adds a password used for encryption/decryption. … … 11592 11592 11593 11593 <method name="addEncryptionPasswords"> 11594 <rest request="post" path="/vms/{vmid}/console/method s/"/>11594 <rest request="post" path="/vms/{vmid}/console/method/"/> 11595 11595 <desc> 11596 11596 Adds a password used for encryption/decryption. … … 11619 11619 11620 11620 <method name="removeEncryptionPassword"> 11621 <rest request="post" path="/vms/{vmid}/console/method s/"/>11621 <rest request="post" path="/vms/{vmid}/console/method/"/> 11622 11622 <desc> 11623 11623 Removes a password used for hard disk encryption/decryption from … … 11635 11635 11636 11636 <method name="clearAllEncryptionPasswords"> 11637 <rest request="post" path="/vms/{vmid}/console/method s/"/>11637 <rest request="post" path="/vms/{vmid}/console/method/"/> 11638 11638 <desc>Clears all provided supplied encryption passwords.</desc> 11639 11639 </method> … … 18189 18189 18190 18190 <method name="waitForCompletion"> 18191 <rest request="post" path="/progresses/{progressid}/action s/"/>18191 <rest request="post" path="/progresses/{progressid}/action/"/> 18192 18192 <desc> 18193 18193 Waits until the task is done (including all sub-operations) … … 18215 18215 18216 18216 <method name="waitForOperationCompletion"> 18217 <rest request="post" path="/progresses/{progressid}/action s/"/>18217 <rest request="post" path="/progresses/{progressid}/action/"/> 18218 18218 <desc> 18219 18219 Waits until the given operation is done with a given timeout in … … 18241 18241 18242 18242 <method name="cancel"> 18243 <rest request="post" path="/progresses/{progressid}/action s/"/>18243 <rest request="post" path="/progresses/{progressid}/action/"/> 18244 18244 <desc> 18245 18245 Cancels the task. … … 19597 19597 19598 19598 <method name="close" wrap-hint-server="passcaller"> 19599 <rest request="post" path="/media/{mediumid}/action s/"/>19599 <rest request="post" path="/media/{mediumid}/action/"/> 19600 19600 <desc> 19601 19601 Closes this medium. … … 19758 19758 19759 19759 <method name="createBaseStorage"> 19760 <rest request="post" path="/media/{mediumid}/action s/"/>19760 <rest request="post" path="/media/{mediumid}/action/"/> 19761 19761 <desc> 19762 19762 Starts creating a hard disk storage unit (fixed/dynamic, according … … 19793 19793 19794 19794 <method name="deleteStorage"> 19795 <rest request="post" path="/media/{mediumid}/action s/"/>19795 <rest request="post" path="/media/{mediumid}/action/"/> 19796 19796 <desc> 19797 19797 Starts deleting the storage unit of this medium. … … 19840 19840 19841 19841 <method name="createDiffStorage" wrap-hint-server="passcaller"> 19842 <rest request="post" path="/media/{mediumid}/action s/"/>19842 <rest request="post" path="/media/{mediumid}/action/"/> 19843 19843 <desc> 19844 19844 Starts creating an empty differencing storage unit based on this … … 19878 19878 19879 19879 <method name="mergeTo"> 19880 <rest request="post" path="/media/{mediumid}/action s/"/>19880 <rest request="post" path="/media/{mediumid}/action/"/> 19881 19881 <desc> 19882 19882 Starts merging the contents of this medium and all intermediate … … 19961 19961 19962 19962 <method name="cloneTo"> 19963 <rest request="post" path="/media/{mediumid}/action s/"/>19963 <rest request="post" path="/media/{mediumid}/action/"/> 19964 19964 <desc> 19965 19965 Starts creating a clone of this medium in the format and at the … … 20011 20011 20012 20012 <method name="cloneToBase"> 20013 <rest request="post" path="/media/{mediumid}/action s/"/>20013 <rest request="post" path="/media/{mediumid}/action/"/> 20014 20014 <desc> 20015 20015 Starts creating a clone of this medium in the format and at the … … 20059 20059 20060 20060 <method name="moveTo" wrap-hint-server="passcaller"> 20061 <rest request="post" path="/media/{mediumid}/action s/"/>20061 <rest request="post" path="/media/{mediumid}/action/"/> 20062 20062 <desc> 20063 20063 Changes the location of this medium. Some medium types may support … … 20096 20096 20097 20097 <method name="compact"> 20098 <rest request="post" path="/media/{mediumid}/action s/"/>20098 <rest request="post" path="/media/{mediumid}/action/"/> 20099 20099 <desc> 20100 20100 Starts compacting of this medium. This means that the medium is … … 20123 20123 20124 20124 <method name="resize"> 20125 <rest request="post" path="/media/{mediumid}/action s/"/>20125 <rest request="post" path="/media/{mediumid}/action/"/> 20126 20126 <desc> 20127 20127 Starts resizing this medium. This means that the nominal size of the … … 20155 20155 20156 20156 <method name="reset" wrap-hint-server="passcaller"> 20157 <rest request="post" path="/media/{mediumid}/action s/"/>20157 <rest request="post" path="/media/{mediumid}/action/"/> 20158 20158 <desc> 20159 20159 Starts erasing the contents of this differencing medium. … … 20182 20182 20183 20183 <method name="changeEncryption"> 20184 <rest request="post" path="/media/{mediumid}/action s/"/>20184 <rest request="post" path="/media/{mediumid}/action/"/> 20185 20185 <desc> 20186 20186 Starts encryption of this medium. This means that the stored data in the … … 20276 20276 20277 20277 <method name="resizeAndCloneTo"> 20278 <rest request="post" path="/media/{mediumid}/action s/"/>20278 <rest request="post" path="/media/{mediumid}/action/"/> 20279 20279 20280 20280 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.