User Tools

Site Tools


nova-rdp-api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
nova-rdp-api [2014/01/10 23:00]
admin
nova-rdp-api [2014/05/07 02:28] (current)
Line 1: Line 1:
-====== Nova RDP Support APIs======+====== Nova RDP Support API======
  
 Nova currently provides support for [[http://en.wikipedia.org/wiki/Virtual_Network_Computing|VNC]] and [[http://en.wikipedia.org/wiki/SPICE_(protocol)|SPICE]] graphical consoles. VNC in particular is the protocol employed natively by most popular hypervisors supported by Nova. [[http://en.wikipedia.org/wiki/Hyper-V|Microsoft Hyper-V]] in this context is a remarkable exception, as it employs the [[http://en.wikipedia.org/wiki/Remote_Desktop_Protocol|Remote Desktop Protocol (RDP)]] for graphical console access, based on [[http://msdn.microsoft.com/en-us/library/jj712081.aspx|Open Specifications]] and implemented by various open source projects. Nova currently provides support for [[http://en.wikipedia.org/wiki/Virtual_Network_Computing|VNC]] and [[http://en.wikipedia.org/wiki/SPICE_(protocol)|SPICE]] graphical consoles. VNC in particular is the protocol employed natively by most popular hypervisors supported by Nova. [[http://en.wikipedia.org/wiki/Hyper-V|Microsoft Hyper-V]] in this context is a remarkable exception, as it employs the [[http://en.wikipedia.org/wiki/Remote_Desktop_Protocol|Remote Desktop Protocol (RDP)]] for graphical console access, based on [[http://msdn.microsoft.com/en-us/library/jj712081.aspx|Open Specifications]] and implemented by various open source projects.
Line 90: Line 90:
 === Example. Get RDP console URL response: XML === === Example. Get RDP console URL response: XML ===
  
-Same output as in the [[nova-rdp#Example. Get RDP console URL response: XML|V2 API example]]+Same output as in the [[nova-rdp-api#Example. Get RDP console URL response: XML|V2 API example]]
  
 === Example. Get RDP console URL response: JSON === === Example. Get RDP console URL response: JSON ===
  
-Same output as in the [[nova-rdp#Example. Get RDP console URL response: JSON|V2 API example]]+Same output as in the [[nova-rdp-api#Example. Get RDP console URL response: JSON|V2 API example]]
  
 ---- ----
Line 105: Line 105:
  
 ^Verb ^URI ^Description ^ ^Verb ^URI ^Description ^
-|GET |/console-auth-tokens/{token_id}/action |Gets the connection info for the specified console authentication token. |+|GET |/os-console-auth-tokens/{token_id} |Gets the connection info for the specified console authentication token. |
  
 Normal Response Code(s): 200 Normal Response Code(s): 200
Line 157: Line 157:
  
 ^Verb ^URI ^Description ^ ^Verb ^URI ^Description ^
-|GET |/v3/console-auth-tokens/{token_id}/action |Gets the connection info for the specified console authentication token. |+|GET |/v3/os-console-auth-tokens/{token_id} |Gets the connection info for the specified console authentication token. |
  
 Normal Response Code(s): 200 Normal Response Code(s): 200
Line 180: Line 180:
 === Example. Get console connection response: XML === === Example. Get console connection response: XML ===
  
-Same output as in the [[nova-rdp#Example. Get console connection response: XML|V2 API example]]+Same output as in the [[nova-rdp-api#Example. Get console connection response: XML|V2 API example]]
  
 === Example. Get console connection response: JSON === === Example. Get console connection response: JSON ===
  
-Same output as in the [[nova-rdp#Example. Get console connection response: JSON|V2 API example]]+Same output as in the [[nova-rdp-api#Example. Get console connection response: JSON|V2 API example]]
  
nova-rdp-api.1389387644.txt.gz ยท Last modified: 2014/01/10 23:00 by admin