Retrieving the Standard Conditions for License Reclamation and Retire/Upgrade Campaigns

App Broker 2020 R1

This section describes the App Broker REST API endpoint to retrieve the standard conditions for license reclamation and retire/upgrade campaigns.

Retrieving the Standard Conditions

Endpoint Example

Response Body Example

[GET] http://ServerName/esd/api/Campaigns?flexeraid=arl://MGS-APP-00000205221&CampaignType=1

[

   {

      "campaignType": 1,

      "flexeraId": "arl://MGS-APP-00000205221",

      "propertyType": "OU",

      "propertyName": "organizationalUnitUser",

      "propertyValue": "74a376f2f096ee43ac71f7f36526f53d",

      "visible": "True", "applyChildOU": true,

      "propertyDisplayName": "74a376f2f096ee43ac71f7f36526f53d"    },

   {

      "campaignType": 1,

      "flexeraId": "arl://MGS-APP-00000205221",

      "propertyType": "Group",

      "propertyName": "memberOf",

      "propertyValue": "93910ce85afb9d4e9daace2eb7ff1e97",

      "visible": "True", "applyChildOU": true,

      "propertyDisplayName": "93910ce85afb9d4e9daace2eb7ff1e97"

   },

   {

      "campaignType": 1,

      "flexeraId": "arl://MGS-APP-00000205221",

      "propertyType": "AD property", "propertyName": "l",

      "propertyValue": "goa", "operator": "=", "visible": "True",

      "applyChildOU": true, "propertyDisplayName": "goa",

      "propertyLabel": "City"

   }

]