POST AgentInstallerServices/PostAgentConfigInfoV2
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": "a7229d5c-0ec7-4681-b18c-dcfff311a52d",
"SiteKey": "sample string 3",
"GroupGUID": "a591db8c-483f-42ff-92fd-2b14d9169be7",
"ImporterURL": "sample string 5",
"Message": "sample string 6",
"AgentMode": 0,
"AgentInstallKeyHomeOffice": "dab3fff1-44eb-46ef-80e1-ac7560333df5",
"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>a7229d5c-0ec7-4681-b18c-dcfff311a52d</AgentInstallKey> <AgentInstallKeyHomeOffice>dab3fff1-44eb-46ef-80e1-ac7560333df5</AgentInstallKeyHomeOffice> <AgentInstallKeyID>1</AgentInstallKeyID> <AgentMode>Network</AgentMode> <GroupGUID>a591db8c-483f-42ff-92fd-2b14d9169be7</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.