Difference between revisions of "Zero Touch Deployment"
The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Zero Touch Deployment describes a method of deploying a Desk Phone CP SIP device, without user interaction, via the Unify redirect server. For this to work, a service provider needs access to the redirect server API, in order to prepare the deployment of the device. On initial startup or after a factory reset, the device will contact the redirect server and will receive information about the service providers deployment system. | Zero Touch Deployment describes a method of deploying a Desk Phone CP SIP device, without user interaction, via the Unify redirect server. For this to work, a service provider needs access to the redirect server API, in order to prepare the deployment of the device. On initial startup or after a factory reset, the device will contact the redirect server and will receive information about the service providers deployment system. | ||
+ | |||
+ | == API == | ||
+ | The redirect server API is available at https://cloud-setup.com/api/devices and supports the following methods | ||
+ | |||
+ | * POST | ||
+ | * PUT | ||
+ | * DELETE | ||
+ | |||
+ | ==== POST ==== | ||
+ | The POST method is used to retrieve information about devices prepared for zero touch deployment. |
Revision as of 19:35, 4 December 2019
Introduction
Zero Touch Deployment describes a method of deploying a Desk Phone CP SIP device, without user interaction, via the Unify redirect server. For this to work, a service provider needs access to the redirect server API, in order to prepare the deployment of the device. On initial startup or after a factory reset, the device will contact the redirect server and will receive information about the service providers deployment system.
API
The redirect server API is available at https://cloud-setup.com/api/devices and supports the following methods
- POST
- PUT
- DELETE
POST
The POST method is used to retrieve information about devices prepared for zero touch deployment.