cURL
curl --request GET \ --url https://api.example.com/api/desktop/url
{ "url": "<string>" }
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
Successful Response
Response model for Desktop URL.
Was this page helpful?