You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment Manager: a centralized web service exposing APIs for various deployment-related operations.
Deployment Agent: a web service running on individual devices, performing deployment-related commands received from the Deployment Manager.
Terminology
Target
Target is a device that hosts a running instance of the Deployment Agent. Each Target has a unique ID and a set of tags (e.g. device type, group) which identify the device. The ID is set as part of Deployment Agent configuration. The tags can be configured similarly to the ID or remotely via the Deployment Manager API.
Order
Order is a set of instructions and configurations for an intended deployment process. This process includes typical deployment steps such as assembly, transfer, installation, testing, and activation. In addition, the Order provides information about target devices and logging requirements.
API
The RESTful API is documented using the OpenAPI specification and is available on Swagger Hub.
Web clients can receive live events over WebSockets from the Events API.