Skip to main content

List

GET 

/workstation-types

List all Workstation Types available for request:

Workstation TypeDescription
maxA Workstation with maximum hardware and software capabilities.
zoom-chromiumA Workstation for Zoom's web conferencing application over chromium.
meet-chromiumA Workstation for Meet's web conferencing application over chromium.
voipA Workstation for terminal-based VoIP applications.
voip-chromiumA Workstation for browser-based VoIP applications.
chromiumA Workstation for web tasks, browsing, and scraping.
pythonA Workstation for developing and running Python scripts and applications.
nodejsA Workstation for developing and running NodeJS scripts and applications.
golangA Workstation for developing and running golang applications.

Responses

Successfully listed a set of all available Workstation Types.

Schema

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • id WorkstationTypeID (string)

    Possible values: [max, zoom-chromium, meet-chromium, voip, voip-chromium, chromium, python, nodejs, golang]

    The identification label for a Workstation Type.

    description string

    A brief description of the Workstation, its capabilities, and intended use.

    hardware WorkstationHardwareTypes (string)[]

    Possible values: [keyboard, mouse, speaker, microphone, camera, display]

    List of virtual hardware capabilities available within the Workstation.

    software WorkstationSoftwareTypes (string)[]

    Possible values: [ssh, terminal, vnc, desktop, chromium]

    List of software applications available within the Workstation.

    models WorkstationModelTypes (string)[]

    Possible values: [speech-to-text, text-to-speech, large-language-model]

    List of AI models available within the Workstation.

  • ]

Loading...