The Axeda Platform has a rich set of objects for configuration and operation. Through the SDK, you can create and manage rules, actions, alarms, users, assets - almost anything. The SDK also allows you to query most asset data, or to do actions, like download a package or set an output.
The SDK is in Java, so it needs to be called from within the platform, using Groovy scripts. Scripts can be called as a result of rules, or through the Axeda Platform Web Service from an external UI or application.
Click JavaDoc (opens in a new window)
The SDK follows a simple pattern: most every object has a Finder, and the object itself. So, for example, you would use a Model Finder with some criteria to find a model object.
Also, check out the API Developer's Guide.

