Get desktop URL
GET /api/desktop/url
Get the noVNC URL for desktop access. Args: base_url: Base URL for the noVNC server (default: http://localhost:8002) Returns: noVNC URL if available, None otherwise
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
base_url | query | string | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
url | `string | null` | yes |
Operation ID: get_desktop_url_api_desktop_url_get