-
Zextras Carbonio 23.6.0
-
Carbonio Community Edition
-
Suite for Zimbra
- Articles coming soon
FOR CARBONIO, API
Developers can use a few APIs that carbonio provides to communicate with Carbonio components in their current version (23.6.0). Follow the URLS to view their documentation:
- The primary Carbonio functionalities are accessed through SOAP communication using the Carbonio API.
- For handling the uploading, downloading, and linking to BLOB files, use Carbonio Files Blob.
- Metadata from Carbonio Files Metadata API
Third-party API
The majority of Carbonio’s integrated software exposes its own API to permit programmatic access to its functions. This is the situation with the ClamAV protocol, clamd. However, clamd also lists potentially harmful commands like shutdown
that should never be made available to the public. Therefore, a new strategy must be used to solve the problem. One such strategy is to utilise a docker image that serves as a proxy for clamd’s interface, such as https://hub.docker.com/r/benzino77/clamav-rest-api (see also the accompanying documentation). However, this strategy has not yet been properly examined.