Usage
This is a basic walkthrough the API.
Prerequisites
You need an username, a password and the endpoint uris to authenticate yourself.
Initiliazing the API
Api acronisApi = new Api(
new URI("https://dev-cloud.acronis.com/fc/api/v1"),
new URI("https://dev-cloud.acronis.com/api/2/idp"),
"username",
"password"
);
Get Audit-Log
Get complete audit log (no filter applied).
acronisApi.getAuditLogEntries(new AuditLogEntriesListFilter());