POST /v3/thinclients/?command=tcreset2facdefs
Summary
Resets all thin clients listed in the request body to factory defaults.
Resource URL
/v3/thinclients/?command=tcreset2facdefs
Example Request
curl \
--request POST \
--data '[{"id":"71342", "type":"tc"}]'
https://[server]:8443/umsapi/v3/thinclients/?command=tcreset2facdefs
Request Body
A list of APIObjects.
Example Response
{
"CommandExecList": [
{
"execID": "ID-mhuber-59383-1501855717835-6-0",
"id": "71342",
"exectime": "1501855812301",
"message": "OK",
"state": "SUCCESS"
}
]
}