Title here
Summary here
Requirements
GET request to /api/v1/marketplace/addons/{addon_marketplace_id}.To install an addon, simply send a POST request to the addons engine - /api/v1/addons. The request body should have the following form:
{
"marketplace_id": "{addon_marketplace_id}"
}API Docs
You can find a detailed outline of all the API endpoints at:
<marketplace-ip>:11102/api/docsLearn more about the Oakestra API
The Addons Manager will:
You can verify the installation by checking the addon’s status using the addons manager API - [GET] /api/v1/addons/{addons_id}
Simply send a DELETE request to the addons manager - /api/v1/addons/{addons_id}