Distributing Applications
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it will publish an application/package to specified distribution system.
Request Type |
Description |
|||||||||||||||||||||
API |
http://localhost:8086/catalog/publish/{ApplicationID}?TargetGroup={Applications\Group1}&ConnectionName={Distribution Server Name} http://localhost:8086/catalog/publish/<application Id>?ConnectionName=<IntuneConnection Name>&PublishAssignment=True/False |
|||||||||||||||||||||
Method |
POST |
|||||||||||||||||||||
Parameters |
List all parameters in the following format:
By default, the PublishAssignment will be set to False. If PublishAssignment is set to True, then it will publish assignments to Intune. Note:Publish Assignments is applicable only to Intune Distribution System. |
|||||||||||||||||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
|||||||||||||||||||||
Response |
Example: http://localhost:8086/catalog/publish/28?TargetGroup=Applications\TestGroup&ConnectionName=SCCM 2010 Example: http://localhost:8086/catalog/publish/<application Id>?ConnectionName=<IntuneConnection Name>&PublishAssignment=True/False Response: success/failure message will be returned. Note:By using ReceiptID, you can see the transaction messages for the request. For more details, see Getting Status of a Request. |