POST /v3/thinclients?command=settings2tc
Summary
Sends settings modified in the UMS database to all thin clients listed in the request body immediately.
Resource URL
/v3/thinclients/?command=settings2tc
Example Request
curl \
--request POST \
--data '[{"id":"27", "type":"tc"},{"id":"72014", "type":"tc"}]'
https://[server]:8443/umsapi/v3/thinclients?command=settings2tc
Request Body
A list of APIObjects.
Example Response
{
"CommandExecList": [
{
"execID": "ID-PM-MH-WIN7-UMS-54530-1456839861871-5-0",
"id": "72014",
"mac": "00E0C561EEED",
"exectime": "1456845240566",
"message": "OK",
"state": "SUCCESS"
},
{
"execID": "ID-PM-MH-WIN7-UMS-54530-1456839861871-5-0",
"id": "27",
"mac": "00E0C54DCB8E",
"exectime": "1456845240560",
"message": "OK",
"state": "SUCCESS"
}
]
}