VirtualBox

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


Ignore:
Timestamp:
Oct 29, 2020 1:56:44 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141144
Message:

OCI: bugref:9722 - ICloudMachine::getConsoleHistory - snapshot work in
progress. The boilerplate is there, but the actual content retrival
runs into a problem with the generated rest code trying to parse the
body as json.

File:
1 edited

Legend:

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

    r86650 r86752  
    2730627306
    2730727307  <interface name="ICloudMachine" extends="$unknown"
    27308              uuid="8e3b08e6-a605-11ea-9edf-3bfdab40b718"
     27308             uuid="147816c8-17e0-11eb-81fa-87cea6263e1a"
    2730927309             wsmap="managed"
    2731027310             reservedMethods="16" reservedAttributes="8">
     
    2748427484      <param name="progress" type="IProgress" dir="return">
    2748527485        <desc>
     27486          Progress object to track the operation completion.
     27487        </desc>
     27488      </param>
     27489    </method>
     27490
     27491    <method name="getConsoleHistory">
     27492      <desc>
     27493        Get the backlog of the machine's console.  If you have ever
     27494        seen console teletypes, this is like looking at the last few
     27495        meters of the paper it spewed.
     27496      </desc>
     27497      <param name="stream" type="IDataStream" dir="out">
     27498        <desc>
     27499          Data stream object for reading the console history.  For now
     27500          we are abusing/repurposing this interface from the media
     27501          convertion API to avoid marshalling a huge string through
     27502          xpcom.
     27503        </desc>
     27504      </param>
     27505      <param name="progress" type="IProgress" dir="return"><desc>
    2748627506          Progress object to track the operation completion.
    2748727507        </desc>
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