Open
Conversation
… remote desktop (PoC)
ADR updates to capture the proposal details
Ram-srini
reviewed
Apr 9, 2026
Ram-srini
reviewed
Apr 9, 2026
Ram-srini
reviewed
Apr 9, 2026
| } | ||
| ``` | ||
|
|
||
| **Endpoint:** `POST /api/v1/amt/features/{guid}` |
Contributor
There was a problem hiding this comment.
Are we exposing this API for the user via orch-cli? If not we can remove it.
Ram-srini
reviewed
Apr 9, 2026
Ram-srini
reviewed
Apr 9, 2026
Ram-srini
reviewed
Apr 9, 2026
Ram-srini
reviewed
Apr 9, 2026
1afbf96 to
5c102e2
Compare
Ram-srini
approved these changes
Apr 13, 2026
niket-intc
reviewed
Apr 13, 2026
| APIV2-->>CLI: currentSolState=SOL_STATE_START solSessionUrl=ws-url | ||
|
|
||
| Note over CLI: 6. Connect terminal websocket utility | ||
| CLI->>CLI: Connect wssh3 / websocat to sol_session_url |
Contributor
There was a problem hiding this comment.
Are we not integrating ssh terminal with orch-cli (something similar to flight control). why are we relying on external third party tool wssh3.
niket-intc
reviewed
Apr 13, 2026
| "desiredSolState": "SOL_STATE_START", | ||
| "currentSolState": "SOL_STATE_START", | ||
| "solSessionUrl": "wss://mps-wss.<domain>/relay/webrelay.ashx?token=<token>&host=<guid>&port=16994&tls=0&mode=sol", | ||
| "solSessionStatus": "SOL session active", |
Contributor
There was a problem hiding this comment.
Why are two elements used to report the status. Can we do it with only one.
"solSessionStatus": "SOL session active",
"solSessionStatusIndicator": "STATUS_INDICATION_IDLE",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This document describes the design proposal to support Serial‑over‑LAN (SOL) and Keyboard‑Video‑Mouse (KVM) through Intel® Active Management Technology (AMT), provided the target system is vPro‑enabled and provisioned.
Checklist: