- Timestamp:
- Oct 18, 2024 8:48:53 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r106384 r106469 3063 3063 3064 3064 <method name="getPlatformProperties"> 3065 <rest name=" getPlatformProperties" request="get" path="/platform/properties"/>3065 <rest name="find" request="get" path="/platforms/properties/"/> 3066 3066 <desc> 3067 3067 Gets the associated properties object for the given VM platform architecture. … … 9922 9922 9923 9923 <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/"/> 9925 9925 9926 9926 <desc> … … 9958 9958 9959 9959 <method name="getGuestPropertyValue" const="yes"> 9960 <rest name="propertyvalue" request="get" path="/vms/{vmid}/guest/configuration/"/> 9960 9961 <desc> 9961 9962 Reads a value from the machine's guest property store. … … 9980 9981 9981 9982 <method name="getGuestPropertyTimestamp" const="yes"> 9983 <rest name="propertytimestamp" request="get" path="/vms/{vmid}/guest/configuration/"/> 9982 9984 <desc> 9983 9985 Reads a property timestamp from the machine's guest property store. … … 10002 10004 10003 10005 <method name="setGuestProperty"> 10004 <rest name=" Property" request="patch" path="/vms/{vmid}/guest/"/>10006 <rest name="property" request="post" path="/vms/{vmid}/guest/configuration/"/> 10005 10007 <desc> 10006 10008 Sets, changes or deletes an entry in the machine's guest property … … 10043 10045 10044 10046 <method name="setGuestPropertyValue"> 10047 <rest name="propertyvalue" request="post" path="/vms/{vmid}/guest/configuration/"/> 10045 10048 <desc> 10046 10049 Sets or changes a value in the machine's guest property … … 10074 10077 10075 10078 <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/"/> 10077 10080 <desc> 10078 10081 Deletes an entry from the machine's guest property store. … … 10091 10094 10092 10095 <method name="enumerateGuestProperties" const="yes"> 10096 <rest request="get" path="/vms/{vmid}/guest/configuration/"/> 10093 10097 <desc> 10094 10098 Return a list of the guest properties matching a set of patterns along … … 23435 23439 23436 23440 <method name="createDeviceFilter"> 23441 <rest name='create' request="post" path="/usbs/{vmid}/devicefilter/"/> 23437 23442 <desc> 23438 23443 Creates a new USB device filter. All attributes except … … 23461 23466 23462 23467 <method name="insertDeviceFilter"> 23468 <rest name='insert' request="patch" path="/usbs/{vmid}/devicefilter/{filterid}/action/"/> 23463 23469 <desc> 23464 23470 Inserts the given USB device to the specified position … … 23496 23502 23497 23503 <method name="removeDeviceFilter"> 23504 <rest name='remove' request="delete" path="/usbs/devicefilter/"/> 23498 23505 <desc> 23499 23506 Removes a USB device filter from the specified position in the
Note:
See TracChangeset
for help on using the changeset viewer.