post
https://{serverURL}/api/lease-token//
Creates a short-lived lease token for agent websocket access.
The returned url and headers.X-LEASE-TOKEN are used together to establish the websocket connection.
Sample Usage
curl -X POST "https://CHANGEME/api/lease-token/vnc/97?timeout=300000" \
-H "Authorization: BEARER ${ACCESS_TOKEN}" \
-H "Content-Type: application/json"