Applicare Console
Curl Command to download SinleAgent
1. Go to the machine where we are going to deploy the SingleAgent and execute the below command. Replace the ControllerProtocol, ControllerIP, ControllerPort and ApplicareSingleAgentName details.
curl ControllerProtocol://ControllerIP:ControllerPort/applicare/standalone?filename=ApplicareSingleAgentName.zip >ApplicareSingleAgentName.zip
ControllerProtocol -> http (or) https
ControllerIP -> Applicare Controller running IP
ControllerPort -> Applicare Controller running port
ApplicareSingleAgentName -> ApplicareSingleAgentWindows (or) ApplicareSingleAgentLinux (or) ApplicareSingleAgentUpdate
Example:
curl http://127.0.0.1:8880/applicare/standalone?filename=ApplicareSingleAgentWindows.zip >ApplicareSingleAgentWindows.zip
curl http://127.0.0.1:8880/applicare/standalone?filename=ApplicareSingleAgentLinux.zip >ApplicareSingleAgentLinux.zip
curl http://127.0.0.1:8880/applicare/standalone?filename=ApplicareSingleAgentUpdate.zip >Ap
Comments
0 comments
Please sign in to leave a comment.