POST AgentInstallerServices/PostAgentConfigInfo
Request Information
URI Parameters
None.
Body Parameters
AgentInstallKeyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentInstallKeyID | integer |
None. |
|
| AgentInstallKey | globally unique identifier |
None. |
|
| SiteKey | string |
None. |
|
| GroupGUID | globally unique identifier |
None. |
|
| ImporterURL | string |
None. |
|
| Message | string |
None. |
|
| AgentMode | AgentMode |
None. |
|
| AgentInstallKeyHomeOffice | globally unique identifier |
None. |
|
| V3ImporterURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentInstallKeyID": 1,
"AgentInstallKey": "ede6ef71-d9bd-4b65-b2af-a61b570e985e",
"SiteKey": "sample string 3",
"GroupGUID": "c212e194-0d87-43d1-b6c5-dd6a4d0ae9d0",
"ImporterURL": "sample string 5",
"Message": "sample string 6",
"AgentMode": 0,
"AgentInstallKeyHomeOffice": "0a358a7c-8049-49d7-a6b9-31cb1e825314",
"V3ImporterURL": "sample string 7"
}
application/xml, text/xml
Sample:
<AgentInstallKeyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BITS.OneStop.Common.Services.Models"> <AgentInstallKey>ede6ef71-d9bd-4b65-b2af-a61b570e985e</AgentInstallKey> <AgentInstallKeyHomeOffice>0a358a7c-8049-49d7-a6b9-31cb1e825314</AgentInstallKeyHomeOffice> <AgentInstallKeyID>1</AgentInstallKeyID> <AgentMode>Network</AgentMode> <GroupGUID>c212e194-0d87-43d1-b6c5-dd6a4d0ae9d0</GroupGUID> <ImporterURL>sample string 5</ImporterURL> <Message>sample string 6</Message> <SiteKey>sample string 3</SiteKey> <V3ImporterURL>sample string 7</V3ImporterURL> </AgentInstallKeyInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.