New-ASPackageRequest
Edition:PowerShell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.
A PowerShell API to be called by an external system. When you send a request through an external system, request will automatically lands in the package backlog in the AdminStudio and will avoid manual communication for the package request.
Examples
New-ASPackageRequest -Product 'Firefox' -Source 'FlexraOne' -Vendor 'Mozilla' -Priority '2' -Version '15.0'
Parameters
The New-ASPackageRequest cmdlet has the following parameters:
Parameter |
Description |
Product |
ProductName of the Package. |
Source |
Source of the Package. |
Vendor |
Manufacturer of the Package. |
Version |
Version of the Package. |
Priority |
Priority of the Package. Note:Priority value should not exceed more than five. Other wise an error message will be shown. |
Return Values
A success or failure message is returned.