Skip to main content

create a laptop

Simplified API to create a laptop

Request Body
  • clientNames string[] required

    list of hostName of computers

  • os string required

    Possible values: [WINDOWS, UNIX_AND_MAC]

    the os type of computers

  • userName string required

    username required for authentication of jobs

  • password string required

    password (base64 encoded) required for authentication of jobs

Responses

Success


Schema
  • taskId int32
  • jobIds string[]
Loading...