Logo
Acronis Cyber Platform's Public API Documentation

Applications, offering items and quota management

Number of APIs: 24


1. Set offering items for a folder tenant

PUT {{base_url}}/api/2/tenants/{{folder_tenant_id}}/offering_items



2. Get offering items for a customer tenant

GET {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items?edition={{edition}}



3. Disable an applications for a partner tenant

DELETE {{base_url}}/api/2/applications/{{application_id}}/bindings/tenants/{{partner_tenant_id}}



4. 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



5. Get offering items for a partner tenant

GET {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items?edition=*



6. Get all available applications list

GET {{base_url}}/api/2/applications



7. Get all available applications for a root tenant

GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/applications



8. Get an application settings list

GET {{base_url}}/api/2/applications/{{application_id}}/settings/schemas



9. Get an application settings for a root tenant

GET {{base_url}}/api/2/applications/{{application_id}}/settings/tenants/{{my_tenant_id}}



10. Get an application settings for a partner tenant

GET {{base_url}}/api/2/applications/{{application_id}}/settings/tenants/{{partner_tenant_id}}



ENDPOINTS