Applications, offering items and quota management

Number of APIs: 24

  1. Get offering items for a customer tenant GET {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items?edition={{edition}}

  2. Disable an applications for a partner tenant DELETE {{base_url}}/api/2/applications/{{application_id}}/bindings/tenants/{{partner_tenant_id}}

  3. Set a licensing mode for a partner tenant -- ONLY for legacy editions PUT {{base_url}}/api/2/applications/{{management_portal}}/settings/tenants/{{partner_tenant_id}}/licensing_mode

  4. Get offering items for a partner tenant GET {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items?edition=*

  5. Get all available applications list GET {{base_url}}/api/2/applications

  6. Get all available applications for a root tenant GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/applications

  7. Get an application settings list GET {{base_url}}/api/2/applications/{{application_id}}/settings/schemas

  8. Get an application settings for a root tenant GET {{base_url}}/api/2/applications/{{application_id}}/settings/tenants/{{my_tenant_id}}

  9. Get an application settings for a partner tenant GET {{base_url}}/api/2/applications/{{application_id}}/settings/tenants/{{partner_tenant_id}}

  10. Get a commitment level for a partner tenant GET {{base_url}}/api/2/applications/{{management_portal}}/settings/tenants/{{partner_tenant_id}}/tier_level_value