Operations at pushinstall/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| pushinstall/config | POST | Sets PushInstall configuration. |
| pushinstall/config | GET | Gets PushInstall configuration. |
| pushinstall/deployAgents | POST | Starts deploying agent(s) to remote machines. |
| pushinstall/deployAgentVersion | GET | Get the version of the Agent to be deployed. |
| pushinstall/getInstalledProducts | POST | Checks for already installed products. |
| pushinstall/GetMachineOS | POST | Returns machine's operating system family. |
| pushinstall/getUpgradePreconditions | POST | Determines is the upgrade needed or not. If so, specifies the upgrade details. |
| pushinstall/isPushInstallNeed | POST | Checks if agent is already installed on remote machine. |
| pushinstall/isRemoveAgentProductRequired/{removeProductId}/{installedProductVersion} | GET | Checks whether removing of the Agent product is required. |
| pushinstall/startAgent | POST | Start agent service. |
| pushinstall/validateMachine | POST | Checks machine availability and permissions for install agent. |