VirtualBox

Changeset 106469 in vbox for trunk


Ignore:
Timestamp:
Oct 18, 2024 8:48:53 AM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165295
Message:

REST API: updated REST attributes in several methods.

File:
1 edited

Legend:

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

    r106384 r106469  
    30633063
    30643064    <method name="getPlatformProperties">
    3065       <rest name="getPlatformProperties" request="get" path="/platform/properties"/>
     3065      <rest name="find" request="get" path="/platforms/properties/"/>
    30663066      <desc>
    30673067        Gets the associated properties object for the given VM platform architecture.
     
    99229922
    99239923    <method name="getGuestProperty" const="yes">
    9924       <rest name="Property" request="get" path="/vms/{vmid}/guest/"/>
     9924      <rest name="property" request="get" path="/vms/{vmid}/guest/configuration/"/>
    99259925
    99269926      <desc>
     
    99589958
    99599959    <method name="getGuestPropertyValue" const="yes">
     9960      <rest name="propertyvalue" request="get" path="/vms/{vmid}/guest/configuration/"/>
    99609961      <desc>
    99619962        Reads a value from the machine's guest property store.
     
    99809981
    99819982    <method name="getGuestPropertyTimestamp" const="yes">
     9983      <rest name="propertytimestamp" request="get" path="/vms/{vmid}/guest/configuration/"/>
    99829984      <desc>
    99839985        Reads a property timestamp from the machine's guest property store.
     
    1000210004
    1000310005    <method name="setGuestProperty">
    10004       <rest name="Property" request="patch" path="/vms/{vmid}/guest/"/>
     10006      <rest name="property" request="post" path="/vms/{vmid}/guest/configuration/"/>
    1000510007      <desc>
    1000610008        Sets, changes or deletes an entry in the machine's guest property
     
    1004310045
    1004410046    <method name="setGuestPropertyValue">
     10047      <rest name="propertyvalue" request="post" path="/vms/{vmid}/guest/configuration/"/>
    1004510048      <desc>
    1004610049        Sets or changes a value in the machine's guest property
     
    1007410077
    1007510078    <method name="deleteGuestProperty" const="yes">
    10076       <rest name="Property" request="delete" path="/vms/{vmid}/guest/"/>
     10079      <rest name="property" request="delete" path="/vms/{vmid}/guest/configuration/"/>
    1007710080      <desc>
    1007810081        Deletes an entry from the machine's guest property store.
     
    1009110094
    1009210095    <method name="enumerateGuestProperties" const="yes">
     10096      <rest request="get" path="/vms/{vmid}/guest/configuration/"/>
    1009310097      <desc>
    1009410098        Return a list of the guest properties matching a set of patterns along
     
    2343523439
    2343623440    <method name="createDeviceFilter">
     23441      <rest name='create' request="post" path="/usbs/{vmid}/devicefilter/"/>
    2343723442      <desc>
    2343823443        Creates a new USB device filter. All attributes except
     
    2346123466
    2346223467    <method name="insertDeviceFilter">
     23468      <rest name='insert' request="patch" path="/usbs/{vmid}/devicefilter/{filterid}/action/"/>
    2346323469      <desc>
    2346423470        Inserts the given USB device to the specified position
     
    2349623502
    2349723503    <method name="removeDeviceFilter">
     23504      <rest name='remove' request="delete" path="/usbs/devicefilter/"/>
    2349823505      <desc>
    2349923506        Removes a USB device filter from the specified position in the
Note: See TracChangeset for help on using the changeset viewer.

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