InstallAgentDataModel
Sets up Agents on Storefront Server , Delivery Site Controllers and Domains.
Properties
| Name | Description | Additional information |
|---|---|---|
| ConfigurationServiceAddresses | Any array of server names or the machines hosting the configuration service OR full http(s) service addresses where the Rainmaker agent can obtain its configuration from. |
Type: String[] |
| DeliverySite | Delivery Site. |
Type: ReferenceDataModel |
| Machine | Machine name. |
Type: MachineDataModel |
| AgentRole | Agent Role |
Type: String |
| DepotPath | A file share where all files (installers, certificates...) are located. It is in the format of \machineName\FolderName. |
Type: String |
Sample
application/json
Sample:
{
"ConfigurationServiceAddresses": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"AgentRole": "sample string 1",
"DepotPath": "sample string 2"
}