addAgentToTeam#

Add an agent to a team

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  addAgentToTeam [parameters]

Parameters#

Parameter Type Required Description
agent string true Name or ID of the agent
team string true Name or ID of the team
type string false Name of the type to use. Leave blank if you are using the type "Standard Application".

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  addAgentToTeam
  -agent MyAgent
  -team MyTeam

Related REST command: Add an agent to a team.

Parent topic: CLI Commands