HCP Anywhere Reporting API Java SDK

The HCP Anywhere Reporting API is an API for administrators to generate reports about:

This Java SDK provides convenient access to the HCP Anywhere Reporting API.

Documentation

Javadoc is available as a JAR via Maven Central or via github.

Reporting API documentation is available from the HCP Anywhere Management Console or via github

Example

ReportingAPI reportingApi = new ReportingAPI(HOSTNAME, API_VERSION, AUDIT_ADMIN_USERNAME,
   PASSWORD,
   UNIQUE_ID, CLIENT_VERSION,
   CLIENT_NICKNAME);

A complete example is provided in the repository under /example.

Using the HCP Anywhere Reporting API SDK

The SDK is available at Maven Central.

Maven Pom

<dependency>
  <groupId>com.hds.hcpaw</groupId>
  <artifactId>anywhere-reporting-sdk</artifactId>
  <version>4.4.1.65</version>
</dependency>

Gradle

dependencies {
    compile 'com.hds.hcpaw:anywhere-reporting-sdk:4.4.1.65'
}

Questions?

Reach out to Hitachi Vantara at our community portal http://community.hitachivantara.com.

Copyright and License

Code and documentation copyright by Hitachi Vantara LLC 2020. All Rights Reserved. Release under the Apache 2.0 license.