Creates an agent installation package.
Request
<?xml version="1.0" encoding="utf-8"?>
<req>
<GroupName>string</GroupName>
<DefaultAccount>decimal</DefaultAccount>
<AgentType>int</AgentType>
<CommandLineSwitches>string</CommandLineSwitches>
<PackageName>string</PackageName>
<PackageDescription>string</PackageDescription>
<BrowserIP>string</BrowserIP>
<SessionID>decimal</SessionID>
</req>
Where:
GroupName
- Name of machine group, existing or new. (step 2 in Create Package wizard)DefaultAccount
- Optional. Agent guid for existing agent or template to copy setting. (step 4)AgentType
- -1=Auto, 0=Windows, 4=MAC, 5=Linux (step 5)CommandLineSwitches
- Self explanatory. (step 3)PackageName
, PackageDescription
- Self explanatory. (step 7)Response
A single record of the following fields is returned.
Method |
string |
The operation that requested this response. |
TransactionID |
decimal |
The unique message ID for this message. |
ErrorMessage |
string |
If blank, no error was returned. |
ErrorLocation |
string |
If blank, no error was returned. |