Getting License Availability

App Broker 2017

This section describes the App Broker REST API endpoint to get the license availability (as a Boolean true/false flag) for a catalog item with an ID of 18.

Get License Availability

Endpoint Example

Response Body Example

[GET] http://localhost/esd/api/catalogs/18/licenses/availability?
   dn=FLEX&un=JohnDoe&dev=WIN-7X64

{

   "result": true

}