Skip to main content

Open

POST 

/workstations/:workstation_id/browser/tabs

Open a new tab in the Workstation browser.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

    url uri

    The URL to open in the new tab.

Responses

Open-Tab action successful

Schema

    id int32required

    The integer ID associated with a Browser Tab.

    status BrowserTabStatus (string)required

    Possible values: [active, completed, errored]

    The status of the Browser Tab.

    createdAt date-timerequired

    The creation time of the Browser Tab.

Loading...