File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/adminguide/extensions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Action Lifecycle
125125Console Access for Instances with Orchestrator Extensions
126126^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127127
128- Orchestrator extensions can provide console access for instances either through **VNC ** or a **direct URL **.
128+ Orchestrator extensions can provide console access for instances either through **VNC ** or a **URL **.
129129To enable this, the extension must implement the ``getconsole `` action and return output in one of the following JSON formats:
130130
131131VNC-based console:
@@ -163,10 +163,10 @@ Direct URL-based console:
163163
164164
165165 .. note ::
166- For direct URL–based console access, CloudStack does not report the acquired or client IP address.
166+ For URL–based console access, CloudStack does not report the acquired or client IP address.
167167 In this mode, security and access control must be handled by the server providing the console.
168168
169- Protocol value of ``direct `` can be used for direct URL–based console access.
169+ Protocol value of ``direct `` can be used for URL–based console access.
170170
171171Custom Actions
172172^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments