Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

When defining throttling tiers using the Admin Dashboard, you have the option to specify a given billing plan for tiers. A tier is defined as either a free or paid tier. Depending on the tiers available for a given API, the API monetization categories (Free, Paid or Freemium) are displayed as labels in the store.

Follow the configuration steps below to enable API monetization category labels:

  1. Log in to the API Manager's Management Console. 
  2. Navigate to the Main menu, and click Browse, which is under the Resources tab.
  3. Enter the following path in the Location: text-box and click Go.
    /_system/config/apimgt/applicationdata/tenant-conf.json
  4. In the Contents panel, click the Edit as text link and the tenant-conf.json file opens.
  5. To enable monetization categories for APIs, set the EnableMonetization property to true. By default, it is set to false.
  6. To define if the unlimited tier is paid, set the IsUnlimitedTierPaid property to true. Alternatively, if the unlimited tier is free, set it to false. 
  7. After the edits, click Save Content.

Note that the above configuration can be done independently on a per tenant basis.

When the above EnableMonetization property is set to true for the respective tenant, the API monetization category labels are displayed in the tenant API store.

  • No labels