Skip to main content

Getting AdminStudio Property Name

REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will return the value for a property name specified.

Request TypeDescription
APIhttp://localhost:8086/catalog/deploymenttypes/\{id\}/properties/\{propertyname\}/?distributionconnectionname=\{distributionconnectionname\}
MethodGET
ParametersList all parameters in the following format: PackageID = ID of the package that will be returned. DistributionConnectionName = Name of the Distribution Connection. PropertyName = Name of the property. The name of the property is fetched from the Property_PluginId table for the corresponding distribution system to set properties related to other Distribution System except ConfigMgr.
Connection InfoProvides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs
ResponseExample: 1. http://localhost:8086/catalog/deploymenttypes/59/properties/publisher <response> <HasFault>false</HasFault><headers><httpHeaders><Host>localhost:8086</Host><Connection>keep-alive</Connection><Accept>*/*</Accept><User-Agent>PostmanRuntime/7.26.10</User-Agent><Accept-Encoding>gzip, deflate, br</Accept-Encoding><Postman-Token>5019eff7-29fe-4fd3-84ad-bec6af893f76</Postman-Token></httpHeaders><request></request></headers><summary /><data>Microsoft</data> </response> 2. http://localhost:8086/catalog/deploymenttypes/17/properties/PackageName/?distributionconnectionname=Altiris <response> <HasFault>false</HasFault><headers><httpHeaders><Cache-Control>no-cache</Cache-Control><Accept-Encoding>gzip, deflate</Accept-Encoding><Host>10.80.149.84:8086</Host><Accept>*/*</Accept><Accept-Language>en-US,en;q=0.9</Accept-Language><Postman-Token>d7a023c4-d770-2530-ce07-14496de449fc</Postman-Token><User-Agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36</User-Agent><Connection>keep-alive</Connection></httpHeaders><request></request></headers><summary /><data>TortoiseSVN1.11.28</data> </response>