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


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"

}