Skip to content
Doug Schmidt edited this page Feb 22, 2019 · 4 revisions

Welcome to the aquarius-sdk-java wiki!

Roadmap

The goal of the AQUARIUS SDK is to enable easy integration from Java with public APIs from the entire AQUARIUS suite of products.

  • AQUARIUS Time-Series (AQTS)
  • AQUARIUS Samples (AQS)
  • AQUARIUS WebPortal (AQWP) (coming soon)

The SDK is currently targeting Java 1.8.

Getting started

  1. AQTS client concepts
    1. Authentication
    2. Standard Request/Response DTO Pattern
    3. Error Handling
    4. Service Models
    5. Helper classes
    6. Version checking
  2. AQTS code examples
    1. Finding the unique ID of a time-series
    2. Creating a time-series
    3. Creating a derived time-series
    4. Appending points to a basic time-series
    5. Appending points to a reflected time-series
    6. Monitoring changes to a time-series
    7. Retrieving all the locations on an AQTS server
    8. Uploading an external report
  3. Troubleshooting tips
    1. Capture your HTTP traffic