Application Integration
In addition to the GUI console, ADP operations and functions can be executed via the API from external custom applications or shell scripts using curl or other tools.
The API can be used to integrate ADP with external systems, storage, and databases, as well as for periodic execution of batch processes. The API can also be called in the same way from inside a Function created by ADP.
External Application Access : API key creation and endpoint information can be obtained
Datasource API : Allows to retrieve information about data sources and execute SQL to the database to which it is connected
Storage API : access Avgidea Storage to upload and download files
Entity API : Transfers data between Avgidea Storage, external databases and object storage such as Amazon S3
Function API : allows you to execute registered Functions via the API