Electronic Software Delivery Enhancements in 2021.02

The following enhancement for Electronic Software Delivery was added in 2021.02.

New REST Interface to Provide a List of Downloadable Files Associated with a Product

This release provides a new set of REST APIs for Electronic Software Delivery (ESD). These APIs are intended for producers who want to enhance their end-user applications, such as customer portals, with functionality to display a list of product files available for downloading.

The following two APIs are now available:

The Product API uses the customer Account information specified in the API call to retrieve a list of only those Products that the Account is entitled to.
The Files API returns the list of files available for download for a given Product, including the URL location for the download. Compliance checking is performed as part of the API call fulfillment to ensure that the call retrieves only those files to which the customer Account (specified in the call) is entitled.

When used together, these two APIs enable the producer to implement a download capability similar to that available in the FlexNet Operations End-User Portal.

For more information about these APIs, see the LLM Swagger documentation at the following location:

https://<tenantId>uat.flexnetoperations.com/esd/swagger-ui.html

Replace <tenantId> with your tenant ID (for example, https://snetuat.flexnetoperations.com/esd/swagger-ui.html).