Bug 1327252 - Missing documentation for REST API commands for guest serial console feature
Summary: Missing documentation for REST API commands for guest serial console feature
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation
Version: 3.6.5
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ovirt-4.0.7
: ---
Assignee: rhev-docs@redhat.com
QA Contact: meital avital
URL:
Whiteboard:
Depends On:
Blocks: 1148393
TreeView+ depends on / blocked
 
Reported: 2016-04-14 15:03 UTC by Ilanit Stein
Modified: 2019-05-07 13:11 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-23 07:55:27 UTC
oVirt Team: Docs
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1223671 0 medium CLOSED [RFE] Provide interface to access guest serial console 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1254445 0 medium CLOSED REST API: missing support for ssh keys handling 2022-07-17 13:48:01 UTC
Red Hat Bugzilla 1321582 0 high CLOSED Docs: document RESTAPI support for VM "Enable VirtIO serial console" 2021-02-22 00:41:40 UTC
oVirt gerrit 63898 0 None None None 2016-09-14 13:12:21 UTC

Internal Links: 1223671 1254445 1321582

Description Ilanit Stein 2016-04-14 15:03:56 UTC
Description of problem:
For serial console, rhevm 3.6 feature (For RFE see [1]),
REST API documentation for how to configure it is missing.
[2] and [3] configuration steps should be documented.

[1] Bug 1223671 - [RFE] Provide interface to access guest serial console 
[2] Bug 1254445 - REST API: missing support for ssh keys handling 
[3] Bug 1321582 - [RESTAPI] Add support for VM "Enable VirtIO serial console"

Version-Release number of selected component (if applicable):
3.6.5-4

Additional info:

Example for [2], above:
======================
 /post/get/put/delete over REST API for the serial-console key management.
In order to create a new key, use this syntax:
Method: PUT      URL:  https://<engine fqdn>/ovirt-engine/api/users/00000018-0018-0018-0018-0000000001dc/sshpublickeys/KEY_ID_HERE 


Request Header: 
Name                    	Header Value
Content-type	application/xml
Accept	application/xml

Body:

<ssh_public_key>
<content>ssh-dsa  
. . . 
</content>
</ssh_public_key>

Comment 1 Yaniv Lavi 2016-05-09 11:06:20 UTC
oVirt 4.0 Alpha has been released, moving to oVirt 4.0 Beta target.

Comment 5 Juan Hernández 2016-11-08 13:58:20 UTC
As far as I know this hasn't been addressed in the specification of the API for 4.0.5, so I am re-targeting to 4.0.6.

Comment 6 Yaniv Lavi 2017-05-23 07:55:27 UTC
The review will be done directly on code. Closing.


Note You need to log in before you can comment on or make changes to this bug.