Getting Status of the Package from the Backlog

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, you will get the status of packages from the Backlog.

Getting Status of the package from the Backlog

Request Type

Description

API

http://localhost: 8086/catalog/ASBacklogPackageRequestStatus?PackageRequestId=1

Method

GET

Parameters

List all parameters in the following format:

PackageRequestId = The ID of the Backlog request

Displays the status (Inqueue, Inprogress, Success, or Failed) of the package request in the backlog.

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/ASBacklogPackageRequestStatus?PackageRequestId=1

Response:

<data>

<PackageRequestId>1</PackageRequestId>

<ProductName>7-Zip</ProductName>

<ProductVersion></ProductVersion>

<ProductVendor></ProductVendor>

<Source>Admin</Source>

<Status>InProgress</Status>

<CatalogPackageID>2</CatalogPackageID>

<PackageFeedID>8</PackageFeedID>

<AutomationWorkFlow>Admin Automation</AutomationWorkFlow>

<Subscribe>false</Subscribe>

</data>