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 |
| String (12) | yes | thin client MAC adress |
| String | yes | firmware ID |
| String | no | thin client name |
| String | no | ID of parent directory |
| String | no | thin client site |
| String | no | department |
| String | no | cost center |
| String | no | last known IP of thin client |
| String | no | comment field |
| String | no | asset ID |
| String | no | |
| String | no | serial number of thin client |
| 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 |
| 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 |
| String | success or error message |
| String | thin client ID |
| String | ID of parent directory |
| String | thin client name |
Example Response
{
"message": "Thin client successfully inserted.",
"id": "7735",
"name": "My Name",
"parentID": "-1"
}