Logo
Acronis Cyber Platform's Public API Documentation

Reports management

Number of APIs: 7


1. Create a Usage Report with SKU and no-zero usages

POST {{base_url}}/api/2/reports



2. Update a scheduled report for a tenant

PUT {{base_url}}/api/2/reports/{{report_id}}



3. Get a report info

GET {{base_url}}/api/2/reports/{{report_id}}



4. Delet a report by id

DELETE {{base_url}}/api/2/reports/{{report_id}}



5. Get stored reports list

GET {{base_url}}/api/2/reports/{{report_id}}/stored



6. Download stored reports

GET {{base_url}}/api/2/reports/{{report_id}}/stored/{{stored_report_id}}



7. Get reports for a tenant

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



ENDPOINTS