Configuring New Distribution Connection
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it will setup new distribution connection.
Request Type |
Description |
|||||||||||||||||||||||||||||||||||||||||||||
API |
http://localhost:8086/catalog/distributionconnections { "Name" : "ConfigMgr", "PluginID" : "13", "ServerAddress" : "00.00.000.000", "SiteCode" : "XXX", "DistributionWindowsAuthentication" : "false", "DistributionUser" : "XX\\XXXXX", "DistributionPassword" : "XXXXX", "SharePath" : "\\\\00.00.000.000\\Publish", "ShareWindowsAuthentication" : "false", "ShareUserName" : "XX\\XXXXX", "SharePassword" : "XXXXX", } |
|||||||||||||||||||||||||||||||||||||||||||||
Method |
POST |
|||||||||||||||||||||||||||||||||||||||||||||
Parameters |
List all parameters in the following format:
|
|||||||||||||||||||||||||||||||||||||||||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
|||||||||||||||||||||||||||||||||||||||||||||
Response |
<response> <HasFault>false</HasFault><headers><httpHeaders><Content-Length>483</Content-Length><Accept-Encoding>gzip, deflate, br</Accept-Encoding> <Host>localhost:8086</Host><Content-Type>application/json</Content-Type><Accept>*/*</Accept><Postman-Token>bf0dee20-81f0-4ba2-99ab-a623e1d71fc5</Postman-Token><User-Agent>PostmanRuntime/7.26.10</User-Agent><Connection>keep-alive</Connection></httpHeaders><request></request></headers><summary /><data>true</data> </response> |