Skip to main content
Skip table of contents

PUT /v3/thinclients

Summary

Creates a new thin client resource.

Resource URL

/v3/thinclients

Example Request

curl \

--request PUT \

--header "Content-type: application/json" \

--data '{"mac":"00E0C53C3881", \

"firmwareID":"2"}' \

https://[server]:8443/umsapi/v3/thinclients/

Request Body

Name

Type

Mandatory

Description

mac

String (12)

yes

thin client MAC adress

firmwareID

String

yes

firmware ID

name

String

no

thin client name

parentID

String

no

ID of parent directory

site

String

no

thin client site

department

String

no

department

costCenter

String

no

cost center

lastIP

String

no

last known IP of thin client

comment

String

no

comment field

assetID

String

no

asset ID

inserviceDate

String

no


serialNumber

String

no

serial number of thin client

deviceAttributes/identifier*

String

no

UMS internal identifier of the device attribute; see Universal Management Suite > Universal Management Suite (UMS) > UMS Reference Manual > UMS Administration >Global Configuration in the IGEL UMS > Managing Device Attribute for IGEL OS Devices in the IGEL UMS

deviceAttributes/value*

String or number or date

no

value of the device attribute

*Available with UMS 6.10 or higher and IGEL OS 11.07 or higher. Note that the overwrite rule and the string type must be set correctly. For details, see Managing Device Attributes for IGEL OS Devices in the IGEL UMS.

Response Body

Name

Type

Description

message

String

success or error message

id

String

thin client ID

parentID

String

ID of parent directory

name

String

thin client name


Example Response

{

"message": "Thin client successfully inserted.",

"id": "7735",

"name": "My Name",

"parentID": "-1"

}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.