Getting Applications Associated to User and Machine Based on Conditional Roles

App Broker 2017

This section describes the App Broker REST API endpoint to get a list of applications that are associated to a specific user/machine based upon conditional roles.

Get Additional Applications for OSD Checkout

Endpoint Example

Response Body Example

[GET] http://<SERVERNAME>/esd/api/roles/domain=AppPortal/user=UserName/machine=MachineName/apps

[

   {

      "catalogID": 15,

      "name": ".NET Framework 3.0",

      "cost": 30,

      "flexeraID": ""

   },

   {

      "catalogID": 20,

      "name": ".NET Framework SDK 1.1 ",

      "cost": 0,

      "flexeraID": "arl://MGS-APP-00000039578"

   }

]