VirtualBox

Changeset 106217 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Oct 4, 2024 6:48:29 AM (4 months ago)
Author:
vboxsync
Message:

REST API small improvements. Removed surplus items from the endpoints for unmountMedium, mountMedium, getMedium.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r106061 r106217  
    89798979
    89808980    <method name="unmountMedium">
    8981       <rest name="unmount" request="post" path="/vms/{vmid}/media/{mediumid}/actions/"/>
     8981      <rest name="unmount" request="post" path="/vms/{vmid}/media/actions/"/>
    89828982      <desc>
    89838983        Unmounts any currently mounted medium (<link to="IMedium" />,
     
    90329032
    90339033    <method name="mountMedium">
    9034       <rest name="mount" request="post" path="/vms/{vmid}/media/{mediumid}/actions/"/>
     9034      <rest name="mount" request="post" path="/vms/{vmid}/media/actions/"/>
    90359035      <desc>
    90369036        Mounts a medium (<link to="IMedium" />, identified
     
    90879087
    90889088    <method name="getMedium" const="yes">
    9089       <rest name="find" request="get" path="/vms/{vmid}/media/{mediumid}/"/>
     9089      <rest name="find" request="get" path="/vms/{vmid}/media/"/>
    90909090      <desc>
    90919091        Returns the virtual medium attached to a device slot of the specified
     
    1029310293
    1029410294    <method name="cloneTo">
    10295       <rest name="clone" request="put" path="/vms/{vmid}/actions/"/>
     10295      <rest name="clone" request="post" path="/vms/{vmid}/actions/"/>
    1029610296      <desc>
    1029710297        Creates a clone of this machine, either as a full clone (which means
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette