How to retrieve device/storage information from api v2?
We are building a plugin that needs access to device specific data (e.g. backup status, total size of backups, etc). When logged into the Acronis Backup Cloud, I can see that the following endpoints are called to retrieve this information:
- /bc/api/resource_manager/v1/epm/resources/get_license
- /bc/api/vault_manager/v1/stats?resourceId=<resource-id>&storageType=online
- /bc/api/ams/resources
Is this information available in v2? If not, what authentication method should I use to access the above endpoints? I'm not able to authenticate using a OAuth token, which works in v2.

- Log in to post comments

Hi Acronis team,
Has there been any update regarding this topic? I would like to have access to this same information
Regards
- Log in to post comments

oscar jimenez wrote:Hi Acronis team,
Has there been any update regarding this topic? I would like to have access to this same information
Regards
Hello Oscar,
please send an email to my colleague stas.pavlov@acronis.com who will be able to help,
- Log in to post comments

oscar jimenez wrote:Hi Acronis team,
Has there been any update regarding this topic? I would like to have access to this same information
Regards
Most of these are planned to be available in public API this fall.
- Log in to post comments

Update on this topic:
- /bc/api/resource_manager/v1/epm/resources/get_license is depricated in BC API, not available in public Resource and Policy Management API
- /bc/api/vault_manager/v1/stats?resourceId=<resource-id>&storageType=online is still internal BC API endpoint.
- /bc/api/ams/resources has a public endpoint now in Resource and Policy Management API
GET /api/resource_management/{version}/resources
Link to documentation: https://developer.acronis.com/doc/resource-policy-management/v4/referen…
- Log in to post comments